1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/people
epriestley e8cebb7da5 Add support for aural-only and visual-only elements
Summary:
Ref T4843. This adds support to `javelin_tag()` for an `aural` attribute. When specified, `true` values mean "this content is aural-only", while `false` values mean "this content is not aural".

  - I've attempted to find the best modern approaches for marking this content, but the `aural` attribute should let us change the mechanism later.
  - Make the "beta" markers on application navigation visual only (see T4843). This information is of very low importance, the application navigation is accessed frequently, and the information is available on the application list.
  - Partially convert the main navigation. This is mostly to test things, since I want to get more concrete feedback about approaches here.
  - Add a `?__aural__=1` attribute, which renders the page with aural-only elements visible and visual-only elements colored.

Test Plan: {F146476}

Reviewers: btrahan, scp, chad

Reviewed By: chad

Subscribers: aklapper, qgil, epriestley

Maniphest Tasks: T4843

Differential Revision: https://secure.phabricator.com/D8830
2014-05-01 07:18:18 -07:00
..
application Add support for aural-only and visual-only elements 2014-05-01 07:18:18 -07:00
capability Add a granular capability for user directory browsing 2014-01-30 11:53:49 -08:00
conduit Allow Conduit console to be browsed by logged-out users 2014-04-21 15:32:48 -07:00
config Support configuration-driven custom fields 2013-08-14 12:33:53 -07:00
controller Make many actions require high security 2014-04-30 17:44:59 -07:00
customfield Use ApplicationTransactions and CustomField to implement build steps 2014-03-25 16:08:40 -07:00
editor Added some additional assertion methods. 2014-03-08 19:16:21 -08:00
event Rename PhabricatorUserStatus to PhabricatorCalendarEvent 2014-02-06 10:07:29 -08:00
garbagecollector Add a GC for user logs 2014-02-03 10:51:41 -08:00
lipsum Fixed Task Generation 2013-04-24 18:17:31 -07:00
phid Don't show document types in search for uninstalled applications 2014-04-29 15:01:50 -07:00
query Let users review their own account activity logs 2014-04-27 17:32:09 -07:00
remarkup Fix quick create on mobile 2014-04-26 12:31:55 -07:00
search Use ApplicationTransactions/CustomField to power Differential global search 2014-02-26 11:18:06 -08:00
storage Make two-factor auth actually work 2014-04-28 10:20:54 -07:00
view Let users review their own account activity logs 2014-04-27 17:32:09 -07:00