Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

ossie
Copy link
Contributor

@ossie ossie commented Jan 21, 2018

Added a colorpicker for both boards and labels.

Signed-off-by: Oskar Kurz oskar.kurz@gmail.com

Fix for #204 and #395

@juliusknorr
Copy link
Member

Thank you very much for the pull request. Looks great so far.

Only a small nitpick - the color fields / picker in the left sidebar should all have the same width.
bildschirmfoto vom 2018-01-22 20-24-48

ng-click="selectColor(c)"
ng-class="{'selected': (c == newBoard.color), 'dark': (newBoard.color | textColorFilter) === '#ffffff' }"></div>
</div>
<div class="colorselect" ng-controller="ColorPickerController">
Copy link
Contributor

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

Copy link
Contributor Author

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.

@pixelipo
Copy link
Contributor

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.

@ossie
Copy link
Contributor Author

ossie commented Feb 4, 2018

I fixed the colorpicker width.

@juliusknorr
Copy link
Member

@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.

@plyaskin
Copy link

plyaskin commented Apr 16, 2018

Please let know how to refresh this in the Nextcloud?

@juliusknorr
Copy link
Member

@plyaskin This feature is not merged yet. Once merged, it should be in the next release.

@juliusknorr
Copy link
Member

@ossie Would it be ok for you if I take over to fix the last minor bugs?

@juliusknorr
Copy link
Member

Closing in favour of #468 so I can do the final small adjustments.

Thanks for your hard work on this awesome feature @ossie I really appreciate it.

@ossie
Copy link
Contributor Author

ossie commented Dec 15, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants