Skip to content

Conversation

@Morgy93
Copy link
Collaborator

@Morgy93 Morgy93 commented Dec 7, 2024

This pull request introduces a new command to list available themes in the MageForge project. The main changes include adding a new command class, updating the dependency injection configuration, and creating a supporting model class.

New Command Addition:

Supporting Model:

  • src/Model/ThemeList.php: Introduced a ThemeList model class that interacts with Magento's ThemeList to retrieve all themes.

Dependency Injection Configuration:

  • src/etc/di.xml: Updated the dependency injection configuration to include the new ListThemesCommand.

Documentation:

  • CHANGELOG.md: Updated to document the addition of the ListThemesCommand.

@Morgy93 Morgy93 self-assigned this Dec 7, 2024
@Morgy93 Morgy93 requested review from Copilot and dermatz December 7, 2024 10:04
Copy link
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.

Copilot reviewed 1 out of 4 changed files in this pull request and generated no suggestions.

Files not reviewed (3)
  • src/Console/Command/ListThemesCommand.php: Language not supported
  • src/Model/ThemeList.php: Language not supported
  • src/etc/di.xml: Language not supported

@dermatz dermatz merged commit b50645a into main Dec 13, 2024
3 checks passed
@dermatz dermatz deleted the list-themes branch December 13, 2024 08:04
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.

3 participants