Lint Action
|
7513c2138f
|
Fix code style issues with Black
|
2021-09-05 21:34:20 +00:00 |
|
scrazzz
|
a0e5e062c9
|
Add versionadded to ui.View and ui.Item
|
2021-07-21 02:47:52 -04:00 |
|
Rapptz
|
f153154b7a
|
Undocument Item.width
It doesn't serve much of a purpose to users
|
2021-07-09 09:14:01 -04:00 |
|
jack1142
|
30605e6f4f
|
Add Select to list of types in Item's docstring
|
2021-07-01 07:50:04 -04:00 |
|
Josh
|
233d10649c
|
[docs] Update Sphinx and Fix various references
Co-Authored-By: Riley Shaw <30989490+ShineyDev@users.noreply.github.com>
|
2021-06-27 23:43:49 -04:00 |
|
Rapptz
|
7c40e83d10
|
Ensure views added to Client.add_view are persistent views
|
2021-05-31 23:08:08 -04:00 |
|
Rapptz
|
7bd1211b36
|
Rework item grouping behaviour to take into consideration weights
This also renames `group` into `row`
|
2021-05-29 23:58:37 -04:00 |
|
Rapptz
|
ef9f61a933
|
Add support for select components
|
2021-05-28 05:34:21 -04:00 |
|
Rapptz
|
ed9badcddf
|
Make Item and Button generic over the underlying view
|
2021-05-27 00:53:14 -04:00 |
|
Rapptz
|
4c0ebc9221
|
Change the way callbacks are defined to allow deriving
This should hopefully make these work more consistently as other
functions do.
|
2021-05-27 00:53:14 -04:00 |
|
Rapptz
|
98570793e4
|
Add initial support for buttons and components
|
2021-05-27 00:53:13 -04:00 |
|