modcomms/frontend/components
michael f3d7f9b6d3 Fix retry reprocessing all proofs instead of just the failed one
DB-loaded proofs don't have a tempId, so the retry handler's
proof.tempId === tempId check matched all DB proofs (both undefined).
Now the handler uses a matchProof helper that checks both tempId and
_id, and call sites pass proof.tempId || proof._id as the identifier.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:15:09 -06:00
..
icons Add Knowledge Base management system for AI agent specs 2026-02-12 15:00:36 -06:00
Analytics.tsx UI overhaul: white backgrounds, flat design, teal hero, sidebar flush-left nav 2026-02-05 16:53:03 -06:00
AssetPreview.tsx Replace 'asset' with 'proof' in user-facing UI text 2026-01-27 15:45:48 -06:00
Auditing.tsx Fix Resolutions tab Proof Name to use blue link styling 2026-02-12 14:09:19 -06:00
Campaigns.tsx Fix retry reprocessing all proofs instead of just the failed one 2026-02-12 18:15:09 -06:00
ChecksOverview.tsx UI overhaul: white backgrounds, flat design, teal hero, sidebar flush-left nav 2026-02-05 16:53:03 -06:00
CopyGenAI.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
CreateCampaignModal.tsx Implement Barclays design system UI update 2026-01-27 13:50:46 -06:00
CreateProjectModal.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
FeedbackReport.tsx Fix flagging feature: blue link in Auditing, remove alert popup, show solid red flag icon 2026-02-12 13:46:15 -06:00
Header.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
Hero.tsx Remove 'View Documentation' button from Hero section 2026-02-12 11:33:15 -06:00
KnowledgeBase.tsx Show partial parse status in UI when some pages fail 2026-02-12 17:51:52 -06:00
LoadingVisual.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
Login.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
PDFReport.tsx Adjust status pill padding: 0 top, 13px bottom 2026-01-27 15:21:24 -06:00
Profile.tsx UI overhaul: white backgrounds, flat design, teal hero, sidebar flush-left nav 2026-02-05 16:53:03 -06:00
Projects.tsx Fix retry reprocessing all proofs instead of just the failed one 2026-02-12 18:15:09 -06:00
ProofPreview.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
ProofTypeManager.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
ProofUpload.tsx Replace 'asset' with 'proof' in user-facing UI text 2026-01-27 15:45:48 -06:00
Settings.tsx Remove unused [Beta] tab from Settings page 2026-02-12 12:07:12 -06:00
Sidebar.tsx Add Knowledge Base management system for AI agent specs 2026-02-12 15:00:36 -06:00
StatusDashboard.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
ToggleSwitch.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00
WIPReviewer.tsx Complete UI design system migration to Barclays brand colors 2026-01-27 14:00:13 -06:00