This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
Kane York ed95a6005b FEATURE: screenreader landmarks for main, suggested topics
In order to avoid a boatload of attributeBindings, I moved the root
element of the suggested-topics component into the template. Also,
autoformat their hbs files.

Testing info: https://www.scottohara.me/blog/2018/03/03/landmarks.html#using-screen-readers-to-navigate-landmarks

Additionally, flag modals with aria-modal=true to avoid the screenreader
accidentally escaping the modal. There's no need to ever toggle the
attribute to false, because we display:none the modal root when it's
closed.
2020-04-07 15:42:03 -07:00
..
adapters FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
components FEATURE: screenreader landmarks for main, suggested topics 2020-04-07 15:42:03 -07:00
controllers DEV: changes so plugins can customize invites UI (#9365) 2020-04-07 11:58:49 -04:00
helpers Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
initializers FEATURE: Bookmark keyboard shortcuts (#9318) 2020-04-07 14:03:15 +10:00
lib Revert DEFAULT_SHORTCUTS plugin API-breaking change 2020-04-07 16:27:13 +10:00
mixins DEV: prefer Date.now() over new Date().getTime() 2020-03-26 17:36:53 +11:00
models FIX: Show topic level bookmark with reminder modal (#9336) 2020-04-07 15:43:00 +10:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
routes FEATURE: Display "Last Updated At" on user directory 2020-03-30 14:34:48 -04:00
services Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
templates FEATURE: screenreader landmarks for main, suggested topics 2020-04-07 15:42:03 -07:00
widgets FIX: Show topic level bookmark with reminder modal (#9336) 2020-04-07 15:43:00 +10:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00