23 Commits (f793af0456436749e2a4edee31c03fe2b88ed498)

Author SHA1 Message Date
Rapptz a852f90358 Add support for dynamic items that parse custom_id for state 2 years ago
Bryan Forbes 1de3562f34
Fix partially uknown typing errors 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
Trevor 5009c83bc9
Implement New Select Types 2 years ago
Willy 5456c0cae9
Add TextInput to Item docstring 3 years ago
Rapptz 968a1f366f Change View callback order to (self, interaction, item) 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
Neon Jonn adb69e7157
Fix some spelling mistakes 3 years ago
Josh d409ddd227
Alter return-type of button/select decorators 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh 19c6687b55
Add support for Modal Interactions 3 years ago
scrazzz a0e5e062c9
Add versionadded to ui.View and ui.Item 4 years ago
Rapptz f153154b7a Undocument Item.width 4 years ago
jack1142 30605e6f4f
Add Select to list of types in Item's docstring 4 years ago
Josh 233d10649c
[docs] Update Sphinx and Fix various references 4 years ago
Rapptz 7c40e83d10 Ensure views added to Client.add_view are persistent views 4 years ago
Rapptz 7bd1211b36 Rework item grouping behaviour to take into consideration weights 4 years ago
Rapptz ef9f61a933 Add support for select components 4 years ago
Rapptz ed9badcddf Make Item and Button generic over the underlying view 4 years ago
Rapptz 4c0ebc9221 Change the way callbacks are defined to allow deriving 4 years ago
Rapptz 98570793e4 Add initial support for buttons and components 4 years ago