Commit Graph

490 Commits

Author SHA1 Message Date
hfarooq
0963103db8 Fixed data_table example app - actually run it 2022-10-25 21:03:51 +00:00
Will McGugan
93e75f3f0e Merge pull request #969 from Textualize/more-testing
More testing
2022-10-25 14:15:43 +01:00
Will McGugan
93ccf7069f Merge pull request #988 from teschty/tutorial-highlight
Add highlighting for id="timers" line in tutorial
2022-10-25 14:13:28 +01:00
Michael Bridak
9d76c8c65e Typo... 2022-10-24 12:30:58 -07:00
Darren Burns
d02e6e94b0 Fix data-table snapshot 2022-10-24 15:16:47 +01:00
Darren Burns
041bb35014 Remove comments, simplify test 2022-10-24 14:51:40 +01:00
Darren Burns
f09e5f7d9f Snapshot testing footer 2022-10-24 12:39:33 +01:00
Darren Burns
67c3b83f80 Remove animation from checkbox snapshot test 2022-10-24 12:18:35 +01:00
Darren Burns
c6418e5e20 Snapshot testing data table, checkbox interactions 2022-10-24 12:14:52 +01:00
Darren Burns
8a92cc470b Merge branch 'main' of github.com:Textualize/textual into more-testing 2022-10-24 11:16:56 +01:00
Tesch
2d003603bf Add highlighting for id="timers" line in tutorial 2022-10-23 12:55:18 -05:00
Will McGugan
c432be90d1 drop version 2022-10-23 11:06:22 +01:00
Will McGugan
d6f71e6f2a fix indentation 2022-10-23 11:00:18 +01:00
Will McGugan
1631efcd01 update roadmap 2022-10-23 10:58:29 +01:00
Will McGugan
759287b29e bump to 0.2.0 2022-10-22 17:57:55 +01:00
Will McGugan
7e2c4998b2 b12 2022-10-22 17:50:54 +01:00
Will McGugan
7e9b296c93 handle missing dev 2022-10-22 17:04:48 +01:00
Will McGugan
c5a292aa9c added version number to demo, bumped b9 2022-10-22 16:02:07 +01:00
Will McGugan
5b80ee7500 Tutorial fix 2022-10-22 15:44:49 +01:00
Aaron Stephens
1066c4a224 docs: remove extra the 2022-10-21 10:31:07 -07:00
Will McGugan
23ec76bdc3 fix markup 2022-10-21 17:19:34 +01:00
Will McGugan
f41b0138fb roadmap update 2022-10-21 17:03:02 +01:00
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
Darren Burns
5d4ff6614f Snapshotting canonical style property examples 2022-10-20 15:26:01 +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