-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/cycle through commands #605
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/store/index.js
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployed to https://msg-adamant-pr-605.surge.sh 🚀 |
bludnic
requested changes
Mar 12, 2024
bludnic
requested changes
Mar 12, 2024
PaulDremanovich
force-pushed
the
feat/cycle-through-commands
branch
from
March 12, 2024 19:10
a44821d
to
be35599
Compare
bludnic
requested changes
Mar 12, 2024
PaulDremanovich
force-pushed
the
feat/cycle-through-commands
branch
from
March 13, 2024 08:53
be35599
to
f2316e3
Compare
|
bludnic
approved these changes
Mar 14, 2024
adamant-al
reviewed
Mar 16, 2024
PaulDremanovich
force-pushed
the
feat/cycle-through-commands
branch
from
March 16, 2024 16:55
d0136a4
to
9cf053b
Compare
adamant-al
approved these changes
Mar 16, 2024
bludnic
approved these changes
Mar 17, 2024
RealGoodProgrammer
temporarily deployed
to
testing
March 19, 2024 09:06 — with
GitHub Actions
Inactive
Successfully tore down https://msg-adamant-pr-605.surge.sh 🥲 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://trello.com/c/ZnpoHark/364-feat-cycle-through-commands-with-arrow-keys
You can use ADAMANT for managing bots.
Every bot command starts with a slash /.
In case if:
The input field is focused and empty
Arrow keys Up and Down:
Cycle through the previous sent commands
Only commands in local storage, don’t upload messages from blockchain
Put a cursor to the end of text
Up is the previous command, Down is next
Down does nothing if it pressed before the first Up
Up does nothing if we reached the very first command in a chat
Cycling state is paused when:
A command (the input filed) is modified during cycling
Cycling is restarted when:
A user clears the input field
Screencast.from.14.03.2024.18.51.48.webm