TomJGooding
TomJGooding
Update the note in the `Button` docs about the spacing, as the default CSS for this widget was changed in #3539. Closes #3793. **Please review the following checklist.** - [...
The `Input` docs includes a [Additional Notes](https://textual.textualize.io/widgets/input/#additional-notes) section about removing the spacing: https://github.com/Textualize/textual/blob/b28ad500a3da98bfcde25a71082303d82270491d/docs/widgets/input.md?plain=1#L156-L158 But the default CSS also has a height and a padding, so I think perhaps this is...
Resolves #4016 This FAQ might not get many "hits" as unfortunately people won't mention they're running the app in their IDE terminal, but this would at least provide a resource...
### Description Fixes #2940 by resolving the scalar animation `start` and `destination` cell sizes based on the size of the container (parent) rather than the widget. ### Related Issue -...
### Description Add a `MonthCalendar` widget, intended to form part of a `DatePicker` widget. > [!NOTE] > Currently very much a work in progress wanting feedback from Textual maintainers and...
The guide to widgets in the docs starts with how to create [custom widgets](https://textual.textualize.io/guide/widgets/#custom-widgets), but [compound widgets](https://textual.textualize.io/guide/widgets/#compound-widgets) aren't explained until much later. I think custom widgets are far more likely...
The issue of Textual apps not working as expected in embedded IDE terminals (or Jupyter) seems to come up quite often, most recently #3995 and #4014. Perhaps this should at...
I spotted that [the docs for `Tabs`](https://textual.textualize.io/widgets/tabs/#component-classes) has no mention of the `underline--bar` component class. After a quick search I found a number of other widgets which say "This widget...
It might be nice to have a convenient method to align text in a `DataTable`, for example to right-align numerical values, or center everything in a table. I know that...
I can't see anything on the roadmap, so are there plans to add a AutoComplete widget to Textual? The terms get a bit confusing, but by autocomplete I mean a...