Skip to content

feat: add MageForge Logo to admin menu#197

Merged
dermatz merged 1 commit into
mainfrom
feat/MageForgeLogo-AdminSection
Jun 5, 2026
Merged

feat: add MageForge Logo to admin menu#197
dermatz merged 1 commit into
mainfrom
feat/MageForgeLogo-AdminSection

Conversation

@dermatz
Copy link
Copy Markdown
Member

@dermatz dermatz commented Jun 5, 2026

This pull request introduces custom styling for the MageForge tab in the Magento admin panel. The changes add a new CSS file and ensure it is loaded on admin pages, and update the tab configuration to allow for the custom styles to be applied.

Admin UI customization:

  • Added a class="mageforge-tab" attribute to the MageForge tab in system.xml, enabling targeted styling for this tab.
  • Created a new CSS file styles.css that applies a custom background image and styles to the MageForge tab in the admin navigation.
  • Registered the new CSS file in the admin layout by updating default.xml to include the stylesheet on all admin pages.

Copilot AI review requested due to automatic review settings June 5, 2026 07:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to brand the MageForge System Configuration tab in the Magento admin (Stores → Configuration) by adding a logo/background style and ensuring the styling is loaded in the admin area.

Changes:

  • Added an adminhtml stylesheet to style the MageForge configuration tab with a background logo.
  • Registered the stylesheet via an adminhtml default.xml layout handle.
  • Modified the MageForge <tab> definition in system.xml in an attempt to enable targeted styling.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/view/adminhtml/web/css/styles.css Adds CSS intended to apply a MageForge logo to the admin configuration tab.
src/view/adminhtml/layout/default.xml Loads the new admin stylesheet via layout head injection.
src/etc/adminhtml/system.xml Updates the MageForge system configuration tab definition (currently introduces an invalid attribute).

Comment thread src/etc/adminhtml/system.xml
Comment thread src/view/adminhtml/web/css/styles.css
@dermatz dermatz enabled auto-merge (squash) June 5, 2026 08:38
@dermatz dermatz disabled auto-merge June 5, 2026 08:38
@dermatz dermatz merged commit a7c2c8a into main Jun 5, 2026
13 checks passed
@dermatz dermatz deleted the feat/MageForgeLogo-AdminSection branch June 5, 2026 08:39
@github-actions github-actions Bot mentioned this pull request Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants