John Molakvoæ (skjnldsv) 914ac82d6c Transpile arrow function for ie11 compatibility hace 5 años
..
appinfo 30cbd137e8 Fix illegible text color in columns Size and Modified on dark theme: rework after review hace 5 años
css ade50d3b71 Remove font-specifics from high contrast theme because we are now on regular+bold anyway hace 5 años
fonts 7781779770 Accessibility ♿ hace 6 años
img 1aa7fd8917 Bump preview hace 6 años
js 914ac82d6c Transpile arrow function for ie11 compatibility hace 5 años
lib 90051e7467 Don't require Same Site Cookies on accessibility assets hace 5 años
src cf06e313ee Added cache override to ensure an always up-to-date accessibility css hace 5 años
templates 7781779770 Accessibility ♿ hace 6 años
.babelrc.js 914ac82d6c Transpile arrow function for ie11 compatibility hace 5 años
.editorconfig 7781779770 Accessibility ♿ hace 6 años
.eslintrc.js 7781779770 Accessibility ♿ hace 6 años
.gitignore 7781779770 Accessibility ♿ hace 6 años
.jshintrc 7781779770 Accessibility ♿ hace 6 años
Makefile 7781779770 Accessibility ♿ hace 6 años
README.md 7781779770 Accessibility ♿ hace 6 años
package-lock.json 914ac82d6c Transpile arrow function for ie11 compatibility hace 5 años
package.json 765c576029 Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0 hace 5 años
webpack.common.js 914ac82d6c Transpile arrow function for ie11 compatibility hace 5 años
webpack.dev.js 7781779770 Accessibility ♿ hace 6 años
webpack.prod.js 7781779770 Accessibility ♿ hace 6 años

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