chore(cert): remove the Record tab from the cert overview - #124
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
What
Removes the Record tab (the raw
org.hypercerts.claim.activityfield/value table) from the cert detail / overview page.Changes
desktop-top-bar.tsx: drop{ key: "record", label: "Record" }fromCERT_DETAIL_TABS(the single source for the tab strip, desktop + mobile).activity-detail.tsx: remove"record"from theactiveTabunion and the?tab=parsing (a stale?tab=recordURL now falls back to Overview), and delete the record panel branch.cert-detail.css: remove the now-orphaned.cert-detail__record*rules.Verification
tsc --noEmitcleaneslintclean on changed files (no new warnings)vitest519/519 passnext buildcompiles?tab=recordlinks anywhere;CERT_DETAIL_TABSconfirmed the only tab definition🤖 Generated with Claude Code