Nextcloud bot cac38c03bf [tx-robot] updated from transifex il y a 2 ans
..
appinfo c30bab34e6 Move accessibility js route to static js and initial state il y a 4 ans
composer 8ff0523c3d Make sure columns with an empty default are nullable for Oracle il y a 4 ans
css e537a4254a Fix app icon list in dark mode il y a 3 ans
fonts 7781779770 Accessibility ♿ il y a 6 ans
img 4ad622a720 compress some images with tinypng.com il y a 4 ans
js 1b0ce5f786 Bump vue and vue-template-compiler il y a 3 ans
l10n cac38c03bf [tx-robot] updated from transifex il y a 2 ans
lib 97e8cfe32c Fix accessibility theme for guests il y a 3 ans
src 97e8cfe32c Fix accessibility theme for guests il y a 3 ans
templates 836e7305d0 Fix accessibility il y a 5 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 f6c729a96c Update .l10nignore for apps to exclude bundled JS files il y a 4 ans
Makefile 7781779770 Accessibility ♿ il y a 6 ans
README.md 7781779770 Accessibility ♿ il y a 6 ans
webpack.js c1bfedab70 Fix accessibilityoca script 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