94 Commits (300fb0411e9e44bcf72476dae7a7c13b52e832ed)

Author SHA1 Message Date
NextChai e7ce8b6b77
Add container operations documentation to TextInput 3 years ago
Lilly Rose Berner 7ee15e1d68
Use typing.Literal for channel and component type annotation 3 years ago
Rapptz a0dfdb9b1d Fix multiple view instances not dispatching in app commands responses 3 years ago
Rapptz e198a0e7e6 Avoid re-creating View children on edit 3 years ago
Willy 5456c0cae9
Add TextInput to Item docstring 3 years ago
Snaptraks 0fa9bfc925
Correct order of arguments in View.on_error 3 years ago
Omkaar 1e914e8945
Document Modal parameter limits 3 years ago
Rapptz c68ea67213 Properly handle inheritance overriding in View subclasses 3 years ago
Rapptz 1458251736 Change View.children to be a property 3 years ago
Kellen 0f18d93e47
Remove unused imports 3 years ago
Rapptz b4fbb08818 Allow runtime modification of timeout expiry at runtime 3 years ago
Rapptz e515378076 Remove annotation on row property in subclasses 3 years ago
Rapptz 3215cb65e2 Raise if custom_id is not a str 3 years ago
Rapptz 968a1f366f Change View callback order to (self, interaction, item) 3 years ago
UltimateSppy765 6d494585f5
Correct documentation for TextInput.custom_id 3 years ago
chromacoat dreamkey 515d17405a
Fix typos in some View methods' docstrings 3 years ago
Pat 94f4da9248
Change View child mutators to be fluent-style methods 3 years ago
Rapptz 26457b6d50 Remove automatic defer behaviour from View and Modal 3 years ago
Narmy 3fd8f76c61
Add missing underscore in Modal refresh method 3 years ago
Rapptz 934ab4151a Mark state refresh methods as private with an underscore 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz c0890bfbc1 Remove unused View._expires_at private function 3 years ago
Han Seung Min - 한승민 93af158b0c
Refactor loop code to allow usage of asyncio.run 3 years ago
Neon Jonn adb69e7157
Fix some spelling mistakes 3 years ago
Stella 2b600241a4
Fix Modal.stop sometimes not removing from the store 3 years ago
Sebastian Law 87415ab5a7
Fix modal docs code block warning 3 years ago
Pawnyy 6788ec2533
Add docstring example for ui.Modal 3 years ago
Rapptz 4c8b1f9abd Remove unused imports 3 years ago
Rapptz 37d55c8ec4 Add TextInput.__str__ special method 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Nihaal Sangha 90cabd1673
Fix various typos 3 years ago
Rapptz d01e73fca5 Document more uses of type ignore 3 years ago
Josh d409ddd227
Alter return-type of button/select decorators 3 years ago
Josh 6dbd40a8ef
Remove use of typing.Self from TextInput 3 years ago
Rapptz e56f64218a Rename default_value to default for TextInput 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh 19c6687b55
Add support for Modal Interactions 3 years ago
Rapptz c22f058fa0 Fix views not being removed upon timeout 3 years ago
Rapptz 3382d2e9e8 Update documentation on select limits 4 years ago
Rapptz 0cc67e58ed Fallback to None message_id searches in View dispatch 4 years ago
Rapptz b87d306a70 Remove unused variable in view 4 years ago
Rapptz e795d341e7 Change View dispatch mechanism to be keyed by message_id as well 4 years ago
Lucas Hardt ca9b371982
Add support for discord.ui.Select.disabled 4 years ago
scrazzz a0e5e062c9
Add versionadded to ui.View and ui.Item 4 years ago
Kaylynn Morgan feed302269
Fix documentation note for interaction_check 4 years ago
Rapptz f153154b7a Undocument Item.width 4 years ago
Rapptz 8df35c83a9 Remove extraneous dict assignment from view store 4 years ago
Rapptz 074f34a5fa Specify View timeouts is in seconds 4 years ago
Rapptz 097b6064f1 Fix ui.Button constructor default style to match the decorator 4 years ago
Rapptz d7ed884593 Rework view timeouts to work as documented 4 years ago