6e2c6525da
Add new popover classes from @nextcloud/vue's Popover and PopoverMenu* components. This fixes issues where the menu icons were not inverted. Adjusted border for both the avatar popover menu and also actions popover menu to make them easier to distinguish from the background. Now using border color for the popover arrow to make it more visible outside the border. Signed-off-by: Vincent Petry <vincent@nextcloud.com> |
||
---|---|---|
.. | ||
appinfo | ||
composer | ||
css | ||
fonts | ||
img | ||
js | ||
l10n | ||
lib | ||
src | ||
templates | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.l10nignore | ||
Makefile | ||
README.md | ||
webpack.js |
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