| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix ui.Button constructor default style to match the decorator | Rapptz | 2021-07-03 | 1 | -1/+1 |
| | | |||||
| * | Add a default style for buttons | Rapptz | 2021-07-01 | 1 | -1/+1 |
| | | | | | | This makes it easier to create URL buttons since the library will automatically assign the proper style for it. | ||||
| * | Fix link buttons not being regarded as persistent | Nadir Chowdhury | 2021-06-29 | 1 | -0/+5 |
| | | |||||
| * | [docs] Update Sphinx and Fix various references | Josh | 2021-06-27 | 1 | -7/+7 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Lazily create Button custom_ids in decorator interface | Rapptz | 2021-06-12 | 1 | -2/+0 |
| | | | | | | The previous code would make two separate instances share the custom_id which might have been undesirable behaviour | ||||
| * | Allow passing Emoji in components | Rapptz | 2021-06-02 | 1 | -10/+19 |
| | | |||||
| * | Ensure views added to Client.add_view are persistent views | Rapptz | 2021-05-31 | 1 | -0/+1 |
| | | |||||
| * | Don't mark URL buttons as dispatchable | Rapptz | 2021-05-31 | 1 | -1/+1 |
| | | |||||
| * | Mention that rows are explicitly 0 indexed. | Rapptz | 2021-05-31 | 1 | -2/+2 |
| | | |||||
| * | Rework item grouping behaviour to take into consideration weights | Rapptz | 2021-05-29 | 1 | -12/+18 |
| | | | | | This also renames `group` into `row` | ||||
| * | Add support for select components | Rapptz | 2021-05-28 | 1 | -1/+1 |
| | | |||||
| * | Add PartialEmoji.from_str helper | Rapptz | 2021-05-28 | 1 | -22/+8 |
| | | |||||
| * | Button labels can be None | Zomatree | 2021-05-27 | 1 | -10/+10 |
| | | |||||
| * | Force button style to link if a URL is passed | Rapptz | 2021-05-27 | 1 | -0/+3 |
| | | |||||
| * | Rename enums to use official API naming | Rapptz | 2021-05-27 | 1 | -1/+1 |
| | | |||||
| * | Make Item and Button generic over the underlying view | Rapptz | 2021-05-27 | 1 | -2/+3 |
| | | |||||
| * | Change the way callbacks are defined to allow deriving | Rapptz | 2021-05-27 | 1 | -20/+13 |
| | | | | | | This should hopefully make these work more consistently as other functions do. | ||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -0/+288 |