| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove __slots__ from View | Rapptz | 2021-05-28 | 1 | -7/+0 |
| * | Add support for select components | Rapptz | 2021-05-28 | 1 | -3/+6 |
| * | Fix View.wait not returning when it times out | Rapptz | 2021-05-28 | 1 | -5/+14 |
| * | Add a timeout callback for detecting when a View times out | Rapptz | 2021-05-28 | 1 | -3/+24 |
| * | Add View.remove_item and View.clear_items | Rapptz | 2021-05-28 | 1 | -0/+18 |
| * | Add View.interaction_check for interaction pre-conditions | Rapptz | 2021-05-28 | 1 | -0/+36 |
| * | Add a way to wait for a view to finish its interactions | Rapptz | 2021-05-27 | 1 | -0/+9 |
| * | Allow View to be instantiated without subclassing | Rapptz | 2021-05-27 | 1 | -3/+1 |
| * | Only automatically defer if no response was given in callback | Rapptz | 2021-05-27 | 1 | -1/+2 |
| * | Rename enums to use official API naming | Rapptz | 2021-05-27 | 1 | -1/+1 |
| * | Change the way callbacks are defined to allow deriving | Rapptz | 2021-05-27 | 1 | -6/+13 |
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -0/+270 |