summaryrefslogtreecommitdiff
path: root/makima/frontend/tsconfig.tsbuildinfo
Commit message (Collapse)AuthorAgeFilesLines
* Fix right-click context menu on contracts and board pages (#9)soryu2026-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add right-click context menu for contracts on contracts and board pages Implement a reusable ContractContextMenu component that provides: - Mark as Complete/Active/Archive status actions (conditionally shown) - Go to Supervisor Task link (when supervisor exists) - Delete action with confirmation Integrate context menu into: - ContractList.tsx on the contracts page - WorkflowBoard on the workflow/board page via PhaseColumn and WorkflowContractCard Features match ElementContextMenu patterns: - Fixed positioning with z-50 - Click outside and Escape key close handlers - Viewport overflow prevention - Dark theme colors (#0a1628, #0d1b2d, #75aafc, #9bc3ff) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * [WIP] Heartbeat checkpoint - 2026-01-19 19:30:52 UTC --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Add pushed heartbeats and multi-question selectsoryu2026-01-181-1/+1
|
* Add autopilot panel and retry systemsoryu2026-01-171-1/+1
|
* Fixup: use default api.makima.jp URL and fix default branch detectionsoryu2026-01-161-1/+1
| | | | Also add checkpointing/history
* Automatically derive repo URL and add notifications for inputsoryu2026-01-151-0/+1
|
* wip - contract systemsoryu2026-01-151-1/+0
|
* Contract systemsoryu2026-01-151-1/+1
|
* Initial Control systemsoryu2026-01-111-1/+1
|
* Update display of LLM edit panelsoryu2026-01-021-1/+1
|
* Add versioning to filessoryu2025-12-241-1/+1
|
* Add conflict notification and file update WS endpointsoryu2025-12-231-1/+1
|
* Add file body and initial tool call systemsoryu2025-12-231-1/+1
|
* Add Postgres for persistence and File cabinetsoryu2025-12-231-1/+1
| | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI
* Update makima FE to add initial listening systemsoryu2025-12-231-0/+1