-
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
4d8d8e8
commit b0fc83d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule textual
updated
23 files
+34 −0 | CHANGELOG.md | |
+120 −0 | CONTRIBUTING.md | |
+5 −0 | docs/FAQ.md | |
+1 −1 | pyproject.toml | |
+5 −0 | questions/align-center-middle.question.md | |
+0 −1 | src/textual/app.py | |
+3 −3 | src/textual/css/_style_properties.py | |
+1 −1 | src/textual/css/_styles_builder.py | |
+12 −4 | src/textual/dom.py | |
+8 −0 | src/textual/drivers/web_driver.py | |
+4 −0 | src/textual/events.py | |
+0 −1 | src/textual/message.py | |
+5 −3 | src/textual/message_pump.py | |
+9 −7 | src/textual/reactive.py | |
+32 −7 | src/textual/screen.py | |
+1 −11 | src/textual/widget.py | |
+3 −0 | src/textual/widgets/_data_table.py | |
+0 −0 | tests/test_call_x_schedulers.py | |
+108 −0 | tests/test_focus.py | |
+36 −0 | tests/test_message_pump.py | |
+78 −0 | tests/test_reactive.py | |
+0 −43 | tests/test_visibility_change.py | |
+78 −0 | tests/test_visible.py |