nextcloud-server/apps/accessibility
Roeland Jago Douma bc961baa40 Move some settings over to the IInitialState
The old one has been deprecated. Part one of many.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-02 21:11:56 +01:00
..
appinfo This is 22 2021-02-03 08:38:41 +01:00
composer Update autoloader files 2021-03-02 16:36:21 +01:00
css Fix app icon list in dark mode 2021-02-15 16:26:30 +01:00
fonts
img
js Bump @babel/preset-env from 7.12.11 to 7.12.13 2021-02-07 11:36:26 +00:00
l10n [tx-robot] updated from transifex 2021-03-02 02:22:18 +00:00
lib Move some settings over to the IInitialState 2021-03-02 21:11:56 +01:00
src Add highcontrast class to body just like with dark theme 2020-08-18 08:33:46 +02:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
Makefile
README.md
webpack.js

Accessibility

This app provide multiple features to ease the use of nextcloud.

Build Setup

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean