-
Notifications
You must be signed in to change notification settings - Fork 133
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
Modals sample code #5990
Modals sample code #5990
Conversation
* Add price abuse check to packaged buyables.
…ngs admin command. (#5748)
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.
❌ Changes requested. Reviewed everything up to e350f74 in 35 seconds
More details
- Looked at
56
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_8I0cCen5u0VoHTdy
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
@@ -31,6 +38,36 @@ export const bsCommand: OSBMahojiCommand = { | |||
format?: BankFormat; | |||
}> | |||
) => { | |||
// Create the modal |
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.
The addition of a modal interaction here significantly alters the functionality of the bs
command. The modal collects information that seems unrelated to the command's original purpose (searching a user's bank). Please clarify if this change aligns with the intended functionality and ensure it doesn't confuse users or disrupt the user experience.
Description:
Changes:
Other checks: