paperclip/ui/src/pages
Dotta 0c6f9bdcf8
Revert "fix(ui): improve routine properties panel and history UX" (#5723)
## Thinking Path

> - Paperclip orchestrates AI agents through visible, governable task
and routine workflows.
> - The routines UI includes the routine detail page, properties panel,
history tab, and shared sidebar components.
> - PR #5703 changed that workflow by widening the routine properties
panel and moving revision inspection/comparison into dialogs.
> - The product direction for that change is being paused for now, so
the safest path is a direct revert instead of partial edits.
> - This pull request reverts merge commit
`74cb560c41` from #5703.
> - The benefit is restoring the prior routines UI behavior while
keeping the revert easy to review and re-apply later if needed.

## What Changed

- Reverted #5703: `fix(ui): improve routine properties panel and history
UX`.
- Restored the previous routine properties panel sizing, panel context
API, routine detail layout, and routine history rendering behavior.
- Removed the reverted sidebar pane test additions and restored the
previous focused routine history test expectations.

## Verification

- `git diff --check origin/master..HEAD`
- `pnpm vitest run ui/src/components/RoutineHistoryTab.test.tsx`
- `pnpm --filter @paperclipai/ui typecheck`

### Screenshots

This is a direct revert of #5703. The visual state after this PR
corresponds to the "Before" screenshots from #5703, and the state being
removed corresponds to the "After" screenshots from #5703.

#### Trigger Panel Width

| Before this revert | After this revert |
| --- | --- |
| <img width="1742" height="1288" alt="triggers-before-this-revert"
src="https://github.com/user-attachments/assets/9e818978-283c-49a3-9401-879be550c67b"
/> | <img width="1741" height="1289" alt="triggers-after-this-revert"
src="https://github.com/user-attachments/assets/2a391769-c355-4219-8da3-d1ea18698430"
/> |

#### History Panel

| Before this revert | After this revert |
| --- | --- |
| <img width="1741" height="1290" alt="history-before-this-revert"
src="https://github.com/user-attachments/assets/4c139238-8494-4438-89e1-4277d05bc3aa"
/> | <img width="1739" height="1289" alt="history-after-this-revert"
src="https://github.com/user-attachments/assets/eaea4f3d-bb65-4af6-b67f-3ba3026fe0c9"
/> |

## Risks

- Low technical risk: this is a clean Git revert of a recently merged
UI-only PR.
- Product risk: the routine properties panel and revision history return
to the older, narrower workflow that #5703 was improving.
- Re-application risk: future work that wants the #5703 behavior back
should re-apply it deliberately rather than cherry-picking around this
revert.

> For core feature work, check [`ROADMAP.md`](ROADMAP.md) first and
discuss it in `#dev` before opening the PR. Feature PRs that overlap
with planned core work may need to be redirected — check the roadmap
first. See `CONTRIBUTING.md`.

## Model Used

- OpenAI Codex, GPT-5 coding agent, tool-enabled with local shell and
GitHub CLI access. Context window size was not exposed in this session.

## Checklist

- [x] I have included a thinking path that traces from project context
to this change
- [x] I have specified the model used (with version and capability
details)
- [x] I have checked ROADMAP.md and confirmed this PR does not duplicate
planned core work
- [x] I have run tests locally and they pass
- [x] I have added or updated tests where applicable
- [x] If this change affects the UI, I have included before/after
screenshots
- [x] I have updated relevant documentation to reflect my changes
- [x] I have considered and documented any risks above
- [x] I will address all Greptile and reviewer comments before
requesting merge

Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-05-11 13:10:40 -05:00
..
secrets Add secrets provider vaults and remote import (#5429) 2026-05-09 18:22:17 -05:00
Activity.tsx [codex] Harden heartbeat scheduling and runtime controls (#4223) 2026-04-21 12:24:11 -05:00
AdapterManager.tsx Add cheap model profiles for local adapters (#4881) 2026-04-30 15:32:04 -05:00
AgentDetail.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
Agents.test.tsx Polish board settings and skills workflow (#4863) 2026-04-30 15:28:11 -05:00
Agents.tsx Polish board settings and skills workflow (#4863) 2026-04-30 15:28:11 -05:00
ApprovalDetail.tsx fix: keep runtime UI changes self-contained 2026-04-10 22:36:45 -05:00
Approvals.tsx Add generic issue-linked board approvals 2026-04-06 21:24:38 -05:00
Auth.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
BoardClaim.tsx feat(ui): reconcile backup UI changes with current routing and interaction features 2026-03-02 16:44:03 -06:00
CliAuth.tsx Add browser-based board CLI auth flow 2026-03-23 08:46:05 -05:00
Companies.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
CompanyAccess.test.tsx [codex] Add access cleanup and user profile page (#4088) 2026-04-20 06:10:20 -05:00
CompanyAccess.tsx Add SSH environment support (#4358) 2026-04-23 19:15:22 -07:00
CompanyEnvironments.tsx Clarify sandbox provider messaging in company environments (#4902) 2026-05-09 23:03:26 -07:00
CompanyExport.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
CompanyImport.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
CompanyInvites.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
CompanyInvites.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
CompanySettings.test.tsx Clarify sandbox provider messaging in company environments (#4902) 2026-05-09 23:03:26 -07:00
CompanySettings.tsx Polish board settings and skills workflow (#4863) 2026-04-30 15:28:11 -05:00
CompanySkills.tsx Polish operator UI task controls (#5427) 2026-05-07 12:24:02 -05:00
Costs.tsx feat(costs): add billing, quota, and budget control plane 2026-03-16 15:11:01 -05:00
Dashboard.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
DashboardLive.tsx [codex] Add runtime lifecycle recovery and live issue visibility (#4419) 2026-04-24 15:50:32 -05:00
DesignGuide.tsx Add first-class issue references (#4214) 2026-04-21 10:02:52 -05:00
ExecutionWorkspaceDetail.tsx Improve operator workflow QoL (#5291) 2026-05-06 06:30:44 -05:00
GoalDetail.test.tsx fix goal view properties toggle 2026-03-30 12:49:22 +05:30
GoalDetail.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
Goals.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
Inbox.test.tsx Add planning mode for issue work (#5353) 2026-05-06 07:01:28 -05:00
Inbox.tsx Polish operator UI task controls (#5427) 2026-05-07 12:24:02 -05:00
InstanceAccess.tsx [codex] Add access cleanup and user profile page (#4088) 2026-04-20 06:10:20 -05:00
InstanceExperimentalSettings.tsx Revert "Add experimental newest-first issue thread" (#5460) 2026-05-07 16:50:31 -07:00
InstanceGeneralSettings.tsx [codex] Polish issue board workflows (#4224) 2026-04-21 12:25:34 -05:00
InstanceSettings.tsx Address Greptile review on agent runtime PR 2026-03-23 17:18:17 -05:00
InviteLanding.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InviteLanding.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InviteUxLab.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
InviteUxLab.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
IssueChatLongThreadPerf.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
IssueChatUxLab.tsx Refine issue workflow surfaces and live updates 2026-04-09 10:26:17 -05:00
IssueDetail.test.tsx Revert "Add experimental newest-first issue thread" (#5460) 2026-05-07 16:50:31 -07:00
IssueDetail.tsx Revert "Add experimental newest-first issue thread" (#5460) 2026-05-07 16:50:31 -07:00
Issues.test.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
Issues.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
JoinRequestQueue.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
MyIssues.tsx [codex] Add runtime lifecycle recovery and live issue visibility (#4419) 2026-04-24 15:50:32 -05:00
NewAgent.tsx Switch OpenCode to explicit static/local-aware model selection (#5117) 2026-05-03 13:01:34 -07:00
NotFound.tsx ui: add company-aware not found handling 2026-03-10 16:38:46 -05:00
Org.tsx feat(ui): reconcile backup UI changes with current routing and interaction features 2026-03-02 16:44:03 -06:00
OrgChart.test.tsx [codex] Polish issue board workflows (#4224) 2026-04-21 12:25:34 -05:00
OrgChart.tsx [codex] Improve mobile org chart navigation (#4127) 2026-04-20 10:35:33 -05:00
PluginManager.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
PluginPage.test.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
PluginPage.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
PluginSettings.test.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
PluginSettings.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
ProfileSettings.test.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
ProfileSettings.tsx feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
ProjectDetail.test.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
ProjectDetail.tsx Expand plugin host surface (#5205) 2026-05-05 07:42:57 -05:00
Projects.tsx [codex] Split PR #4692 UI/QoL updates (#4701) 2026-04-28 17:18:58 -05:00
ProjectWorkspaceDetail.tsx Polish board settings and skills workflow (#4863) 2026-04-30 15:28:11 -05:00
RoutineDetail.tsx Revert "fix(ui): improve routine properties panel and history UX" (#5723) 2026-05-11 13:10:40 -05:00
Routines.test.tsx Polish operator UI task controls (#5427) 2026-05-07 12:24:02 -05:00
Routines.tsx Polish operator UI task controls (#5427) 2026-05-07 12:24:02 -05:00
RunTranscriptUxLab.tsx Tighten command transcript rows and dashboard card 2026-03-11 13:14:08 -05:00
Search.test.tsx Add full company search page (#5293) 2026-05-06 06:32:37 -05:00
Search.tsx Add full company search page (#5293) 2026-05-06 06:32:37 -05:00
Secrets.render.test.tsx Add secrets provider vaults and remote import (#5429) 2026-05-09 18:22:17 -05:00
Secrets.test.ts Add secrets provider vaults and remote import (#5429) 2026-05-09 18:22:17 -05:00
Secrets.tsx Add secrets provider vaults and remote import (#5429) 2026-05-09 18:22:17 -05:00
SystemNoticeUxLab.tsx Add recovery handoff system notices (#5289) 2026-05-06 06:05:58 -05:00
UserProfile.tsx [codex] Polish issue board workflows (#4224) 2026-04-21 12:25:34 -05:00
Workspaces.tsx [codex] Improve workspace navigation and runtime UI (#4089) 2026-04-20 06:14:32 -05:00