Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.07k stars 741 forks source link

Allow header clock to display dates #4671

Open lawrenceakka opened 1 week ago

lawrenceakka commented 1 week ago

Please review the following checklist.

Presently, the header clock can only display the time (not unreasonably for a clock). But sometimes a date is useful as well. Default width is changed to allow for longer strings when dates are displayed

Closes #4666