Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Nextcloud bot 2c21adb5a6
[tx-robot] updated from transifex
vor 3 Jahren
..
appinfo Format code to a single space around binary operators vor 3 Jahren
composer Update autloader vor 3 Jahren
css Fix search placeholder animation & dark theme compatibility vor 3 Jahren
fonts Accessibility ♿ vor 6 Jahren
img compress some images with tinypng.com vor 4 Jahren
js Bump file-loader from 6.1.0 to 6.1.1 vor 3 Jahren
l10n [tx-robot] updated from transifex vor 3 Jahren
lib Format code to a single space around binary operators vor 3 Jahren
src Add highcontrast class to body just like with dark theme vor 3 Jahren
templates Fix accessibility vor 4 Jahren
.editorconfig Accessibility ♿ vor 6 Jahren
.gitignore Accessibility ♿ vor 6 Jahren
.jshintrc Accessibility ♿ vor 6 Jahren
.l10nignore Update .l10nignore for apps to exclude bundled JS files vor 3 Jahren
Makefile Accessibility ♿ vor 6 Jahren
README.md Accessibility ♿ vor 6 Jahren
webpack.js Fix accessibilityoca script vor 3 Jahren

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