Skip to content

fix(app): respect custom opencode project icons#28855

Open
angristan wants to merge 1 commit into
anomalyco:devfrom
angristan:fix-project-avatar-override
Open

fix(app): respect custom opencode project icons#28855
angristan wants to merge 1 commit into
anomalyco:devfrom
angristan:fix-project-avatar-override

Conversation

@angristan
Copy link
Copy Markdown
Contributor

@angristan angristan commented May 22, 2026

Issue for this PR

Fixes #27882
Fixes #26888
Fixes #24744
Fixes #24197

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The opencode project has a default hard-coded favicon. That default was returned before checking user-provided icon overrides, so an uploaded project icon could be saved but still not display for that project.

This changes the avatar-source precedence to prefer uploaded overrides first, then color avatars, then the opencode favicon fallback. It also adds regression coverage for that precedence.

How did you verify your code works?

Verification
  • bun test src/pages/layout/helpers.test.ts
  • bun typecheck

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@angristan angristan requested a review from adamdotdevin as a code owner May 22, 2026 15:32
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:issue contributor labels May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions Bot removed needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

1 participant