summaryrefslogtreecommitdiff
path: root/frontend/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: update routes to nest files under contractssoryu2026-01-244-1/+444
| | | | | | | | | | | | | | | | - 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>
* Update Makima panel in soryu to match makima/frontend descriptionsoryu2026-01-112-17/+19
|
* Add Makima inline icon and mesh copysoryu2025-12-233-13/+22
|
* Add Makima modalsoryu2025-12-233-15/+91
|
* Lower CTA buttons to bottom on desktopsoryu2025-12-231-2/+13
|
* Frontend: remove unused MissionDrawer component after mission screen transformsoryu2025-12-231-120/+0
|
* Frontend: mission screen transform with dimming, auto-pan image; hide stats ↵soryu2025-12-233-19/+238
| | | | in mission mode
* Improve mobile layout and styles\n\n- Move in-app buttons to a fixed bottom ↵soryu2025-12-233-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/issuesoryu2025-11-171-0/+47
|
* Refine manga masthead and issue badge; switch volume indicator to small red ↵soryu2025-11-162-1/+26
| | | | glowing heart
* Update masthead looksoryu2025-11-161-15/+87
|
* Landing page redesign: minimalist layout, Mission/Contact buttons, Login ↵soryu2025-11-162-133/+124
| | | | | | redirect; update title and favicon Remove top level backend as it is used. Will be part of this monorepo, but structured differently
* Initial commitsoryu2025-11-1519-0/+6244