Skip to content

feat(ui): demote project logos to metadata tags#263

Merged
pumpedlunch merged 1 commit intomasterfrom
feat/project-logo-metadata-tags
Mar 12, 2026
Merged

feat(ui): demote project logos to metadata tags#263
pumpedlunch merged 1 commit intomasterfrom
feat/project-logo-metadata-tags

Conversation

@pumpedlunch
Copy link
Collaborator

Summary

  • Remove project logos from table rows (Verify, Propose, Settled tabs) and mobile list rows — project name remains visible in subtitle text
  • Remove project logo from the sidebar panel header (black bar), leaving title text + close button only
  • Add a new ProjectTag component as the first tag in the sidebar's metadata row, matching the style of the existing ChainIcon, OoTypeIcon, and ExpiryTypeIcon tags

Motivation

Remove excess logos to give cleaner UI.

Changes

File Change
src/components/OracleQueryTable/TitleCell.tsx Remove ProjectIcon render and import
src/components/OracleQueryList/ItemTitle.tsx Remove ProjectIcon render and import
src/components/Panel/Title.tsx Remove ProjectIcon, 3-col → 2-col grid
src/components/Panel/InfoIcons/ProjectTag.tsx New — tag component following ChainIcon pattern
src/components/Panel/InfoIcons/InfoIcons.tsx Add ProjectTag as first tag, destructure project

Testing

  • TypeScript check passes (tsc --noEmit)
  • Lint + Prettier pass (via lint-staged on commit)
  • ProjectTag renders null when project is "Unknown" or undefined

Compound Engineered 🤖 Generated with Claude Code

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
amoy-optimistic-oracle-dapp-v2 Ready Ready Preview, Comment Mar 10, 2026 7:13pm
optimistic-oracle-dapp-v2 Ready Ready Preview, Comment Mar 10, 2026 7:13pm
sepolia-optimistic-oracle-dapp-v2 Ready Ready Preview, Comment Mar 10, 2026 7:13pm

Request Review

@pumpedlunch pumpedlunch merged commit 52e86bd into master Mar 12, 2026
5 checks passed
@pumpedlunch pumpedlunch deleted the feat/project-logo-metadata-tags branch March 12, 2026 16:40
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.

2 participants