67ea18c840
Changed cover class for proper image size in mobile
2022-02-12 17:58:36 +01:00
c33cf60624
aria-hidden elements do not contain focusable elements
...
https://dequeuniversity.com/rules/axe/4.3/aria-hidden-focus
2022-02-12 16:33:16 +01:00
7877524116
ARIA button, link, and menuitem must have an accessible name
...
https://dequeuniversity.com/rules/axe/4.3/aria-command-name
In this case, the menuitem wasn't displayed (because the div was hidden). I prefer not to include the menuitem in that situation.
2022-02-12 16:25:40 +01:00
f742cc023b
ARIA attributes must conform to valid values
...
https://dequeuniversity.com/rules/axe/4.3/aria-valid-attr-value
2022-02-12 16:18:56 +01:00
b27b6a5980
Certain ARIA roles must contain particular children
...
https://dequeuniversity.com/rules/axe/4.3/aria-required-children
In order to make this work, I had to translate Bulma's style so it doesn't use `ul` and `li` anymore.
The JS code had to be adapted, I also changed `button` to `tab` (seemed like a more relevant name) and added a `scrollIntoView()` on load the active tab is always visible.
2022-02-12 16:14:35 +01:00
bbb89605a5
Page must have one main landmark
...
https://dequeuniversity.com/rules/axe/4.3/landmark-one-main
2022-02-12 16:10:40 +01:00
89de03bffe
Adds breadcrumbs
2022-02-11 14:58:40 -05:00
b95f0ed287
Use color in announcement
2022-02-11 14:43:37 -05:00
01b52f023a
Adds edit announcement view
2022-02-11 14:42:47 -05:00
ee23aba994
Use details and summary for announcement panel
2022-02-11 13:50:55 -05:00
62741a5d2e
Allow html in announcement header
2022-02-11 13:36:08 -05:00
059fd84d06
Adds delete button to announcements list view
...
It's handy to have it there
2022-02-11 13:33:42 -05:00
547d246375
Fixes 500 error
2022-02-04 12:09:20 -08:00
fefb7e582a
Fixes list note display
2022-02-04 12:02:10 -08:00
ebc3f14f22
Merge pull request #1914 from bookwyrm-social/static-close-buttons
...
Show cancel buttons on modals in static mode
2022-02-03 14:08:36 -08:00
9013b1417a
Show cancel buttons on modals in static mode
2022-02-03 13:59:53 -08:00
3b12af63b6
Fixes links on import page
2022-02-03 13:49:33 -08:00
5a3ce5e328
Fixes rating in about page superlatives
2022-02-03 11:48:56 -08:00
a46ab96d9b
Fixes add/edit notes form on list page
2022-02-03 10:30:30 -08:00
2c16b8f33b
Fix shelf names on books page
2022-02-03 08:44:51 -08:00
36a52019fb
Fixes adding book to list from book page
2022-02-02 12:29:01 -08:00
a7afd4c47b
Fixes display of dm button
2022-01-30 11:10:18 -08:00
f2d2d050f5
Merge pull request #1886 from bookwyrm-social/filter-panels-display
...
Fixes form element display inside details panel
2022-01-30 10:45:26 -08:00
ae0e67f076
Fixes form element display inside details panel
2022-01-30 09:31:57 -08:00
24c1d5a168
Add prompt to respond to reporter
2022-01-30 09:17:12 -08:00
ae53b479f5
Fixes status field on report modal form
2022-01-30 08:36:20 -08:00
3c2aa72424
Fixes bad cache on status shelve buttons
2022-01-30 06:56:15 -08:00
c6c1534c85
Adds id to report page
2022-01-27 20:05:17 -08:00
40a14a05ad
Merge pull request #1865 from bookwyrm-social/unread-status-translation
...
Calculate and translate unread status counts in view
2022-01-27 18:47:35 -08:00
b3d9a46c98
Merge pull request #1869 from bookwyrm-social/list-notes
...
Let users add info about their list entry submissions
2022-01-27 13:04:08 -08:00
d925395f9d
Merge pull request #1874 from willhoh/main
...
This fixes #1871 and fixes #1873
2022-01-27 13:01:50 -08:00
a80c19d3e5
Screen reader fixes for list view
2022-01-27 12:55:53 -08:00
f62e66f5ee
Revised HTML element for onboarding logo
...
Added navbar class to the parent header of the onboarding logo and removed the previously appended icon class from the image.
2022-01-27 14:51:57 -05:00
dd35c90042
fix linging errors
2022-01-27 19:54:12 +01:00
f8afdfc6a9
This fixes #1871 huge amount of traffic from bots
...
and closes #1873 that leaves a file after testing.
2022-01-27 17:30:02 +01:00
13edeffb53
Added a class for fixing onboarding logo's size
...
Added a CSS class for fixing the onboarding logo's size to a reasonable dimension (about 3rem).
2022-01-27 00:22:50 -05:00
2eabe29401
Show notes on curation page
2022-01-25 13:54:44 -08:00
f85158191b
Use form for saving list items
2022-01-25 12:11:17 -08:00
38ccc23cd5
Add notes form
2022-01-25 09:40:03 -08:00
9902794bbd
Adds edit note view
2022-01-25 08:44:04 -08:00
a1a84b28b0
Adds edit box
2022-01-24 13:56:18 -08:00
8280386f0e
Context for note block in list item
2022-01-24 13:45:52 -08:00
5206d08dbb
Adds demo display of comment in list entry
2022-01-24 13:37:51 -08:00
3fc690e763
Calculate and translate unread status counts in view
2022-01-22 17:03:48 -08:00
a8776843bd
Fixes display toggle for about page superlatives
2022-01-20 17:00:15 -08:00
a0da5c75ff
Merge pull request #1853 from bookwyrm-social/author-page
...
Trying a new query to get author books
2022-01-20 15:19:11 -08:00
4177654ccf
Merge pull request #1852 from bookwyrm-social/shelf-fixes
...
Shelf date on all books page
2022-01-20 15:14:21 -08:00
d5ddaa874f
Trying a new query to get author books
2022-01-20 15:07:39 -08:00
d9175ce0b0
HTML validity on shelf page
2022-01-20 14:19:41 -08:00
a54fc08983
Updates locales
2022-01-20 13:43:59 -08:00