Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Nextcloud bot ddec3fc416
[tx-robot] updated from transifex
4 лет назад
..
appinfo Bump versions of server and the requirements of apps 5 лет назад
composer Add autoloaders for shipped apps 5 лет назад
css Use native font stack 5 лет назад
fonts Accessibility ♿ 6 лет назад
img Bump preview 6 лет назад
js Bump webpack from 4.39.1 to 4.39.2 4 лет назад
l10n [tx-robot] updated from transifex 4 лет назад
lib Remove beta from dark theme name ref #16076 4 лет назад
src Fix selecting an accessibility theme with the keyboard 5 лет назад
templates Accessibility ♿ 6 лет назад
.babelrc.js Transpile arrow function for ie11 compatibility 5 лет назад
.editorconfig Accessibility ♿ 6 лет назад
.eslintrc.js Accessibility ♿ 6 лет назад
.gitignore Accessibility ♿ 6 лет назад
.jshintrc Accessibility ♿ 6 лет назад
.l10nignore Fix translation sync for accessibiltiy 5 лет назад
Makefile Accessibility ♿ 6 лет назад
README.md Accessibility ♿ 6 лет назад
webpack.js Unify webpack config 5 лет назад

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