Rapptz
|
7bd1211b36
|
Rework item grouping behaviour to take into consideration weights
This also renames `group` into `row`
|
4 years ago |
Rapptz
|
c21d12be5e
|
Check future state before setting result in View
|
4 years ago |
Rapptz
|
f4fe247813
|
Remove __slots__ from View
|
4 years ago |
Rapptz
|
ef9f61a933
|
Add support for select components
|
4 years ago |
Rapptz
|
263f45d05b
|
Fix View.wait not returning when it times out
This also makes it so it returns the reason why the wait finished.
|
4 years ago |
Rapptz
|
3f60997630
|
Add a timeout callback for detecting when a View times out
|
4 years ago |
Rapptz
|
97f308d219
|
Add View.remove_item and View.clear_items
|
4 years ago |
Rapptz
|
3453992ce6
|
Add View.interaction_check for interaction pre-conditions
|
4 years ago |
Rapptz
|
65db814d4a
|
Add a way to wait for a view to finish its interactions
|
4 years ago |
Rapptz
|
fbafe20e51
|
Allow View to be instantiated without subclassing
|
4 years ago |
Rapptz
|
7584834dd4
|
Only automatically defer if no response was given in callback
|
4 years ago |
Rapptz
|
eda6680377
|
Rename enums to use official API naming
|
4 years ago |
Rapptz
|
4c0ebc9221
|
Change the way callbacks are defined to allow deriving
This should hopefully make these work more consistently as other
functions do.
|
4 years ago |
Rapptz
|
98570793e4
|
Add initial support for buttons and components
|
4 years ago |