feat: add SVG logo and enhance toolbar styles and functionality#201
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the MageForge Toolbar UI to include branded SVG logos in the menu header and burger button, and refreshes Trunk tooling by upgrading plugins/runtimes and adding new linters (including SVGO) to keep frontend assets and config formatting consistent.
Changes:
- Add inline SVG logo + update toolbar menu/burger markup and related styling (including larger burger label text).
- Add an SVG logo asset under
src/view/frontend/web/images/. - Update Trunk configuration: bump plugin refs/linters, add SVGO config, and adjust runtimes.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/view/frontend/web/js/toolbar/ui.js |
Injects SVG logos into toolbar menu title and burger button; updates accessible label text. |
src/view/frontend/web/css/toolbar.css |
Adds logo styling hooks and increases burger label font size. |
src/view/frontend/web/images/mageforge-logo.svg |
Adds a standalone logo SVG asset. |
.trunk/trunk.yaml |
Updates Trunk plugin ref, runtimes, and enabled linters (adds svgo/pinact/taplo). |
.trunk/configs/svgo.config.mjs |
Introduces an SVGO configuration preset for SVG optimisation. |
Morgy93
approved these changes
Jun 16, 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.
This pull request updates the MageForge Toolbar UI by adding a logo to both the toolbar menu and burger button, adjusts related styles, and updates development tooling and linters. The changes improve branding, visual consistency, and keep the codebase aligned with the latest tool versions.
UI and Branding Enhancements:
mageforge-toolbar-menu-logo) and burger button (mageforge-toolbar-burger-logo), updating the HTML structure and CSS to support these elements. The toolbar now displays "MageForge" with the logo instead of "MageForge Toolbar". (src/view/frontend/web/js/toolbar/ui.js,src/view/frontend/web/css/toolbar.css) [1] [2] [3] [4] [5]src/view/frontend/web/css/toolbar.css)Development Tooling and Linter Updates:
checkov,actionlint,markdownlint, andprettier. Added new linters:pinact,svgo, andtaplo. (.trunk/trunk.yaml) [1] [2].trunk/configs/svgo.config.mjs)