Skip to content

chore(cert): remove the Record tab from the cert overview - #124

Merged
holkexyz merged 1 commit into
feat/positioning-redesignfrom
chore/remove-cert-record-tab
Jun 2, 2026
Merged

chore(cert): remove the Record tab from the cert overview#124
holkexyz merged 1 commit into
feat/positioning-redesignfrom
chore/remove-cert-record-tab

Conversation

@hb-agent

@hb-agent hb-agent commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

What

Removes the Record tab (the raw org.hypercerts.claim.activity field/value table) from the cert detail / overview page.

Changes

  • desktop-top-bar.tsx: drop { key: "record", label: "Record" } from CERT_DETAIL_TABS (the single source for the tab strip, desktop + mobile).
  • activity-detail.tsx: remove "record" from the activeTab union and the ?tab= parsing (a stale ?tab=record URL now falls back to Overview), and delete the record panel branch.
  • cert-detail.css: remove the now-orphaned .cert-detail__record* rules.

Verification

  • tsc --noEmit clean
  • eslint clean on changed files (no new warnings)
  • vitest 519/519 pass
  • next build compiles
  • No ?tab=record links anywhere; CERT_DETAIL_TABS confirmed the only tab definition

🤖 Generated with Claude Code

Removes the 'Record' (raw schema field/value table) tab from the cert
detail page:
- drop it from CERT_DETAIL_TABS (the tab button), the only definition
- remove 'record' from activity-detail's activeTab union + ?tab parsing
  (a stale ?tab=record link now falls back to Overview) and delete the
  record panel branch
- remove the now-orphaned .cert-detail__record* CSS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
certified-app Ready Ready Preview, Comment Jun 2, 2026 1:50pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fa127419-a6c4-4221-b2b3-93de13441f56

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-cert-record-tab

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@holkexyz
holkexyz marked this pull request as ready for review June 2, 2026 13:53

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@holkexyz
holkexyz merged commit c6b0c7c into feat/positioning-redesign Jun 2, 2026
3 checks passed
@holkexyz
holkexyz deleted the chore/remove-cert-record-tab branch June 2, 2026 13:53
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