aboutsummaryrefslogtreecommitdiff
path: root/discord/ui
Commit message (Collapse)AuthorAgeFilesLines
* Add a way to wait for a view to finish its interactionsRapptz2021-05-271-0/+9
|
* Button labels can be NoneZomatree2021-05-271-10/+10
|
* Allow View to be instantiated without subclassingRapptz2021-05-271-3/+1
|
* Only automatically defer if no response was given in callbackRapptz2021-05-271-1/+2
|
* Force button style to link if a URL is passedRapptz2021-05-271-0/+3
|
* Rename enums to use official API namingRapptz2021-05-272-2/+2
|
* Make Item and Button generic over the underlying viewRapptz2021-05-272-6/+8
|
* Change the way callbacks are defined to allow derivingRapptz2021-05-273-89/+45
| | | | | This should hopefully make these work more consistently as other functions do.
* Add initial support for buttons and componentsRapptz2021-05-274-0/+712