WEBUI-1935: REBRANDING CHANGES [LTS-2025]#3181
Open
naveen-konda wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR implements “WEBUI-1935” rebranding updates by introducing Satori design tokens, updating built-in themes (fonts/colors), and adjusting several UI components (drawer/home/header/create actions) to match the new visual language.
Changes:
- Add Satori design token CSS and import it into built-in themes; remap core theme variables to Satori tokens/fonts.
- Update UI styling across home/dashboard, page chrome, drawer/tree, results, and create actions to use new Satori-driven variables.
- Refresh branding assets (logos/icons/wordmark) and adjust ftests + workflow triggers to support the rebranded navigation.
Reviewed changes
Copilot reviewed 35 out of 77 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| themes/satori-design-tokens.css | New shared Satori token variables |
| themes/light/theme.html | Import tokens + light theme variable updates |
| themes/light/logo.svg | New light theme SVG logo |
| themes/kawaii/theme.html | Import tokens + kawaii theme variable updates |
| themes/kawaii/logo.svg | New kawaii theme SVG logo |
| themes/default/theme.html | Import tokens + default theme remapping to Satori |
| themes/default/logo.svg | New default theme SVG logo |
| themes/dark/theme.html | Import tokens + dark theme variable updates |
| themes/dark/logo.svg | New dark theme SVG logo |
| themes/base.js | Global styles: fonts + responsive tweaks |
| packages/nuxeo-web-ui-ftest/pages/ui/drawer.js | FTest selector update for profile avatar |
| images/icons/administration.svg | New icon asset |
| images/icons/add.svg | New icon asset |
| images/hyland-wordmark.svg | New Hyland wordmark for home header |
| images/doctypes/folder.svg | Updated folder doctype icon |
| i18n/messages.json | Add app.home label |
| elements/search/nuxeo-saved-search-actions.js | Update overflow/menu icon reference |
| elements/nuxeo-web-ui-bundle.html | Update drawer icon refs + formatting |
| elements/nuxeo-tasks/nuxeo-tasks-drawer.js | Apply Satori header mixin styling |
| elements/nuxeo-suggester/nuxeo-suggester.js | Header background uses Satori var fallback |
| elements/nuxeo-results/nuxeo-results.js | Minor layout/padding tweak |
| elements/nuxeo-recent-documents/nuxeo-recent-documents.js | Header mixin + list separator changes |
| elements/nuxeo-home.html | Header layout + wordmark + card styling |
| elements/nuxeo-document-tree/nuxeo-document-tree.js | Drawer tree re-style + selection persistence logic |
| elements/nuxeo-document-create-button/nuxeo-document-create-button.js | Create FAB styling + icon update |
| elements/nuxeo-document-create-actions/nuxeo-document-create-shortcuts.js | Shortcut tray positioning/alignment |
| elements/nuxeo-document-create-actions/nuxeo-document-create-shortcut.js | Shortcut UI redesign + keyboard support |
| elements/nuxeo-collections/nuxeo-favorites.js | Header mixin styling |
| elements/nuxeo-collections/nuxeo-collections.js | List separator removal + header mixin |
| elements/nuxeo-clipboard/nuxeo-clipboard.js | List separator removal + header mixin |
| elements/nuxeo-browser/nuxeo-breadcrumb.js | Breadcrumb typography updates |
| elements/nuxeo-browser.html | Facet-driven page chrome styling |
| elements/nuxeo-app/nuxeo-page.js | Page layout refactor + Satori var hooks |
| elements/nuxeo-app/nuxeo-page-item.js | Tab color adjustments w/ fallbacks |
| elements/nuxeo-app.js | Drawer menu restructuring + profile avatar rebrand + SVG logo |
| elements/document/nuxeo-collapsible-document-page.js | Collapsible page container styling tweaks |
| .github/workflows/test.yaml | CI trigger branch list update |
| .github/workflows/preview.yaml | Preview trigger branch list update |
| .github/workflows/lint.yaml | Lint trigger branch list update |
| .github/workflows/ftest.yaml | FTest trigger branch list update |
| .github/workflows/crowdin.yaml | Crowdin trigger branch list update |
| .github/workflows/clean.yaml | Cleanup trigger branch list update |
| .github/workflows/a11y.yaml | A11y trigger branch list update |
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.
No description provided.