| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | 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 |
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -0/+288 |