Skip to content

Update TAGGR dapps explorer entry#3773

Merged
aterga merged 1 commit intomainfrom
update-taggr-dapps-entry
Apr 14, 2026
Merged

Update TAGGR dapps explorer entry#3773
aterga merged 1 commit intomainfrom
update-taggr-dapps-entry

Conversation

@aterga
Copy link
Copy Markdown
Collaborator

@aterga aterga commented Apr 14, 2026

Summary

  • Updated website and authOrigins to TAGGR's canonical domain (6qfxa-ryaaa-aaaai-qbhsq-cai.icp0.io)
  • Replaced WebP logo with an SVG that auto-adapts to dark mode via CSS prefers-color-scheme
  • Deleted obsolete taggr_logo.webp

Note on dark logo: The issue requested a separate logoDark field, but this field is not currently supported by the frontend code. Instead, the provided taggr_logo.svg already includes a @media (prefers-color-scheme: dark) rule that switches the fill color to white on dark backgrounds — the same auto-adaptation approach used by other SVG logos in the project.

Closes #3558

Test plan

  • Verify TAGGR appears correctly in the dapps explorer on light backgrounds
  • Verify TAGGR logo adapts to dark mode
  • Verify the TAGGR website link opens the correct canonical domain

🤖 Generated with Claude Code

- Update website and authOrigins to canonical domain (6qfxa-ryaaa-aaaai-qbhsq-cai.icp0.io)
- Replace WebP logo with SVG that auto-adapts to dark mode via prefers-color-scheme
- Delete obsolete taggr_logo.webp

Closes #3558

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 14, 2026 11:53
@aterga aterga requested a review from a team as a code owner April 14, 2026 11:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates TAGGR’s Dapps Explorer configuration to use its canonical icp0.io domain and switches the displayed logo asset to an SVG that adapts automatically to dark mode.

Changes:

  • Updated TAGGR website and authOrigins in dapps.json to https://6qfxa-ryaaa-aaaai-qbhsq-cai.icp0.io
  • Replaced the TAGGR logo reference from a WebP to a dark-mode-adaptive SVG
  • Removed the obsolete taggr_logo.webp asset

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
src/frontend/src/lib/legacy/flows/dappsExplorer/dapps.json Updates TAGGR entry to canonical domain and switches logo to SVG
src/frontend/src/lib/icons/taggr_logo.svg Adds new SVG logo with prefers-color-scheme dark-mode adaptation
src/frontend/src/lib/icons/taggr_logo.webp Removes obsolete WebP logo asset

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aterga aterga requested a review from sea-snake April 14, 2026 11:56
@aterga aterga enabled auto-merge April 14, 2026 11:56
@aterga aterga added this pull request to the merge queue Apr 14, 2026
Merged via the queue into main with commit e335285 Apr 14, 2026
53 checks passed
@aterga aterga deleted the update-taggr-dapps-entry branch April 14, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update TAGGR's entry in dapps.json and replace logo files

3 participants