aboutsummaryrefslogtreecommitdiff
path: root/discord/ui/button.py
Commit message (Expand)AuthorAgeFilesLines
* Allow passing Emoji in componentsRapptz2021-06-021-10/+19
* Ensure views added to Client.add_view are persistent viewsRapptz2021-05-311-0/+1
* Don't mark URL buttons as dispatchableRapptz2021-05-311-1/+1
* Mention that rows are explicitly 0 indexed.Rapptz2021-05-311-2/+2
* Rework item grouping behaviour to take into consideration weightsRapptz2021-05-291-12/+18
* Add support for select componentsRapptz2021-05-281-1/+1
* Add PartialEmoji.from_str helperRapptz2021-05-281-22/+8
* Button labels can be NoneZomatree2021-05-271-10/+10
* Force button style to link if a URL is passedRapptz2021-05-271-0/+3
* Rename enums to use official API namingRapptz2021-05-271-1/+1
* Make Item and Button generic over the underlying viewRapptz2021-05-271-2/+3
* Change the way callbacks are defined to allow derivingRapptz2021-05-271-20/+13
* Add initial support for buttons and componentsRapptz2021-05-271-0/+288