Mouse Reeve
68cb1612e2
make comment toggle clickable
2020-11-09 16:27:45 -08:00
Mouse Reeve
82896e7d81
Merge pull request #330 from mouse-reeve/wave-evaluator
...
Various small WAVE suggestions
2020-11-09 13:12:50 -08:00
Mouse Reeve
b83a367403
Merge pull request #329 from mouse-reeve/shelve-buttons
...
make the start reading button always use the modal
2020-11-09 13:12:31 -08:00
Mouse Reeve
a40a1bdcb4
Fixes labels on import page
2020-11-09 12:40:22 -08:00
Mouse Reeve
cdc7af89cf
Fixes header numbers in edit book page
2020-11-09 12:35:18 -08:00
Mouse Reeve
0f4df08769
Fixes contrast on danger buttons
2020-11-09 12:10:37 -08:00
Mouse Reeve
7042e59402
Convert h2s to h1s where obvious
2020-11-09 12:06:44 -08:00
Mouse Reeve
79f7c55a04
indicate if menu has been expanded
2020-11-09 11:58:19 -08:00
Mouse Reeve
607612a1d9
Adds label to privacy pulldown
2020-11-09 11:44:24 -08:00
Mouse Reeve
e176d5d288
Labels textareas in create status form
2020-11-09 11:40:19 -08:00
Mouse Reeve
b4d1a23ef6
Expose "no rating" option in create review form
2020-11-09 11:33:50 -08:00
Mouse Reeve
c3c59ce3d8
Adds label to mobile dropdown button
...
and changes the icon
2020-11-09 11:29:17 -08:00
Mouse Reeve
716ab3a78d
make the start reading button always use the modal
...
are the modals good??? who knows
2020-11-09 11:16:39 -08:00
Mouse Reeve
52cb5fbb0e
Merge pull request #327 from mouse-reeve/create-status-tabs
...
Covers and create status tabs
2020-11-08 20:12:21 -08:00
Mouse Reeve
0b97efd94d
Merge pull request #323 from jimfingal/jim/cli-tooling
...
Add some extra Python / Docker cli tooling
2020-11-08 20:12:03 -08:00
Mouse Reeve
c37c6aae40
nested covers tabs should work with screen reader
2020-11-08 19:34:41 -08:00
Mouse Reeve
b7bc089d86
Improves tabbing javascript for create status tabs
2020-11-08 19:09:29 -08:00
Mouse Reeve
b7f8055ede
Fixes review/comment/quote tabs in create status form
2020-11-08 18:23:12 -08:00
Jim Fingal
061193cdd5
Go back to exec for everything
2020-11-08 17:30:47 -08:00
Mouse Reeve
5c1ed4c9b4
Merge pull request #326 from mouse-reeve/sr-stars
...
Make star ratings in reviews accessible in voiceover
2020-11-08 16:46:29 -08:00
Mouse Reeve
957afed8bb
Make star ratings in reviews accessible in voiceover
2020-11-08 16:45:32 -08:00
Mouse Reeve
08d42f7032
Merge pull request #325 from mouse-reeve/shelve-buttons
...
Improve accessibility for shelve buttons/read forms
2020-11-08 16:27:05 -08:00
Mouse Reeve
36dc41620a
Set tabbing on shelve button items
2020-11-08 16:25:22 -08:00
Mouse Reeve
096d5008c3
Adds start and finish modal snippets
2020-11-08 15:53:53 -08:00
Mouse Reeve
5042344bca
Fix accessibility for shelve buttons/read forms
2020-11-08 15:15:42 -08:00
Mouse Reeve
07b0112e1a
Merge pull request #312 from mouse-reeve/api_info
...
Updates nodeinfo and api info
2020-11-08 14:15:50 -08:00
Mouse Reeve
a8afc3fc36
Merge pull request #322 from mouse-reeve/voiceover-review
...
Fixes "notifications" typo and adds alt text to avatars
2020-11-08 14:12:20 -08:00
Mouse Reeve
e24153bff9
Merge pull request #324 from hartsick/main
...
A few small label-related accessibility fixes
2020-11-08 14:11:44 -08:00
Christa Hartsock
037697a382
Associate 'tags' label to formfield
...
So that the tags label is read by screenreaders
2020-11-08 13:42:01 -08:00
Christa Hartsock
2e944bceb9
Remove "for" from start/end date labels
...
The "for" value pointed to an ID for an input that didn't exist, which
caused screenreaders to not read the value of the label when
specififying readthrough dates. Removing the
'for' tags makes the screenreader read the label as expected since the
label wraps the input, so we don't need a 'for'.
2020-11-08 13:40:36 -08:00
Christa Hartsock
b684e929b4
Add label text to search input
...
For use by screenreaders.
2020-11-08 13:23:05 -08:00
Jim Fingal
21a0e4a8f2
Alphabetize requirements and use a dash instead of hyphen in the pytest-django package requirement
2020-11-08 13:20:31 -08:00
Jim Fingal
1f9891dcf5
Create example marker to avoid tests that require external domain
2020-11-08 13:07:37 -08:00
Mouse Reeve
8f95c1e728
Clearer logo link to home page and missing filter import
2020-11-08 12:38:27 -08:00
Mouse Reeve
77b0a3b67f
Adds alt text to avatars
2020-11-08 12:25:05 -08:00
Mouse Reeve
0171b5a427
Fixes typo in notifications link
2020-11-08 12:24:50 -08:00
Jim Fingal
e1e5dd8b0d
Add a dockerignore file and don't map some python files locally
2020-11-08 12:17:10 -08:00
Jim Fingal
0b8a9cf1a6
Add support for pytest
2020-11-08 12:14:57 -08:00
Jim Fingal
58237b6984
Have runweb commands clean up after themselves
2020-11-08 11:52:08 -08:00
Jim Fingal
0176f5bbf8
Pull initdb into a function; have db commands exec instead of run to ensure container is up
2020-11-08 11:50:20 -08:00
Jim Fingal
f1816d2ef5
Have clean command use clean function
2020-11-08 11:45:21 -08:00
Jim Fingal
391361c5e3
Update readme to use run instead of exec
2020-11-08 11:44:52 -08:00
Jim Fingal
7eea1b27da
Use docker-compose run instead of exec so you don't have to be running containers to execute commands
2020-11-08 11:43:04 -08:00
Jim Fingal
04d987a9a3
Ignore coverage report
2020-11-08 11:42:41 -08:00
Mouse Reeve
9c084f61a2
Merge pull request #316 from mouse-reeve/label-typo
...
Fixes typo in edit user manually approve followers label
2020-11-08 11:32:24 -08:00
Jim Fingal
8c6c28c7d8
Move initdb into a management command
2020-11-08 10:30:55 -08:00
Mouse Reeve
edc653e273
Fixes typo in edit user manually approve followers label
2020-11-08 09:45:42 -08:00
Mouse Reeve
e279ae0d88
Merge pull request #315 from emiljacobsen/patch-1
...
Fixed typo in readme
2020-11-08 08:07:27 -08:00
Emil
a6073caba0
Fixed typo in readme
...
shleves -> shelves
2020-11-08 17:02:01 +01:00
Mouse Reeve
da5af56f72
Create codeql-analysis.yml
2020-11-07 21:17:52 -08:00