-
Notifications
You must be signed in to change notification settings - Fork 54
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 #1052
Merged
Merged
Modals #1052
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
==========================================
+ Coverage 78.93% 79.71% +0.78%
==========================================
Files 34 36 +2
Lines 1761 1957 +196
==========================================
+ Hits 1390 1560 +170
- Misses 371 397 +26 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
DonDebonair
force-pushed
the
feat/modals
branch
2 times, most recently
from
May 31, 2024 18:59
481ec56
to
1c5fa85
Compare
DonDebonair
force-pushed
the
feat/modals
branch
8 times, most recently
from
November 22, 2024 14:41
b13a768
to
8927815
Compare
DonDebonair
force-pushed
the
feat/modals
branch
2 times, most recently
from
November 22, 2024 15:49
e0e2e84
to
02cc41f
Compare
- Add plugin methods for creating and updating modals and publishing the app home tab - Add models for view submissions and views closed - Add decorators for modals - Register modal handlers during plugin registration - Handle view submission and closed events - Add convenience methods to interaction models The following interaction models have convenience methods for dealing with modals: - `ModalSubmission` has methods for updating the submitted modal, pushing a new view or opening a new modal. It also has a method to send DMs to the user that submitted the modal - `ModalClosure` has a method to send DMs to the user that closed the modal - `BlockAction` now lets you send a DM to the user that triggered the block action or open a modal feat: expose open_im for plugins docs: document modal-related functionality
… fix linting errors
…ing __replace__ yet See: pydantic/pydantic#10699
DonDebonair
force-pushed
the
feat/modals
branch
from
November 22, 2024 15:51
02cc41f
to
2cfba31
Compare
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.
No description provided.