04eb8727eb
- feat: connect login and logout to the REST API with session-scoped tokens, protected routing, single-flight refresh, and authenticated query cache cleanup. - feat: add the Ant Design application shell with root file listing, pagination, small-file upload, and authenticated download. - test: cover session storage and API retry and error behavior with Vitest. - docs: document the browser milestone, same-origin API topology, and deferred transfer and account features.
Docs
Documentation is organized by project. Use server/ for the Go backend and web/ for the browser client.
Server
| File | Content |
|---|---|
server/architecture.md |
Module layout, package boundaries |
server/decisions.md |
Technical decisions (ADR) |
server/roadmap.md |
Feature progress and status |
server/development.md |
Build, test, debug workflow |
Web
| File | Content |
|---|---|
web/decisions.md |
Technical decisions (ADR) |
web/roadmap.md |
Product boundary, foundation, planned structure, and deferred dependencies |