-
-
Notifications
You must be signed in to change notification settings - Fork 101
Implemented modal support #626
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
Conversation
7b4e123
to
a2eb314
Compare
application/src/main/java/org/togetherjava/tjbot/commands/BotCommandAdapter.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/BotCommandAdapter.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make sure that this is tested manually. i.e. create a quick modal PoC implementation to check that it actually works. i want to prevent pushing broken stuff like recently 😄
application/src/main/java/org/togetherjava/tjbot/commands/UserInteractor.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/UserInteractor.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/BotCommandAdapter.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/BotCommandAdapter.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/BotCommandAdapter.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/PingCommand.java
Outdated
Show resolved
Hide resolved
ec36db7
to
af0336f
Compare
application/src/main/java/org/togetherjava/tjbot/commands/system/BotCore.java
Outdated
Show resolved
Hide resolved
af0336f
to
63fae43
Compare
since u force pushed on a previous commit instead of creating a third commit, i cant really see what u changed from latest commit that i reviewed. is all that u changed the nonnull thing? or more? |
Forgot about the forced squashing, yea only thing I changed was that. |
application/src/main/java/org/togetherjava/tjbot/commands/help/HelpPostCreationListener.java
Outdated
Show resolved
Hide resolved
63fae43
to
5d25a4f
Compare
Added onModal to UserInteractor
Added empty onModal implementation to BotCommandAdapter
Changes to component forwarding BotCore:
added handleGetComponentId
This way a modal can get the ComponentId instance, and the forwardComponentCommand doesn't cease to exist.