Will McGugan
|
f5e779c4c4
|
tabbed content widget (#2059)
* tabbed content widget
* TabbedContent widget and docs
* missing docs
* fix active
* doc fix
* test fix
* additional test
* test for render_str
* docstring
* changelog
* doc update
* changelog
* fix bad optimization
* Update docs/widgets/tabbed_content.md
Co-authored-by: Dave Pearson <davep@davep.org>
* fix for empty initial
* docstrings
* Update src/textual/widgets/_content_switcher.py
Co-authored-by: Dave Pearson <davep@davep.org>
* docstring
* remove log
* permit nested tabs
* renamed TabsCleared to Cleared
* added tests, fix types on click
* tests
* fix broken test
* fix for nested tabs
---------
Co-authored-by: Dave Pearson <davep@davep.org>
|
2023-03-18 10:38:41 +00:00 |
|
Will McGugan
|
df1edb087c
|
Merge pull request #1788 from Textualize/datatable-select-headers
DataTable - Message emitted when header selected
|
2023-02-14 16:42:01 +00:00 |
|
Darren Burns
|
36a9214d7f
|
Update reactive names in DataTable reference docs
|
2023-02-14 15:29:05 +00:00 |
|
Darren Burns
|
49b78daa04
|
Update docs to include DataTable.HeaderSelected
|
2023-02-14 15:18:32 +00:00 |
|
Rodrigo Girão Serrão
|
ef779d71dd
|
Add bindings and component classes to reference pages.
|
2023-01-25 15:19:16 +00:00 |
|
Darren Burns
|
be45db4573
|
Use autodoc for DataTable Messages reference
|
2023-01-17 13:00:01 +00:00 |
|
Darren Burns
|
23eb13d12d
|
Some DataTable doc updates, rename Coord -> Coordinate and extract to module
|
2023-01-17 11:06:21 +00:00 |
|
Darren Burns
|
f327f1d2af
|
Small datatable docs rewording
|
2023-01-17 10:11:19 +00:00 |
|
Darren Burns
|
9bc93cd683
|
Small datatable docs rewording
|
2023-01-17 10:06:39 +00:00 |
|
Darren Burns
|
2814e1f93c
|
Documentation updates
|
2023-01-16 10:50:41 +00:00 |
|
Darren Burns
|
c6418e5e20
|
Snapshot testing data table, checkbox interactions
|
2022-10-24 12:14:52 +01:00 |
|
Will McGugan
|
8b6ca1b609
|
typo
|
2022-10-06 16:28:22 +01:00 |
|
Will McGugan
|
851cc6ff95
|
flexible columns, table docs
|
2022-10-06 11:12:22 +01:00 |
|
Will McGugan
|
432db21512
|
app basics and doc structure
|
2022-09-04 20:40:12 +01:00 |
|