chore(frontend): delete the orphaned SelectAssistantProjectModal
WHY THIS MATTERS The workflows restructure removed the three non-workflow quick actions (start chat in project / new project / new tabular review) that were this modal's only consumers - repo-wide grep confirms zero imports remain. Dead components in an open-source tree actively mislead: the next contributor assumes something renders it and reads it as living code. THE PRODUCT DECISION (stated, not hidden) Dropping those three quick actions is treated as intentional: they were navigation shortcuts duplicating the sidebar, and the DB-backed quick actions model is deliberately workflow-only. If that call is reversed, this component should be rebuilt against the new model rather than resurrected - its data flow predates the restructure. Found by review of PR #309. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01E4PXCdenNH5Mqhm5Sre9Zs
| Repository | open-legal-products/mike |
|---|---|
| Author | Amal <mamalanand3@gmail.com> |
| Authored | |
| Committed | |
| Parents | baba1840 |
| Stats | 1 file changed , -57 |
| Part of | Refactor workflows into defaults, add-ons, and quick actions |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-fc0f76eb.md
from inside the repo you want the change in.