Commit Graph

1989 Commits

Author SHA1 Message Date
d510299ae4 Reverts change to shelve button dropdown 2022-02-17 16:51:54 -08:00
561eaeaf54 Merge pull request #1935 from joachimesque/accessibility/fixes
[Accessibility] Fixes
2022-02-17 16:50:32 -08:00
98cad7c51a Merge pull request #1950 from bookwyrm-social/release-notice
Adds notice to admin about available updates
2022-02-17 16:37:22 -08:00
9132c054f2 Adds notice to admin about available updates 2022-02-17 16:23:15 -08:00
92f3357977 Anchor link to dev chat 2022-02-17 15:53:58 -08:00
3b0fc9785e Removes unused file 2022-02-17 13:31:38 -08:00
be479fe4cb Adds warnings about misconfigurations 2022-02-17 13:22:33 -08:00
f6e2ec02aa Adds overview page to setup 2022-02-17 13:02:07 -08:00
23d0d3e2b7 Register admin user 2022-02-17 11:25:11 -08:00
ed536e6b41 Adds command to get admin code 2022-02-17 10:59:28 -08:00
8e3c39d319 Adds admin key field to admin user setup form 2022-02-17 10:39:08 -08:00
4eb4efee9d Create admin account markup 2022-02-17 10:22:44 -08:00
e9397eaedd Adds setup templates 2022-02-17 10:02:27 -08:00
a07239c6a9 Merge pull request #1933 from bookwyrm-social/announcements
Cleans up code for announcements
2022-02-15 10:40:56 -08:00
1a2c85a327 Merge pull request #1938 from willhoh/main
Change cover class
2022-02-12 11:03:32 -08:00
164e0686b9 add class for correct display 2022-02-12 19:35:44 +01:00
a2d9bf50c5 Fixes display name of list contributor comments 2022-02-12 10:18:14 -08:00
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