mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
No description
e8cebb7da5
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 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which help software companies build better software. Phabricator includes applications for: - reviewing and auditing source code; - hosting and browsing repositories; - assembling a party to venture forth; - tracking bugs; - hiding stuff from coworkers; and - also some other things. You can learn more about the project (and find links to documentation and resources) here: http://phabricator.org/ Phabricator is developed and maintained by Phacility. The first version of Phabricator was originally built at Facebook. LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.