Commit Graph

37 Commits

Author SHA1 Message Date
097b8e5811 Fix toggling all checkboxes of failed imports:
- Rename classes and function to something more descriptive.
- Listen to the element checked status instead of a click on a non‑focusable element.
- Use specific DOM targets instead of relying on the DOM ancestor tree.
- Add a skip‑link to the end of the list and avoid tabbing through all failed items.
- Update related i18n strings in French.
- Avoid having the label on the whole width to prevent accidental click.
- Move `fieldset` out of `ul`.
2021-03-05 15:41:21 +01:00
263b13f157 Adapt tab handler to vanilla JS, fix focus jump, improve accessible naming of tabs/panels 2021-02-28 14:04:04 -04:00
bc7f830b2b Merge branch 'upstream' into tab-keyboard-accessibility 2021-02-27 11:53:27 -04:00
9580bec154 feat: modify tabbed interfaces to support keyboard accessibility (fixes #526) 2021-02-27 11:47:03 -04:00
76491e4e35 Back off notification polling 2021-02-09 10:38:43 -08:00
b53ef73faf Feed templates 2021-01-29 10:25:31 -08:00
2411b4fe79 puts @'mentions directly in compose box 2021-01-19 16:16:22 -08:00
1778e8dd46 Uses timeout instead of interval 2021-01-19 14:59:46 -08:00
94a41498cf Remove counts when notifications are deleted 2021-01-19 14:32:08 -08:00
3fce67a60d Only update on change 2021-01-19 14:25:04 -08:00
394666357f Poll for notifications 2021-01-18 16:32:02 -08:00
c7b03fec5a Fixes rate action 2021-01-18 09:57:44 -08:00
7308d8d1e9 javascript cleanup
I got my linter working!
2021-01-18 08:26:04 -08:00
3f136c40da Uses js pattern for tabs 2021-01-17 20:19:09 -08:00
0a70d6e981 Makes dropdown clickable, and work with screen reader
I'm lightly peeved with bulma that it wasn't clear how to make hover
menus accessible, but clickable menus are just fine with my anyway.
2021-01-17 16:29:46 -08:00
47d5b907ac Readthrough interactions 2021-01-17 10:10:59 -08:00
f7e3cbda84 Uses toggle button snippet for content warning 2021-01-17 08:50:47 -08:00
afdf5fc8ec starts replacing pure css buttons with javascript buttons
RIP, but it was time
2021-01-17 08:26:28 -08:00
f42fd28c73 Removes unused javascript 2021-01-16 19:59:08 -08:00
3e58163f0d refactors content warning button 2021-01-16 19:57:20 -08:00
739b6e19e2 Dismiss reading goal using localstorage 2021-01-16 09:21:19 -08:00
861249080b Moves toggle menu javascript out of html 2021-01-14 15:45:30 -08:00
7abe39b7d5 Tab change javascript out of html 2021-01-14 15:29:37 -08:00
4d4e692f49 Javascript cleanup 2021-01-14 15:16:18 -08:00
5591024933 Moves interaction javascript out of html 2021-01-14 14:38:33 -08:00
e57c4f4bcd Adds focus control javascript 2021-01-14 13:02:28 -08:00
6300c37a4e Select all checkbox 2020-11-13 10:14:24 -08:00
44b798b423 Puts reply form below button that shows it
still think this is janky.
2020-11-11 18:32:52 -08:00
79f7c55a04 indicate if menu has been expanded 2020-11-09 11:58:19 -08:00
c37c6aae40 nested covers tabs should work with screen reader 2020-11-08 19:34:41 -08:00
b7bc089d86 Improves tabbing javascript for create status tabs 2020-11-08 19:09:29 -08:00
b7f8055ede Fixes review/comment/quote tabs in create status form 2020-11-08 18:23:12 -08:00
b763b7469b Show shelf names with suggested books 2020-11-06 20:36:52 -08:00
50f2f4788e Adds review box to main page layout 2020-09-29 17:43:30 -07:00
dbc6fb1d18 Status form in book page 2020-09-29 11:48:03 -07:00
61fa15a0c2 Book page and review form 2020-09-29 11:00:54 -07:00
f77c156733 rename main code directory 2020-09-17 13:30:54 -07:00