fix(app): preserve per-workspace icon override from localStorage#24738
Merged
Brendonovich merged 1 commit intodevfrom Apr 28, 2026
Merged
fix(app): preserve per-workspace icon override from localStorage#24738Brendonovich merged 1 commit intodevfrom
Brendonovich merged 1 commit intodevfrom
Conversation
Commit 6002500 accidentally removed local icon override fallback from childStore.icon when enriching project metadata. This caused different subdirectories of the same git repo to share the same icon from the database instead of using their individual overrides stored in per-workspace localStorage.
oleksii-honchar
pushed a commit
to oleksii-honchar/better-opencode
that referenced
this pull request
Apr 29, 2026
…malyco#24738) Co-authored-by: Andrew Avsenin <snatvb@ya.ru>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit 6002500 accidentally removed local icon override fallback from childStore.icon
when enriching project metadata. This caused different subdirectories of the same
git repo to share the same icon from the database instead of using their
individual overrides stored in per-workspace localStorage.