Nextcloud bot 2f857c6b37 [tx-robot] updated from transifex há 5 anos atrás
..
appinfo 15e8a27338 Remove .css fileending from accessibility user css route há 5 anos atrás
css 8fa8f51ed5 Accessibility: Fix header icon opacity with high contrast theme há 5 anos atrás
fonts 7781779770 Accessibility ♿ há 6 anos atrás
img 1aa7fd8917 Bump preview há 6 anos atrás
js 058b50093f [Security] Bump axios from 0.18.0 to 0.19.0 in /apps/accessibility há 5 anos atrás
l10n 2f857c6b37 [tx-robot] updated from transifex há 5 anos atrás
lib 2ca4473e28 Do not cut full color on accessibility svg color invert há 5 anos atrás
src cf06e313ee Added cache override to ensure an always up-to-date accessibility css há 6 anos atrás
templates 7781779770 Accessibility ♿ há 6 anos atrás
.babelrc.js 914ac82d6c Transpile arrow function for ie11 compatibility há 5 anos atrás
.editorconfig 7781779770 Accessibility ♿ há 6 anos atrás
.eslintrc.js 7781779770 Accessibility ♿ há 6 anos atrás
.gitignore 7781779770 Accessibility ♿ há 6 anos atrás
.jshintrc 7781779770 Accessibility ♿ há 6 anos atrás
.l10nignore 148f06ebeb Fix translation sync for accessibiltiy há 5 anos atrás
Makefile 7781779770 Accessibility ♿ há 6 anos atrás
README.md 7781779770 Accessibility ♿ há 6 anos atrás
package-lock.json 4d5c961db9 [Security] Bump lodash from 4.17.11 to 4.17.14 in /apps/accessibility há 5 anos atrás
package.json 058b50093f [Security] Bump axios from 0.18.0 to 0.19.0 in /apps/accessibility há 5 anos atrás
webpack.common.js 914ac82d6c Transpile arrow function for ie11 compatibility há 5 anos atrás
webpack.dev.js 7781779770 Accessibility ♿ há 6 anos atrás
webpack.prod.js 7781779770 Accessibility ♿ há 6 anos atrás

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