Nextcloud bot cac1480bf8 [tx-robot] updated from transifex il y a 4 ans
..
appinfo 8728eab9d7 Fix app updates il y a 4 ans
composer 150f39ed50 Update autoloaders for composer v1.10.1 il y a 4 ans
css e976e076b6 Fix dark mode color-box-shadow variable il y a 4 ans
fonts 7781779770 Accessibility ♿ il y a 6 ans
img adb3e59a01 Change name of high contrast theme to high contrast mode il y a 4 ans
js 548f9dcbb3 Bump webpack from 4.42.0 to 4.42.1 il y a 4 ans
l10n cac1480bf8 [tx-robot] updated from transifex il y a 4 ans
lib 1a9330cd69 Update the license headers for Nextcloud 19 il y a 4 ans
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages il y a 4 ans
templates 836e7305d0 Fix accessibility il y a 4 ans
.editorconfig 7781779770 Accessibility ♿ il y a 6 ans
.gitignore 7781779770 Accessibility ♿ il y a 6 ans
.jshintrc 7781779770 Accessibility ♿ il y a 6 ans
.l10nignore f18d989720 Fix translation sync for accessibiltiy il y a 5 ans
Makefile 7781779770 Accessibility ♿ il y a 6 ans
README.md 7781779770 Accessibility ♿ il y a 6 ans
webpack.js e6e73b636f Use different jsonpFunction il y a 4 ans

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