[Feature]: Pick up project icons more reliably outside React apps #6799
levelorbit
started this conversation in
Ideas
Replies: 4 comments
|
where do you have the favicon in your proejct? |
0 replies
|
Usually static/ or public/ (sometimes static/icons/). React and Vue defaults resolve fine for me, but other frameworks’ layouts don’t. |
0 replies
|
How about pulling the GitHub Concrete example: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/server
Problem or use case
Project icons in the Sidebar V2 chip row often fall back to the generic folder glyph. From my observation this works well for React projects and poorly for others.
I'd like the app to pick up project icons more reliably across more kinds of repos.
Version:
0.0.29-nightly.20260722.878 (9a0a07167f06)Proposed solution
Improve icon discovery so non-React projects get icons more often.
Why this matters
The project row is easier to scan when each project has a distinct mark. Right now mixed lists look incomplete.
Smallest useful scope
Make discovery work better for common non-React project layouts.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions