| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move files tab and file pages to be accessible via contracts (#27) | soryu | 2026-01-25 | 7 | -2/+496 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: remove Files from top-level navigation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: update file links to use contract-scoped routes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: add contract context to FileDetail component - Add contractId, contractName, and onContractClick props to FileDetailProps - Update breadcrumb navigation to show contract name with path separator when viewing file within a contract context - Fall back to "Back to list" when no contract context is provided - This enables the FileDetail component to be used within the /contracts/:contractId/files/:fileId route Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: update routes to nest files under contracts - Add react-router-dom for client-side routing - Create ContractList component to list all contracts - Create ContractDetail component with tabs (overview, files, tasks, repos) - Create FileDetail component to view individual files - Configure routes: - /contracts - list all contracts - /contracts/:id - view contract details with Files tab - /contracts/:contractId/files/:fileId - view file in contract context - Remove standalone file routes (/files, /files/:id) Files are now only accessible through their parent contract. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Update CLI to show log history as well | soryu | 2026-01-20 | 1 | -1/+1 |
| | | |||||
| * | Update Makima panel in soryu to match makima/frontend description | soryu | 2026-01-11 | 2 | -17/+19 |
| | | |||||
| * | Add Makima inline icon and mesh copy | soryu | 2025-12-23 | 4 | -13/+29 |
| | | |||||
| * | Add Makima modal | soryu | 2025-12-23 | 4 | -15/+98 |
| | | |||||
| * | Lower CTA buttons to bottom on desktop | soryu | 2025-12-23 | 1 | -2/+13 |
| | | |||||
| * | Frontend: remove unused MissionDrawer component after mission screen transform | soryu | 2025-12-23 | 1 | -120/+0 |
| | | |||||
| * | Frontend: mission screen transform with dimming, auto-pan image; hide stats ↵ | soryu | 2025-12-23 | 4 | -20/+239 |
| | | | | | in mission mode | ||||
| * | Add svg logo (not fully accurate) and other background images for makima.jp | soryu | 2025-12-23 | 3 | -127/+32 |
| | | |||||
| * | Improve mobile layout and styles\n\n- Move in-app buttons to a fixed bottom ↵ | soryu | 2025-12-23 | 3 | -10/+18 |
| | | | | | bar on mobile\n- Shrink masthead and volume badge on landing\n- Import mobile stylesheet in app entry\n- Place velocity/energy stats above bottom buttons\n- Adjust dialogue/input spacing to avoid overlap | ||||
| * | Increase mobile breakpoint to 768px for bottom CTA and compact masthead/issue | soryu | 2025-11-17 | 1 | -0/+47 |
| | | |||||
| * | Refine manga masthead and issue badge; switch volume indicator to small red ↵ | soryu | 2025-11-16 | 2 | -1/+26 |
| | | | | | glowing heart | ||||
| * | Update masthead look | soryu | 2025-11-16 | 2 | -15/+87 |
| | | |||||
| * | Landing page redesign: minimalist layout, Mission/Contact buttons, Login ↵ | soryu | 2025-11-16 | 3 | -134/+126 |
| | | | | | | | redirect; update title and favicon Remove top level backend as it is used. Will be part of this monorepo, but structured differently | ||||
| * | Initial commit | soryu | 2025-11-15 | 49 | -0/+8421 |
