Will McGugan
84db318e08
changelog
2025-09-29 17:31:54 +01:00
Will McGugan
b00c1595b2
Merge pull request #6141 from Textualize/fix-rich-log-write
...
fix for setting the theme early
2025-09-29 17:23:37 +01:00
Will McGugan
4e09a26779
Merge pull request #6139 from Textualize/fix-progress-bar-crash
...
fix for progress bar crash
2025-09-29 16:51:19 +01:00
Will McGugan
40bd3a5a24
restore tests
2025-09-29 16:35:30 +01:00
Will McGugan
fd7cb8a592
try simplify
2025-09-29 16:24:28 +01:00
Will McGugan
a883d39d16
experiment
2025-09-29 16:12:33 +01:00
Will McGugan
a865903c78
debug for CI
2025-09-29 15:58:30 +01:00
Will McGugan
44ace196dd
docs
2025-09-29 15:23:12 +01:00
Will McGugan
4e0f6f1d40
implicit pause
2025-09-29 15:18:36 +01:00
Will McGugan
b3e1ef9899
another wait for refresh
2025-09-29 14:42:34 +01:00
Will McGugan
cd8c6955f2
app task
2025-09-29 14:30:58 +01:00
Will McGugan
bf1d975c5c
fix wait_for_refresh
2025-09-29 14:13:51 +01:00
Will McGugan
ad63a575d3
debug
2025-09-29 12:15:34 +01:00
Will McGugan
1ec7fa81f5
sigh
2025-09-29 11:32:21 +01:00
Will McGugan
a9d451d8bb
running out of ideas
2025-09-29 11:17:17 +01:00
Will McGugan
167af7e15d
change click
2025-09-28 21:32:17 +01:00
Will McGugan
f4c32a3ac4
depressing
2025-09-28 21:17:47 +01:00
Will McGugan
11182843d7
try wait for refresh
2025-09-28 21:02:21 +01:00
Will McGugan
374d29683f
Skip bindings change on first refresh
2025-09-28 20:50:56 +01:00
Will McGugan
43970ae198
better fix
2025-09-28 20:31:17 +01:00
Will McGugan
b16c7bcb2d
snapshot
2025-09-28 19:14:43 +01:00
Will McGugan
96a65f8232
changelog
2025-09-28 18:29:14 +01:00
Will McGugan
5858acbd50
fix for setting the theme early
2025-09-28 18:27:01 +01:00
Will McGugan
9063dad0ef
unused snapshot
2025-09-28 18:14:44 +01:00
Will McGugan
8226f21595
replace snapshot test
2025-09-28 17:56:03 +01:00
Will McGugan
ba2c696d20
merge
2025-09-28 17:30:02 +01:00
Will McGugan
ccfcc7f152
Merge pull request #6138 from Textualize/long-placeholder
...
long placeholder
2025-09-28 17:26:37 +01:00
Will McGugan
a0a3d81c4a
snapshit
2025-09-28 17:26:24 +01:00
Will McGugan
5e610153b0
simpler fix
2025-09-28 17:25:31 +01:00
Will McGugan
f7de26ab4e
null visual
2025-09-28 17:18:43 +01:00
Will McGugan
b4e0833a0f
fix for progress bar crash
2025-09-28 17:08:54 +01:00
Will McGugan
e81138cadd
docstrings
2025-09-28 16:34:03 +01:00
Will McGugan
aef15a6b86
snapshot
2025-09-28 16:32:14 +01:00
Will McGugan
015bc11d42
docstring
2025-09-28 16:26:38 +01:00
Will McGugan
57ad676652
api
2025-09-28 16:23:39 +01:00
Will McGugan
ce15ea1fa2
changelog
2025-09-28 16:21:52 +01:00
Will McGugan
02fd2451cb
long placeholder
2025-09-28 16:20:24 +01:00
Will McGugan
2d98a4546e
Merge pull request #6115 from TomJGooding/docs-fix-misc-typos
...
docs: fix miscellaneous typos
2025-09-28 15:53:55 +01:00
Will McGugan
288c309d35
Merge pull request #6137 from Textualize/alternative-footer-flicker-fix
...
delay update for footer
2025-09-28 15:53:04 +01:00
Will McGugan
6b982019a3
more pauses
2025-09-28 15:37:05 +01:00
Will McGugan
26610ef5f8
wait for refresh before click
2025-09-28 15:10:23 +01:00
Will McGugan
1736cd1c09
better jank fix
2025-09-28 12:54:54 +01:00
Will McGugan
377933083c
doc
2025-09-28 12:21:56 +01:00
Will McGugan
fd958fa4e1
delay update for footer
2025-09-28 12:18:33 +01:00
Will McGugan
6e9408c2f7
Merge pull request #6132 from Textualize/hover-fix
...
WIP hover fix
2025-09-26 20:14:03 +01:00
Will McGugan
36d79ad44d
z?
2025-09-26 19:29:28 +01:00
Will McGugan
494a617aed
snapshot tests
2025-09-26 19:21:31 +01:00
Will McGugan
1bdf38a34c
hover fix
2025-09-24 21:28:34 +01:00
Darren Burns
6bfb7e8ee6
Fix DataTable.header_height reactive visual glitch and crash ( #6128 )
2025-09-20 09:51:36 +01:00
TomJGooding
606a1686f6
test(modal): increase pauses in flaky test ( #6116 )
...
* test(modal): increase pauses in flaky test
It looks like `test_modal_pop_screen()` has started being flaky in CI.
Increase the initial pause to ensure the footer is fully composed when
clicked. This seemed to be the fix for a similar flaky test in #6032 .
* test(modal): wait refresh for flaky test
After increasing the pause, this test is still flaky in CI. Try adding a
`wait_for_refresh` as well, the same as the fix for a similar flaky test
in #6116
2025-09-19 20:43:39 +01:00