Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MiRo1310 committed Jun 10, 2024
1 parent 8372752 commit 3a62f07
Show file tree
Hide file tree
Showing 30 changed files with 458 additions and 346 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ src/main.test.ts
.github/
.vscode/
node_modules/
**/*.d.ts
test/integration.js
1 change: 0 additions & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
# WARNING: This needs to be run in the PR base, DO NOT build untrusted code in this action
# details under https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
pull_request_target:
workflow_dispatch:

jobs:
auto-merge:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ You can create different groups with separate menus, and then assign users to th

### **WORK IN PROGRESS**

- Fix: Delete Messages
- Fix: Add new row in action
- Fix: Error setState "value.includes is not a function"
- #144 Add new feature in setState: Now it is possible to set a static Value with a dynamic Value from id

Expand Down
448 changes: 224 additions & 224 deletions admin/build/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions admin/build/index.js.map

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions build/.eslintrc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/.eslintrc.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions build/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@
},
"authors": ["MiRo1310 <[email protected]>"],
"keywords": ["telegram", "menu"],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"license": "MIT",
"platform": "Javascript/Node.js",
"icon": "telegram-menu.png",
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion build/src/lib/backend/botAction.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/lib/backend/botAction.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 34 additions & 31 deletions build/src/lib/backend/messageIds.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/lib/backend/messageIds.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a62f07

Please sign in to comment.