refactor: Centralize most icon resolution logic into IconResolver #57
No reviewers
Labels
No labels
CI/CD
Code Cleanup
DX
UI
UX
bug
chore
duplicate
enhancement
help wanted
invalid
packaging
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
waycasthq/waycast!57
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/icon-resolution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Previously, icon resolution and fallback handling happened in:
This made it hard to follow icon resolution logic as well as handling fallbacks consistently. This PR doesn't consolidate all usages, but it's a good start and takes care of most of the host paths.
Closes #11
Fixes #53