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
Dave Pearson
78ea2cd9f8
Modify the screen examples to import Screen from textual.screen
...
The surrounding text in the documentation states that Screen is imported
from textual.screen, but the code was importing the class from textual.app.
Further, I was getting warnings from pyright that I was using a class that
wasn't exported from the module I was importing from.
2022-10-13 09:10:40 +01:00
Darren Burns
3619b8f27a
Make example link italic in dos
2022-10-11 11:26:04 +01:00
Darren Burns
ba94892bdd
Remove CSS that wasnt needed
2022-10-11 11:22:46 +01:00
Darren Burns
f6452bbbd5
Styles documentation for links properties
2022-10-11 11:22:24 +01:00
Will McGugan
e2ea2cf7ef
Merge pull request #854 from Textualize/styles-css-property-fixes-updates
...
Fix issues with `Styles.css`, update "Grid" styles doc page
2022-10-08 16:02:12 +01:00
Will McGugan
4ff99bc72c
remove hack
2022-10-08 14:55:01 +01:00
Will McGugan
f2f13eacf0
proof reading
2022-10-07 18:00:35 +01:00
Darren Burns
143332efd5
Add example to grid styles docs, rename it
2022-10-07 14:59:37 +01:00
Will McGugan
58ed906ed5
simplified animator docs
2022-10-06 15:59:42 +01:00
Darren Burns
99aa17214e
Merge branch 'css' of github.com:Textualize/textual into docs-animator
2022-10-06 14:11:19 +01:00
Darren Burns
533ec72029
Finish up Animator docs first pass
2022-10-06 14:11:08 +01:00
Will McGugan
994ced1648
table example
2022-10-06 11:13:48 +01:00
Darren Burns
21ee43325d
Animator docs, wait syntax in app.run keys
2022-10-05 17:24:03 +01:00
Will McGugan
38ad103a79
Merge pull request #824 from Textualize/docs-screen
...
Docs screen
2022-10-05 10:55:49 +01:00
Will McGugan
f6e3cc6517
screens api
2022-10-04 17:48:25 +01:00
Darren Burns
4e521a2421
Merge branch 'css' of github.com:willmcgugan/textual into docs-widgets
2022-10-04 17:14:02 +01:00
Darren Burns
ad610e61cd
Example app showing input
2022-10-04 15:30:53 +01:00
Darren Burns
8225b43ac1
Document Static widget
2022-10-04 13:35:56 +01:00
Darren Burns
14af7be6fd
Document Header widget
2022-10-04 11:43:30 +01:00
Darren Burns
ec14ed25d2
Document Footer widget
2022-10-04 11:26:23 +01:00
Will McGugan
86a7bef71f
replace references to TextInput
2022-10-03 17:38:10 +01:00
Will McGugan
9de1a87024
more docs and compute example
2022-10-03 16:55:40 +01:00
Will McGugan
e61eaf7597
replace TextInput with Input
2022-10-01 14:43:46 +01:00
Will McGugan
5f97bbd33f
actions docs
2022-09-29 16:33:19 +01:00
Will McGugan
d962dcd49c
new align
2022-09-27 16:35:40 +01:00
Will McGugan
28d395f774
code in events
2022-09-26 10:41:36 +01:00
Will McGugan
3f0955cbe5
fix tests
2022-09-26 09:51:33 +01:00
Will McGugan
53d8e02d0d
input docs an exampels
2022-09-24 17:04:00 +01:00
Will McGugan
bb0e754329
fizzbuzz examples
2022-09-23 13:25:04 +01:00
Will McGugan
4437c7b640
hello examples
2022-09-22 18:16:02 +01:00
Will McGugan
9ab01d3c54
widgets docs
2022-09-21 17:18:50 +01:00
Will McGugan
24d4491bf8
doc screenshots
2022-09-20 18:16:03 +01:00
Will McGugan
3a53cdb2a5
dictionary example
2022-09-20 15:42:08 +01:00
Will McGugan
f70232ca5c
Merge pull request #789 from Textualize/css-path
...
changed to CSS_PATH
2022-09-20 14:34:59 +01:00
Will McGugan
5bd4ac3b92
Update docs/examples/events/dictionary.py
...
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com >
2022-09-20 14:27:51 +01:00
Will McGugan
826095727c
button tweaks
2022-09-18 22:17:15 +01:00
Will McGugan
d0293c2c89
changed to CSS_PATH
2022-09-18 22:02:08 +01:00
Will McGugan
f402692b5b
clean
2022-09-18 15:52:29 +01:00
Will McGugan
4e732ce309
dictionary example
2022-09-18 15:43:47 +01:00
Will McGugan
9838d3b34e
fluid rendering
2022-09-18 11:25:16 +01:00
Will McGugan
614b29e222
event docs
2022-09-18 09:10:22 +01:00
Will McGugan
bf90f7032d
text log widget
2022-09-16 16:14:28 +01:00
darrenburns
5ef98aac90
Initial layout guide stuff ( #748 )
...
* Initial layout guide stuff
* More docs on layout - grid
* Continuing grid docs
* Grid gutter and spans guide
* Improvements to layout docs for horizontal, vertical, dock, and begin describing layers
* Update center layout example to reflect new yield order
* More updates to layout guide, mostly offset stuff
* More layout guide, "Putting it all together"
* Updates to layout guide page
* Small rewording of dock layout in guide
* Apostrophe
* Typo
* Small design tweak to combining layouts example
* Typos, tidying up
* Small reword
* Some updates to docs/guide/layout/grid
* calc fix
Co-authored-by: Will McGugan <willmcgugan@gmail.com >
2022-09-15 15:28:23 +01:00
Will McGugan
90db481926
Merge pull request #775 from Textualize/docs-styles
...
Docs styles
2022-09-15 11:28:03 +01:00
Will McGugan
8a31523e09
doc fixes
2022-09-14 17:54:27 +01:00
Will McGugan
9816c2643f
more docs and diagrams
2022-09-14 17:09:38 +01:00
Darren Burns
1b53a9e9a4
Button docs, change container utilities
2022-09-14 15:15:10 +01:00
Darren Burns
29b6c9a2e3
docs/widgets/Button
2022-09-14 14:36:20 +01:00
Will McGugan
e85f9dc045
dimensions
2022-09-14 13:19:45 +01:00