nextcloud/apps/accessibility
John Molakvoæ (skjnldsv) f04b182b94
Fix search placeholder animation & dark theme compatibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-03 09:03:10 +02:00
..
appinfo Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
composer Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
css Fix search placeholder animation & dark theme compatibility 2020-09-03 09:03:10 +02: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 vue and vue-template-compiler 2020-08-25 12:04:16 +00:00
l10n [tx-robot] updated from transifex 2020-08-30 02:16:07 +00:00
lib Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
src Add highcontrast class to body just like with dark theme 2020-08-18 08:33:46 +02: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 Fix translation sync for accessibiltiy 2019-03-14 11:57:02 +01:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00
webpack.js Fix accessibilityoca script 2020-08-03 16:37:54 +02:00

README.md

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