選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
4年前
..
appinfo Fix (array) indent style to always use one tab 4年前
composer Update autoloaders for composer v1.10.1 4年前
css Fix dark mode color-box-shadow variable 4年前
fonts Accessibility ♿ 6年前
img Change name of high contrast theme to high contrast mode 4年前
js Bump webpack from 4.42.0 to 4.42.1 4年前
l10n [tx-robot] updated from transifex 4年前
lib Format control structures, classes, methods and function 4年前
src Update eslint and switch to @nextcloud packages 4年前
templates Fix accessibility 4年前
.editorconfig Accessibility ♿ 6年前
.gitignore Accessibility ♿ 6年前
.jshintrc Accessibility ♿ 6年前
.l10nignore Fix translation sync for accessibiltiy 5年前
Makefile Accessibility ♿ 6年前
README.md Accessibility ♿ 6年前
webpack.js Use different jsonpFunction 4年前

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