-
Notifications
You must be signed in to change notification settings - Fork 281
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
Implemented a colorpicker for all color selectors. #204, #395 #405
Conversation
…tcloud#395 Signed-off-by: oskar <oskar.kurz@gmail.com>
ng-click="selectColor(c)" | ||
ng-class="{'selected': (c == newBoard.color), 'dark': (newBoard.color | textColorFilter) === '#ffffff' }"></div> | ||
</div> | ||
<div class="colorselect" ng-controller="ColorPickerController"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be some issues with spacing here. Please fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm gonna look into this.
We'll need to move this icon over to server (it's the same one used in Calendar app and probably some other ones as well) and clean it up (it contains a lot of unnecessary code), but that is out of the scope of this PR. |
Signed-off-by: oskar <oskar.kurz@gmail.com>
I fixed the colorpicker width. |
@ossie Thanks for the fix and sorry for the long delay reviewing. Can you check the color selector in the left sidebar, when editing a board? The custom color picker seems to be hidden there now. |
Please let know how to refresh this in the Nextcloud? |
@plyaskin This feature is not merged yet. Once merged, it should be in the next release. |
@ossie Would it be ok for you if I take over to fix the last minor bugs? |
@juliushaertl I'm sorry for not reacting at all. The last months were stuffed with other (not programming related) projects. Thanks for fixing the last bugs. |
Added a colorpicker for both boards and labels.
Signed-off-by: Oskar Kurz oskar.kurz@gmail.com
Fix for #204 and #395