-
Notifications
You must be signed in to change notification settings - Fork 0
Add file type icons instead of SF Symbols #7
Copy link
Copy link
Open
Labels
area: file-browserFile browser functionalityFile browser functionalitygood first issueGood for newcomersGood for newcomerspriority: lowLow priorityLow prioritystatus: backlogIn backlog, not yet startedIn backlog, not yet startedtype: featureNew feature or enhancementNew feature or enhancement
Description
Description
Use actual file type icons (from LaunchServices) instead of generic SF Symbols for better file recognition.
Current Behavior
All files show generic document/folder SF Symbols colored by extension.
Proposed Behavior
- Use NSWorkspace.icon(forFile:) for actual file icons
- Fall back to SF Symbols if icon unavailable
- Cache icons for performance
Benefits
- Better visual recognition
- Matches Finder appearance
- Shows app-specific icons
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: file-browserFile browser functionalityFile browser functionalitygood first issueGood for newcomersGood for newcomerspriority: lowLow priorityLow prioritystatus: backlogIn backlog, not yet startedIn backlog, not yet startedtype: featureNew feature or enhancementNew feature or enhancement
Projects
Status
In Progress