-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add support for categories #1540
Conversation
Requires: nextcloud/calendar-js#38 |
28a505f
to
0dc732d
Compare
@tcitworld What do you think about the indicator in the calendar-grid? |
return this.propModel.options | ||
}, | ||
foo() { | ||
return uidToColor('abc') |
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.
Remove me
Can we ask to move @skjnldsv's uidToColor.js into a common |
Yes. Please. We were wondering earlier whether to put it into a dedicated package or just nextcloud/vue |
(Damn, npm naming, sorry for mentioning everyone) |
I've never seen any indicator apart from the thunderbird screenshot in the issue, so I'm not sure how much it would be useful. Maybe we should get it consistent with nextcloud/server#13330 and nextcloud/server#6778 (even though it's not really the same thing)? |
Currently it's already in @nextcloud/vue :) |
With so many full-on colors, it probably makes sense to maybe look into using a similar way of coloring as macOS Calendar, with the events by default not being full-saturation (but only the active one): More: https://support.apple.com/en-euro/guide/calendar/welcome/mac |
@jancborchardt How is that related to categories? :) |
Sorry, that was in reference to your comment above at #1540 (comment) So basically I meant to say: Let’s not put any indicators in the view for now, especially when it comes to color. We have more stuff to clean up before we put stuff in again. :) |
5b39aaf
to
0435291
Compare
Signed-off-by: Georg Ehrke <[email protected]> Add PropertySelectMultiple Signed-off-by: Georg Ehrke <[email protected]> Add Categories to EditorSidebar Signed-off-by: Georg Ehrke <[email protected]> Add category indicator to calendar-grid Signed-off-by: Georg Ehrke <[email protected]> Revert "Add category indicator to calendar-grid" This reverts commit d71a70e. Signed-off-by: Georg Ehrke <[email protected]> Read-only version of category picker Signed-off-by: Georg Ehrke <[email protected]>
0435291
to
351c0b0
Compare
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.
Nice nice!
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.
fixes #107
ToDo: