Commit Graph

931 Commits

Author SHA1 Message Date
Darren Burns
34f4f5b8cc Help text for docks property 2022-04-25 14:20:35 +01:00
Darren Burns
bcad9768d3 Use property name in error messaging for borders 2022-04-25 11:36:22 +01:00
Darren Burns
d4125d7a4c Error messaging for layout property, border-* properties 2022-04-25 11:34:43 +01:00
Darren Burns
88d30dca55 Error messages for invalid colours in border property 2022-04-25 10:51:39 +01:00
Darren Burns
87f56d602c Skeleton for border property help 2022-04-22 16:52:12 +01:00
Darren Burns
d0fbe6d1b9 Merge branch 'css' of github.com:willmcgugan/textual into style-error-improvements 2022-04-22 16:25:19 +01:00
Darren Burns
5f35d33712 Small tweaks 2022-04-22 16:18:53 +01:00
Darren Burns
16c7220be4 Ensure color help text appears on unexpected tokens 2022-04-22 15:51:08 +01:00
Darren Burns
5f33050acc Handling invalid color values in CSS and inline styles 2022-04-22 15:50:04 +01:00
Darren Burns
62c3f9e945 Help & automatic examples for string enum properties 2022-04-22 15:19:40 +01:00
Will McGugan
6db5c6edfb Merge pull request #398 from Textualize/align
CSS align and box model
2022-04-22 14:01:26 +01:00
Will McGugan
74c354da29 docstring 2022-04-22 13:53:23 +01:00
Will McGugan
cacadf544a renames and docstrings 2022-04-22 13:51:08 +01:00
Will McGugan
e847f50ac2 Update src/textual/box_model.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2022-04-22 11:48:09 +01:00
Darren Burns
78f6c115c0 Some output redesign/improvements 2022-04-21 16:59:36 +01:00
Darren Burns
b7b98c8394 Scalar and Spacing help text 2022-04-21 15:33:07 +01:00
Will McGugan
2dd9f804e4 fix shutdown 2022-04-21 13:10:41 +01:00
Will McGugan
c79572a240 Merge branch 'css' into align 2022-04-21 12:54:50 +01:00
Will McGugan
1ede68c169 comment 2022-04-21 12:54:39 +01:00
Will McGugan
c68d6e8d0e tests for box model 2022-04-21 12:16:05 +01:00
Will McGugan
4980488973 width 100% 2022-04-21 11:53:55 +01:00
Will McGugan
b25dbf8771 box model tests 2022-04-21 11:51:38 +01:00
Darren Burns
ca01adb354 Contextual errors, extracting renderables 2022-04-21 11:46:44 +01:00
Will McGugan
bc63723363 box model fixes and tests 2022-04-21 11:43:45 +01:00
Darren Burns
92ef2e093e Consistent error messaging across CSS and inline styles 2022-04-20 17:17:28 +01:00
Will McGugan
2823718011 check for non-existant rules 2022-04-20 17:14:57 +01:00
Will McGugan
2c85bd97bd box model calculations 2022-04-20 17:00:52 +01:00
Will McGugan
3869eb7463 vertical layout, fix scroll issue for screen 2022-04-20 15:47:06 +01:00
Will McGugan
7f85fc6795 box model py 2022-04-20 14:21:04 +01:00
Will McGugan
66ec130726 box model 2022-04-20 14:20:44 +01:00
Darren Burns
637b14126a Update sandbox uber 2022-04-20 13:56:09 +01:00
Darren Burns
b9d00f301b Various changes/fixes 2022-04-20 13:54:34 +01:00
Darren Burns
00112ef740 Improving some CSS error messaging 2022-04-19 18:16:27 +01:00
Darren Burns
20fb43a8a0 Merge pull request #397 from Textualize/cli
Textual CLI
2022-04-19 17:24:13 +01:00
Darren Burns
619baed2a8 Update failing test 2022-04-19 17:19:06 +01:00
Darren Burns
624ad1a939 Switch devtools to using only ANSI colours 2022-04-19 17:17:58 +01:00
Darren Burns
0dfa225281 Use importlib-metadata backport for getting version 2022-04-19 13:56:19 +01:00
Darren Burns
70559a8be5 Add version option 2022-04-19 12:36:55 +01:00
Darren Burns
27999857d9 Upgrade black pre-commit hook version 2022-04-19 12:21:50 +01:00
Darren Burns
839547919f Resolve dependency clash between click & black 2022-04-19 12:19:21 +01:00
Darren Burns
2ff1c9d64a Textual console CLI command 2022-04-19 11:55:50 +01:00
Will McGugan
cecbf655ab align 2022-04-14 16:55:58 +01:00
Will McGugan
8e76e524a8 css align 2022-04-14 13:10:49 +01:00
Darren Burns
1d01029cd7 Add click 8.0.4 (later versions clash with black) 2022-04-14 12:25:07 +01:00
Darren Burns
945c69c479 Devtools port configuration not supported on client, so remove from server 2022-04-14 12:07:24 +01:00
Will McGugan
69694c4591 Merge pull request #385 from Textualize/print
Redirect standard output to devtools server and logfile
2022-04-14 11:59:24 +01:00
Darren Burns
e3f1b0d5cb Reinstate some missing changes from app.py merge 2022-04-14 11:34:00 +01:00
Darren Burns
a0b4b35733 Fix typo 2022-04-14 11:24:56 +01:00
Darren Burns
79fbabee0d Test redirecting to logfile 2022-04-14 11:16:53 +01:00
Darren Burns
3b40eb828b Redirecting stdout to both devtools and logfile 2022-04-14 11:10:47 +01:00