The properties panel close button now carries an accessible name where it previously had none. Clicking a revision row renders the historical view inline within the properties panel instead of opening a dialog, and the compare action now presents a side-by-side two-column layout in place of the prior picker-and-line-diff modal.
Thinking Path
What Changed
Verification
pnpm vitest run ui/src/components/RoutineHistoryTab.test.tsx ui/src/components/ResizableSidebarPane.test.tsxpnpm --filter @paperclipai/ui typecheckpnpm -r typecheckgit diff --checkhttp://localhost:3100/TES/dashboard:Screenshots
Trigger Panel Width
History Panel
Before, selecting a revision attempted to show dense revision content inside the already narrow right panel. After, history remains a compact list and revision details open separately.
Revision Snapshot
The selected revision now opens in a dedicated read-only dialog instead of crowding the properties panel.
Revision Compare
Historical revisions can be compared side-by-side with the current revision, including changed structured fields and trigger differences.
Risks
Model Used
Checklist