Commit Graph

467 Commits

Author SHA1 Message Date
Will McGugan
727a4f1292 remove how-to 2022-10-21 15:58:03 +01:00
Will McGugan
2358d9d568 fix for point key and keys in screenshot 2022-10-21 10:15:41 +01:00
Will McGugan
bfba0dca09 optimized focus within 2022-10-20 21:20:30 +01:00
Will McGugan
4f4696e832 docs and examples polish 2022-10-20 14:55:07 +01:00
Dave Pearson
76e9654535 Merge pull request #958 from davep/toll-free
Review the use of the bell in various examples and documentation files
2022-10-19 15:56:21 +01:00
Dave Pearson
d22353d2ec Correct the description of what the button example does
Originally it was partially correct in that it did sound the bell, but it
also then exited the application and printed the details of the button --
the text didn't mention the latter aspect. This corrects that and removes
mention of the bell sound because we've now removed that.
2022-10-19 15:28:15 +01:00
Dave Pearson
836a4e5291 Correct the file included for the second key example
Not an issue with removing the bell, actually a pre-existing mistake in the
docs. The wrong file was being included.
2022-10-19 15:24:44 +01:00
Dave Pearson
f648457c1e action03 doesn't ring the bell on button press any more 2022-10-19 15:21:22 +01:00
Dave Pearson
c4f920be67 Remove the bell from the Button documentation example 2022-10-19 15:15:53 +01:00
Dave Pearson
e8bb084538 Remove intro02.py
It doesn't appear to be referenced anywhere in the docs.
2022-10-19 15:12:54 +01:00
Dave Pearson
bd0e1c01b1 Remove intro01.py
It doesn't appear to be referenced anywhere in the docs.
2022-10-19 15:12:11 +01:00
Dave Pearson
f8bda04d90 Remove the on_space from key01 in the docs
While in this part of the docs we do want to keep the bell (see key02), it
was an error in the code that it included this event in key01. Removing it
from here because adding this bit of code for key02 is a key (no pun) part
of the docs.
2022-10-19 15:05:18 +01:00
Dave Pearson
ce0c6c49a2 Remove the bell from the actions05 documentation example 2022-10-19 14:59:59 +01:00
Dave Pearson
f76e472096 Remove the bell from the actions04 documentation example 2022-10-19 14:57:50 +01:00
Dave Pearson
aa8580bee7 Remove the bell from the actions03 documentation example 2022-10-19 14:54:57 +01:00
Dave Pearson
5c5ca3316f Remove the bell from the actions02 documentation example 2022-10-19 14:43:37 +01:00
Dave Pearson
f5ce603d43 Remove the bell from the actions01 documentation example 2022-10-19 14:41:13 +01:00
Aaron Stephens
4111aa5432 docs: remove center layout 2022-10-18 15:51:23 -07:00
Dave Pearson
f4fafb447f Merge pull request #938 from MatrixManAtYrService/patch-1
Minor doc fixes
2022-10-18 21:20:00 +01:00
darrenburns
4a0dc49bca Checkbox polishing + fix auto-width in Horizontal layout (#942)
* checkbox widget

* fixes

* Checkbox additions, fix content width in horizontal layout

* Update docs, add tests for checkbox

* Remove some test code

* Small renaming of test class

Co-authored-by: Will McGugan <willmcgugan@gmail.com>
2022-10-18 15:17:44 +01:00
Matt Rixman
6a47d82330 Fix typo in devtools.md
forgotten so install -->  forgotten to install
2022-10-17 09:26:38 -06:00
Will McGugan
3c4f0129ec fix screenshot 2022-10-17 16:22:41 +01:00
Will McGugan
e875db2ee6 Merge pull request #936 from Textualize/focus-glitch
fix focus glitch
2022-10-17 15:53:29 +01:00
darrenburns
45e5658aea Mention ordering of superpower methods in docs (#935) 2022-10-17 15:48:16 +01:00
Will McGugan
b88da06174 fix focus glitch 2022-10-17 15:13:08 +01:00
Will McGugan
e6876e98ee fix error with text-log in docs 2022-10-17 11:25:26 +01:00
Will McGugan
d11875db09 typo 2022-10-17 10:04:36 +01:00
Will McGugan
0c5ea8d50d updates 2022-10-17 09:55:28 +01:00
Will McGugan
0513926f80 features doc 2022-10-16 13:56:41 +01:00
Will McGugan
b8a60a6d1d widgets 2022-10-16 13:51:36 +01:00
Will McGugan
f25646a765 Merge branch 'mount-wait' into roadmap 2022-10-16 13:51:25 +01:00
Will McGugan
15ab284d95 help pages 2022-10-16 13:47:28 +01:00
Will McGugan
b92c77e250 roadmap page 2022-10-16 13:36:23 +01:00
Will McGugan
94d9f39fa9 Merge pull request #924 from davep/css-docs-review-events
CSS docs review - Events
2022-10-16 11:17:59 +01:00
Dave Pearson
f867d5b016 Make the scrollbar belong to the widget 2022-10-16 08:22:30 +01:00
Dave Pearson
b235e4cff0 Remove unnecessary indentation of example code 2022-10-16 08:19:20 +01:00
Dave Pearson
5df90e00c0 examples -> example 2022-10-16 08:18:30 +01:00
Dave Pearson
682f9a8936 Correct the class name that hides the widget in the eg
Also add some code markup to the class name, as this seems common elsewhere
in the docs.
2022-10-16 08:12:42 +01:00
Dave Pearson
0b2b00d939 Correct the title for the Hide event 2022-10-16 07:49:04 +01:00
Dave Pearson
c32dbda297 Merge pull request #923 from davep/css-docs-review-screens
CSS docs review - Screens
2022-10-15 22:37:15 +01:00
Dave Pearson
a20dbbe325 Drop the
This could either be dropping `the`, as I've done here, or perhaps adding
something like `approach` after `SCREENS`. I feel one or the other is needed
to make this flow well.
2022-10-15 22:26:19 +01:00
Dave Pearson
bdbdb62fd0 Code markup Screen 2022-10-15 22:25:16 +01:00
Dave Pearson
f14f09d80a Add 'a' and code-markup dict 2022-10-15 22:24:36 +01:00
Dave Pearson
5f97884798 associated -> associate 2022-10-15 22:21:18 +01:00
Dave Pearson
c856ab3e38 screen -> key 2022-10-15 22:20:24 +01:00
Dave Pearson
78af99e780 an -> a 2022-10-15 22:14:07 +01:00
Dave Pearson
c670fc6960 Add as 2022-10-15 22:11:26 +01:00
Dave Pearson
f898fee1d1 Remove trailing whitespace 2022-10-15 22:09:39 +01:00
Dave Pearson
799a769f3e Add code markup to mention of the Table class 2022-10-15 22:02:19 +01:00
Dave Pearson
3992b1e7d3 intent -> intend 2022-10-15 21:57:52 +01:00