aboutsummaryrefslogtreecommitdiff
path: root/discord/ui/item.py
Commit message (Expand)AuthorAgeFilesLines
* Add versionadded to ui.View and ui.Itemscrazzz2021-07-211-0/+2
* Undocument Item.widthRapptz2021-07-091-1/+0
* Add Select to list of types in Item's docstringjack11422021-07-011-0/+1
* [docs] Update Sphinx and Fix various referencesJosh2021-06-271-1/+1
* Ensure views added to Client.add_view are persistent viewsRapptz2021-05-311-0/+10
* Rework item grouping behaviour to take into consideration weightsRapptz2021-05-291-2/+21
* Add support for select componentsRapptz2021-05-281-1/+4
* Make Item and Button generic over the underlying viewRapptz2021-05-271-4/+5
* Change the way callbacks are defined to allow derivingRapptz2021-05-271-63/+19
* Add initial support for buttons and componentsRapptz2021-05-271-0/+140