summaryrefslogtreecommitdiff
path: root/makima/frontend/src/routes/chains.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Directive page and remove chain pagesoryu2026-02-061-496/+0
|
* Add repository selection to chain creation modalsoryu2026-02-051-9/+222
| | | | | | | | | | | | | | - Update CreateChainModal to include repository input fields - Add repository suggestions from history using getRepositorySuggestions - Support both remote (URL) and local (path) repositories - First repository added becomes primary automatically - Pass repositories to CreateChainRequest Also includes backend changes: - Copy chain repositories to contracts when created from definitions - Add created_at field to ChainContractDetail Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix: FE type errorsoryu2026-02-031-1/+1
|
* Add makima chain mechanismsoryu2026-02-031-0/+283