Skip to content

Klavionik/textual-live-editing-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textual Live Editing Issue

A minimal reproducible example of CSS live editing issue in Textual.

Usage

Clone the repo.

git clone [email protected]:Klavionik/textual-live-editing-issue.git

Create and activate a new venv.

cd textual-live-editing-issue
python -m venv venv
source venv/bin/activate

Install dependencies.

pip install -r requirements.txt

Run the app in dev mode.

textual run --dev main:TheApp

How to reproduce

Change the Label color inside app.tcss and you'll see it changing in the terminal. Press F to activate the screen and do the same inside screen.tcss. You'll see that no hot reload happens.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages