Skip to content

Conversation

jasperpolaxinter
Copy link

Starters currently require a locally stored icon file. Instead, allow the icon field to accept a Lucide icon name string (similar to how commands work). This would simplify starter setup and improve the overall user experience.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. frontend Pertains to the frontend. labels Oct 1, 2025
Copy link
Member

@asvishnyakov asvishnyakov left a comment

Choose a reason for hiding this comment

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

This is nice idea, however we can't accept this PR as is, as it introduces breaking change

@asvishnyakov
Copy link
Member

@jasperpolaxinter Tests are failing rightfully. We need to support both URLs and icon names; otherwise, this is a breaking change and cannot be merged.

@jasperpolaxinter
Copy link
Author

There are actually 3 different cases here:

  • An image/icon in /public
  • A URL
  • A named lucide icon.

Maybe it's worthwhile to think about what we'd like. Do we want to support all of these use cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Pertains to the frontend. size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants