-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlapping colors in calendar color picker and unused choose button #6145
Comments
It is because of nextcloud-libraries/nextcloud-vue#5499. @susnux I'm not sure how apps should handle the submit event in the simple mode of the color picker. The app can process the selection but it can't close the picker, can it? |
The open state can be controlled from the outside via the So we could add an open state variable Example<NcColorPicker :shown.sync="showColorPicker" @submit="setColor">...</NcColorPicker> |
Nice, thank you! |
Steps to reproduce
Expected behavior
Good design
Actual behaviour
Calendar app version
4.8
CalDAV-clients used
No response
Browser
No response
Client operating system
No response
Server operating system
No response
Web server
None
Database engine version
None
PHP engine version
None
Nextcloud version
No response
Updated from an older installed version or fresh install
None
List of activated apps
No response
Nextcloud configuration
No response
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: