nyastodon/app/javascript/mastodon/actions
Ondřej Hruška 604654ccb4 New notification cleaning mode (#89)
This PR adds a new notification cleaning mode, super perfectly tuned for accessibility, and removes the previous notification cleaning functionality as it's now redundant.

* w.i.p. notif clearing mode

* Better CSS for selected notification and shorter text if Stretch is off

* wip for rebase ~

* all working in notif clearing mode, except the actual removal

* bulk delete route for piggo

* cleaning + refactor. endpoint gives 422 for some reason

* formatting

* use the right route

* fix broken destroy_multiple

* load more notifs after succ cleaning

* satisfy eslint

* Removed CSS for the old notif delete button

* Tabindex=0 is mandatory

In order to make it possible to tab to this element you must have tab index = 0. Removing this violates WCAG and makes it impossible to use the interface without good eyesight and a mouse. So nobody with certain mobility impairments, vision impairments, or brain injuries would be able to use this feature if you don't have tabindex=0

* Corrected aria-label

Previous label implied a different behavior from what actually happens

* aria role localization & made the overlay behave like a checkbox

* checkboxes css and better contrast

* color tuning for the notif overlay

* fanceh checkboxes etc and nice backgrounds

* SHUT UP TRAVIS
2017-07-21 20:33:16 +02:00
..
accounts.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
alerts.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
blocks.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
bundles.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
cards.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
columns.js Allow mounting arbitrary columns (#3207) 2017-06-04 01:39:38 +02:00
compose.js FIXED STUFF FROM THE MERGE SORRY ;_; 2017-07-15 15:42:39 -07:00
domain_blocks.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
favourites.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
interactions.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
modal.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
mutes.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
notifications.js New notification cleaning mode (#89) 2017-07-21 20:33:16 +02:00
onboarding.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
push_notifications.js Web Push Notifications (#3243) 2017-07-13 22:15:32 +02:00
reports.js Turn report screen into a modal (#3965) 2017-06-27 18:07:21 +02:00
search.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
settings.js Save settings when they are changed (#3743) 2017-06-14 18:59:02 +02:00
statuses.js fix: Handle errors without response (#4274) 2017-07-19 19:38:50 +02:00
store.js refactor: Rewrite immutablejs import statements using destructuring (#4147) 2017-07-11 01:00:14 +02:00
timelines.js fix: Handle errors without response (#4274) 2017-07-19 19:38:50 +02:00