PMM-14995 Update existing PMM branding assets and styles#5292
Open
pmcf-percona wants to merge 6 commits intov3from
Open
PMM-14995 Update existing PMM branding assets and styles#5292pmcf-percona wants to merge 6 commits intov3from
pmcf-percona wants to merge 6 commits intov3from
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3 #5292 +/- ##
==========================================
+ Coverage 41.49% 41.51% +0.01%
==========================================
Files 410 540 +130
Lines 41992 44339 +2347
Branches 0 584 +584
==========================================
+ Hits 17424 18406 +982
- Misses 22814 24115 +1301
- Partials 1754 1818 +64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@matejkubinec we still need to do this that is done at the Grafana level:
For both we can use this: |
Contributor
I'll handle the change on the Grafana side, will include it into FB. |
fabio-silva
requested changes
Apr 27, 2026
fabio-silva
approved these changes
Apr 28, 2026
mattiasimonato
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PMM-14995
FB: SUBMODULES-4325
1. Brand mark (purple)
Old orange/gradient PMM mark is replaced everywhere it shipped as a static asset:
dashboards/pmm-app/src/img/pmm-logo.svgdashboards/pmm-app/src/shared/assets/pmm-logo.svgui/apps/pmm-compat/src/img/pmm-logo.svgdashboards/pmm-app/src/shared/assets/logo.png— removed (orphan PNG of the same mark)Inline icons updated:
ui/apps/pmm/src/icons/pmm-titled.svg— new horizontal lockup (viewBox0 0 141 48)ui/apps/pmm/src/icons/pmm-titled-outlined.svg— new outlined variant for hero/empty-state usage (viewBox0 0 252 113)Icon.constants.ts— registerspmm-titled-outlined, updatespmm-titledviewBox2. DB engine icons → Percona family
Renamed and re-drawn so all DB engine icons live under one consistent
percona-*namespace and avoid conflicts with trademarks and name-image associations:mongopercona-momysqlpercona-mypostgresqlpercona-povalkeypercona-vaui/apps/pmm/src/icons/Icon.constants.ts— keys renamed inDYNAMIC_ICON_IMPORT_MAPcontexts/navigation/navigation.constants.ts— sidebar entries point to the new icon names3. Semantic color tokens
Requires merging percona/percona-ui#12.
Replaces raw hex values and raw
primitives.brand.*reads with the new semantic tokens exported by@percona/percona-ui:components/syntax-highlighter/SyntaxHighlighter.utils.ts— usessemanticTokensLight/Dark.text.accent1/2/3instead ofprimitives.brand.{sky,lavender,aqua}pages/help-center/HelpCenter.constants.ts+HelpCenterCard.tsx+HelpCenterCard.types.ts— replaces inlineborderColor: '#XXXXXX'with a typedborderColorKeyresolved againstSemanticTokens['charts']. All four cards currently map tochart2(intentional — single accent across the help section).components/ha-badge/HighAvailabilityBadge.styles.ts— usespalette.warning.main,palette.error.surface,palette.error.contrastText(also drops the now-redundant light/dark branching)components/ha-icon/HighAvailabilityIcon.styles.ts—background.paperandwarning.maincomponents/sidebar/nav-item/NavItem.styles.ts—text.disabledinstead ofwarning.contrastTextfor inactive itemspages/updates/.../UpdateProgress.tsx— drops hard-coded#008C71/#606C86in favour of MUIcolor="success"/color="primary"4. Hero / empty state polish
assets/mountains.jpgbackground, replacingwelcome.svgandwelcome-4x.jpg(both removed)pages/updates/Updates.tsxandpages/help-center/welcome-card/WelcomeCard.tsxnow share the same hero pattern: 240px image with the outlined PMM lockup centered on top (112px tall)5. Sidebar logo polish
components/sidebar/drawer/Drawer.styles.ts+components/sidebar/nav-heading/NavigationHeading.tsx:transparentwhile collapsed, so the drawer-open transition stays smoothleft, top, height, color(wasleftonly)6. Dev tooling
.cursor/rules/link-percona-ui.mdc— documents the context ofyarn linkworkflow for developing@percona/percona-uiagainst PMM locallyScreenshots: