125 Commits (f793af0456436749e2a4edee31c03fe2b88ed498)

Author SHA1 Message Date
Rapptz f793af0456 Add item parameter to DynamicItem.from_custom_id 2 years ago
Rapptz 7c3868ef3b Add Client.remove_dynamic_items 2 years ago
Rapptz a852f90358 Add support for dynamic items that parse custom_id for state 2 years ago
Rapptz 914773d0fb Remove trailing whitespace 2 years ago
yvqc 6b6cbc44ce
Fix TextInput's is_persistent() flow 2 years ago
Murtada Altarouti 9717317c78
Add missing import to modal example 2 years ago
Bryan Forbes 1de3562f34
Fix partially uknown typing errors 2 years ago
Rapptz 40227f75de Fix select decorator type checking error 2 years ago
Takagi Tasuku f7e9795495
Call super for __init_subclass__ in View 2 years ago
Rapptz 6cb9a84898 Fix views not being removed from message store backing 2 years ago
Rapptz bbba8c650f Add missing generic parameters on various Interaction parameters 2 years ago
Alex Nørgaard c677ad0312
Add missing generic to interaction in item callback 2 years ago
Rapptz ed40d55f99 Fix overloads for select decorator 2 years ago
Zephyrkul 7cf3cd51a5
Revert "Infer select type from callback annotation 2 years ago
Zephyrkul b671958e11
Infer select type from callback annotation 2 years ago
cibere f61f7411df
Add setter method for ChannelSelect.channel_types 2 years ago
Trevor 5009c83bc9
Implement New Select Types 2 years ago
ster 95b6bd8782
Add coro tag to docstrings that were missing it 3 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 3 years ago
chawkk6404 e62473a1b4
Fix incorrect docs in select menu min_values 3 years ago
Bryan Forbes b12b4b18fd
Mark public callbacks as positional-only 3 years ago
Rapptz 6327402730 Update View timeout only if interaction_check passes 3 years ago
Rapptz cdce8fae5b Change ui.TextInput.value to not be Optional 3 years ago
Rapptz ff1dd586d3 Always use last value as a fallback for Select.values 3 years ago
Mikey 9c38cf3aef
Fix ui.Select.values in modals 3 years ago
Mikey d826f4f3a8
Change ui.Select.values to a ContextVar to avoid race conditions 3 years ago
Varun J c26473d0eb
Fix views not being persistent if modifying custom_id after __init__ 3 years ago
Rapptz efdda635fb Fix View.from_message not respecting ActionRow row order 3 years ago
mniip 1be36c9c3e
Change View, Modal, and AudioPlayer to use logger instead of stderr 3 years ago
Lilly Rose Berner 7267d18d9e
Improve component typing 3 years ago
Server Bot 902aa245a4
Swap order of arguments in Modal.on_error 3 years ago
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