Nextcloud bot dddf509806 [tx-robot] updated from transifex пре 5 година
..
appinfo df246f1110 Added migration step пре 5 година
composer 3334a315de Update autoload checkers пре 5 година
css ae9523c6ce Add highcontrast style for dark mode пре 5 година
fonts 7781779770 Accessibility ♿ пре 6 година
img adb3e59a01 Change name of high contrast theme to high contrast mode пре 5 година
js d75fbab5d2 Removed duplicate defintion of app name and rebased/rebuilt. пре 5 година
l10n dddf509806 [tx-robot] updated from transifex пре 5 година
lib d75fbab5d2 Removed duplicate defintion of app name and rebased/rebuilt. пре 5 година
src 9872154e01 Changed highcontrast from array (theme) to object (flag/filter) пре 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 e6e73b636f Use different jsonpFunction пре 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