Nextcloud bot dddf509806 [tx-robot] updated from transifex 5 gadi atpakaļ
..
appinfo df246f1110 Added migration step 5 gadi atpakaļ
composer 3334a315de Update autoload checkers 5 gadi atpakaļ
css ae9523c6ce Add highcontrast style for dark mode 5 gadi atpakaļ
fonts 7781779770 Accessibility ♿ 6 gadi atpakaļ
img adb3e59a01 Change name of high contrast theme to high contrast mode 5 gadi atpakaļ
js d75fbab5d2 Removed duplicate defintion of app name and rebased/rebuilt. 5 gadi atpakaļ
l10n dddf509806 [tx-robot] updated from transifex 5 gadi atpakaļ
lib d75fbab5d2 Removed duplicate defintion of app name and rebased/rebuilt. 5 gadi atpakaļ
src 9872154e01 Changed highcontrast from array (theme) to object (flag/filter) 5 gadi atpakaļ
templates 7781779770 Accessibility ♿ 6 gadi atpakaļ
.babelrc.js f2411939de Transpile arrow function for ie11 compatibility 6 gadi atpakaļ
.editorconfig 7781779770 Accessibility ♿ 6 gadi atpakaļ
.eslintrc.js 7781779770 Accessibility ♿ 6 gadi atpakaļ
.gitignore 7781779770 Accessibility ♿ 6 gadi atpakaļ
.jshintrc 7781779770 Accessibility ♿ 6 gadi atpakaļ
.l10nignore f18d989720 Fix translation sync for accessibiltiy 5 gadi atpakaļ
Makefile 7781779770 Accessibility ♿ 6 gadi atpakaļ
README.md 7781779770 Accessibility ♿ 6 gadi atpakaļ
webpack.js e6e73b636f Use different jsonpFunction 5 gadi atpakaļ

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