textual icon indicating copy to clipboard operation
textual copied to clipboard

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.

Results 462 textual issues
Sort by recently updated
recently updated
newest added

Applying CSS margin to the buttons in the button examples shows that the margin appears to not be getting applied horizontally.

bug

I want to open and edit file from sidebar, but It just can open and view file just like example "code_viewer". How to create a widget that can edit file...

We should compare tab-to-focus against browsers. There are some differences in behaviour. We may want to replicate the browser functionality.

With the CSS below on the uber.py example, the content gets pushed behind the scrollbar. There is an unexpected space on the left hand side. ``` #uber1 { layout: vertical;...

Ideally we would launch the script, check that it doesn't crash with an error code, and then kill the process after a couple of seconds

We're going to have a bunch of keybindings/actions available in the average Textual App. These actions could be put into a command palette. Users of a Textual app could press...