Nextcloud bot afdc1bb151 [tx-robot] updated from transifex 3 gadi atpakaļ
..
appinfo cb057829f7 Update license headers for 19 4 gadi atpakaļ
composer 6819208ad8 Bump composer 3 gadi atpakaļ
css e976e076b6 Fix dark mode color-box-shadow variable 4 gadi atpakaļ
fonts 7781779770 Accessibility ♿ 6 gadi atpakaļ
img adb3e59a01 Change name of high contrast theme to high contrast mode 5 gadi atpakaļ
js 169abb56ec Bump @nextcloud/axios from 1.3.2 to 1.3.3 3 gadi atpakaļ
l10n afdc1bb151 [tx-robot] updated from transifex 3 gadi atpakaļ
lib cb057829f7 Update license headers for 19 4 gadi atpakaļ
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages 4 gadi atpakaļ
templates 836e7305d0 Fix accessibility 5 gadi atpakaļ
.editorconfig 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