Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
Josh
19c6687b55
Add support for Modal Interactions
3 years ago
scrazzz
a0e5e062c9
Add versionadded to ui.View and ui.Item
4 years ago
Rapptz
f153154b7a
Undocument Item.width
It doesn't serve much of a purpose to users
4 years ago
jack1142
30605e6f4f
Add Select to list of types in Item's docstring
4 years ago
Josh
233d10649c
[docs] Update Sphinx and Fix various references
Co-Authored-By: Riley Shaw <[email protected] >
4 years ago
Rapptz
7c40e83d10
Ensure views added to Client.add_view are persistent views
4 years ago
Rapptz
7bd1211b36
Rework item grouping behaviour to take into consideration weights
This also renames `group` into `row`
4 years ago
Rapptz
ef9f61a933
Add support for select components
4 years ago
Rapptz
ed9badcddf
Make Item and Button generic over the underlying view
4 years ago
Rapptz
4c0ebc9221
Change the way callbacks are defined to allow deriving
This should hopefully make these work more consistently as other
functions do.
4 years ago
Rapptz
98570793e4
Add initial support for buttons and components
4 years ago