nextcloud/apps/accessibility
Morris Jobke c2c3feff0e
Merge pull request #15705 from nextcloud/bugfix/15598/text-color-search-box-darktheme
Change text color in search box in darktheme, ref #15598
2019-05-28 13:50:44 +02:00
..
appinfo Bump versions of server and the requirements of apps 2019-04-11 14:02:23 +02:00
css Change text color in search box in darktheme, ref #15598 2019-05-26 17:03:40 +02:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img Bump preview 2018-06-25 17:12:27 +02:00
js Bump webpack from 4.31.0 to 4.32.2 2019-05-27 11:35:14 +02:00
l10n [tx-robot] updated from transifex 2019-05-28 02:13:42 +00:00
lib Do not cut full color on accessibility svg color invert 2019-03-04 11:24:23 +01:00
src Fix selecting an accessibility theme with the keyboard 2019-03-25 08:16:01 +01:00
templates Accessibility 2018-06-25 17:12:26 +02:00
.babelrc.js Transpile arrow function for ie11 compatibility 2018-12-14 14:46:25 +01:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.eslintrc.js Accessibility 2018-06-25 17:12:26 +02:00
.gitignore Accessibility 2018-06-25 17:12:26 +02:00
.jshintrc Accessibility 2018-06-25 17:12:26 +02:00
.l10nignore Fix translation sync for accessibiltiy 2019-03-14 11:57:02 +01:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00
webpack.js Move accessibility to main webpack 2019-02-19 13:06:05 +01:00

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