-
Notifications
You must be signed in to change notification settings - Fork 42
Use darker blue for community meetings in napari calendar #736
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
Conversation
Co-authored-by: Ashley Anderson <aganders3@gmail.com>
@napari-bot make html |
Ok, so even if I copy exactly what @aganders3 did, locally or on CI, I don't even see the calendar events anymore. |
Locally you need a Google api key. I don't think it's technically private as it ends up in the client side JavaScript but I'll dm it to you on Zulip with build instructions. CI should work though so that's odd... |
@napari-bot make html |
CircleCI definitely doesn't use the google key, but the artifact build should, it's in the action anyways 🤔 Edit: and the triggered builds are not working 😭 |
# References and relevant issues See #736 (comment) # Description Testing a hunch that @actions/checkout can't find the ref because it's looking for it in _this_ repo, but it belongs to the fork the PR is coming from.
@napari-bot make html |
Thanks to Ashley the artifact build is fixed (https://github.com/napari/docs/actions/runs/15769048532/job/44450635835#step:8:110) but circle is still 400. |
@napari-bot make html |
woohoo! it looks like both jobs are triggering correctly! |
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 like it!
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.
Me too - it looks nice!
I'll push the button! |
References and relevant issues
Inspired by a comment from Draga in a core-dev thread on Zulip:
Description
Based on Ashley's suggestion (napari/napari-sphinx-theme#189 (comment)) and coinciding with my own searches. This was the alternate strategy I found to what I proposed in #189, but I was going to overly complicate things in comparison...
Overrides calendar color with
--napari-primary-blue
if the events contain "community" or "working" in the title, since these are consistent names we use. Therefore, these events will be emphasized compared to the (current) lighter color that any other event will have.