-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Menu bar - Allow customization. Restore default colors. #13996
Conversation
(Standard links)
|
@colemanw can you pls rebase this against current master pls |
dda76b9
to
6a3e6d9
Compare
The configurable color setting is fresh, thx @colemanw @agh1 I don't have a large sample size of reactions to go on. But I think that defaulting to the old grey menu bar color is also a safer move. But this is with the caveat that regardless of the default this cool feature should be combined with a popup that says "hey you can change your menu bar color now (link to config page, above)". Let's show this off a bit! This is akin to the experience I've seen in other software where it's says "hey would you like to try our new look"? |
Personally, I'm mostly excited by the ability to put a toolbar color into |
Yep that is one upshot of this change :) |
Ex: If an admin uses an API call (CLI/REST) to change the menubar color, then they don't need to follow-up with a cache-clear. The new setting just goes live. Ex: If a customization (via `civicrm.settings.php` or via extension) decides on the color scheme programmatically (e.g. per-domain or per-role or per-user-preference), then they don't need to clear cache. Multiple color schemes can coexist.
(CiviCRM Review Template WORD-1.2)
|
I think the image should also reflect a male figure in a state of distress and also drop the lines about "inclusivity". I'd like to be able to forward this to my predominantly female coworkers who believe in GLBTQQ inclusivity, etc. Sorry to be that person. I laughed, but I am also realistic that this could make someone dislike CiviCRM. |
Understood. Thanks for everyone's hard work to get these features done. |
It's the first time I've heard someone argue we need more male representation in this field, but sure. I've cleaned up the PR description to be more straightforward and removed the image, which was a joke and so probably not the most "professional" thing to put on a PR :) |
Overview
v5.12 introduced a new menu bar. The change also revised the default color scheme (applying a more contemporary palette), but this creates stress for some users who were trained to recognize the old menu color.
This exposes a new setting for customizing the color scheme, and it changes the default to match previous scheme.
Before
Menubar color hardcoded to
#f2f2f2
After
Menubar color defaults to
#1b1b1b
(consistent with previous versions of CiviCRM) and is configurable via "Display Settings" screen: