-
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
fb4bde1
commit 8f0adfb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule textual
updated
23 files
+2 −1 | docs/api/await_complete.md | |
+2 −2 | docs/api/await_remove.md | |
+2 −6 | docs/api/logger.md | |
+17 −11 | src/textual/__init__.py | |
+1 −1 | src/textual/binding.py | |
+1 −1 | src/textual/cache.py | |
+2 −1 | src/textual/command.py | |
+1 −1 | src/textual/constants.py | |
+2 −0 | src/textual/css/query.py | |
+2 −1 | src/textual/dom.py | |
+0 −1 | src/textual/lazy.py | |
+1 −1 | src/textual/pilot.py | |
+1 −1 | src/textual/reactive.py | |
+3 −0 | src/textual/screen.py | |
+5 −2 | src/textual/scrollbar.py | |
+3 −1 | src/textual/strip.py | |
+1 −1 | src/textual/suggester.py | |
+8 −1 | src/textual/system_commands.py | |
+1 −0 | src/textual/timer.py | |
+7 −1 | src/textual/validation.py | |
+2 −1 | src/textual/widget.py | |
+4 −1 | src/textual/worker.py | |
+1 −1 | src/textual/worker_manager.py |