Nextcloud bot 1c3adf4eff [tx-robot] updated from transifex пре 5 година
..
appinfo 4c19b3b2c6 Bump versions of server and the requirements of apps пре 5 година
css f1f113c523 Fix checkbox styling with dark theme пре 5 година
fonts 7781779770 Accessibility ♿ пре 6 година
img 1aa7fd8917 Bump preview пре 6 година
js 102c563367 Bump vue and vue-template-compiler пре 5 година
l10n 1c3adf4eff [tx-robot] updated from transifex пре 5 година
lib 3bb2c87648 Do not cut full color on accessibility svg color invert пре 5 година
src 6a5f081fc6 Fix selecting an accessibility theme with the keyboard пре 5 година
templates 7781779770 Accessibility ♿ пре 6 година
.babelrc.js f2411939de Transpile arrow function for ie11 compatibility пре 5 година
.editorconfig 7781779770 Accessibility ♿ пре 6 година
.eslintrc.js 7781779770 Accessibility ♿ пре 6 година
.gitignore 7781779770 Accessibility ♿ пре 6 година
.jshintrc 7781779770 Accessibility ♿ пре 6 година
.l10nignore f18d989720 Fix translation sync for accessibiltiy пре 5 година
Makefile 7781779770 Accessibility ♿ пре 6 година
README.md 7781779770 Accessibility ♿ пре 6 година
webpack.js 221c2f2d9d Move accessibility to main webpack пре 5 година

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