Skip to content

Conversation

@matifali
Copy link
Member

@matifali matifali commented Dec 8, 2025

Summary

Fixes folder icons in the template editor file tree.

Changes

  • Import FolderIcon instead of TextAlignStartIcon from lucide-react
  • Use FolderIcon for folder entries in the file tree

Generated with mux

…n template editor

Previously, folders in the template file tree were using TextAlignStartIcon,
which displayed as a hamburger menu icon (≡). This was incorrect and confusing.

Now using the proper FolderIcon from lucide-react to display folders.
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.

Pull request overview

This PR fixes a bug where the template editor file tree was displaying an incorrect icon (TextAlignStartIcon) for folders. The fix properly uses FolderIcon from lucide-react for folder entries.

  • Replaced incorrect TextAlignStartIcon import and usage with FolderIcon
  • Updated line 91 to assign FolderIcon to folder entries in the file tree

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@matifali matifali merged commit d92649a into main Dec 9, 2025
69 of 71 checks passed
@matifali matifali deleted the improve-template-editor-ui branch December 9, 2025 17:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants