Rapptz
b4fbb08818
Allow runtime modification of timeout expiry at runtime
This is done through setting View.timeout while it's running
3 years ago
Rapptz
26457b6d50
Remove automatic defer behaviour from View and Modal
This doesn't make as much sense anymore now that
InteractionResponse.edit_message exists.
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
People kept wondering what it is or what it does.
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
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
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
Josh
19c6687b55
Add support for Modal Interactions
3 years ago