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

--> so the `action_scroll_to_placeholder` method would be able to know _which_ of these keys were pressed :slightly_smiling_face:

Task

The button widget could use a number of different semantic styles, namely default, success, warn, fail These should be modelled in `Button.CSS` and use the design system colors. We also...

Copy and paste some text into a Textual app with devtools connected and note that the ordering is incorrect. The first letter and last letter are correct. There are a...

bug

Removing this `?` converts this `.*` regular expression from non-greedy to greedy. Without this change, action parameters cannot contain a right parenthesis (an `ActionError` exception is raised).

I'm in need of a widget that can display logs, I've attempted to implement this myself multiple times. However, the widget refuses to update with the new content. Example: class...

Like https://observablehq.com/@d3/temporal-force-directed-graph in the browser(but relatively pixelated/in low-resolution), I realized it's not as practical(pixel density) as web browsers and I couldn't even draw that properly in http://asciiflow.com/, but just would...

The scrollbars can be a little hard to click when cells are quite small, particularly a vertical scrollbar. We should add CSS rules to set the size of scrollbars. ```...

We use an iTerm extension for this, but there is a new emerging standard. https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036 The idea is you tell the terminal that an update is about to begin, which...

To be added by @willmcgugan I have recently been playing with extending the `DirectoryTreeView` and adding live-refresh capabilities with `watchdog`, and I realised that while it's possible to add new...

### Discussed in https://github.com/Textualize/textual/discussions/314 Originally posted by **zparmley** February 28, 2022 When setting z=X on a layout that is nested, the behavior is surprising. Controlling the eventual rendered z of...