-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1372127
commit 10007aa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule textual
updated
11 files
+4 −0 | CHANGELOG.md | |
+1 −1 | docs/guide/workers.md | |
+37 −8 | src/textual/constants.py | |
+6 −5 | src/textual/css/stylesheet.py | |
+17 −6 | src/textual/demo/home.py | |
+2 −2 | src/textual/demo/widgets.py | |
+16 −5 | src/textual/dom.py | |
+2 −1 | src/textual/filter.py | |
+4 −1 | src/textual/message_pump.py | |
+31 −0 | tests/test_constants.py | |
+16 −0 | tests/test_query.py |