nextcloud/apps/accessibility
John Molakvoæ 3d9e84fd3a Properly calculate primary element based on background luminance
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-06-01 07:00:24 +00:00
..
appinfo Bump app version 2021-09-29 10:07:22 +02:00
composer ran autoloaderchecker.sh 2022-03-31 14:15:16 +02:00
css address 2nd review 2022-01-14 09:39:06 +00:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Bump @nextcloud/initial-state from 1.2.0 to 1.2.1 2021-11-06 12:21:53 +00:00
l10n [tx-robot] updated from transifex 2022-04-12 02:28:05 +00:00
lib Properly calculate primary element based on background luminance 2022-06-01 07:00:24 +00:00
src Fix accessibility theme for guests 2021-07-09 09:03:09 +00:00
templates Fix accessibility 2019-11-20 19:42:52 +01:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.gitignore Accessibility 2018-06-25 17:12:26 +02:00
.jshintrc Accessibility 2018-06-25 17:12:26 +02:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00
webpack.js Bump js licenses 2021-03-31 12:17:18 +02:00

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