feat: miller column browser, offline cache, search, breadcrumbs

- Dynamic miller column sizing with flexbox layout
- Root column (160px), middle slices (48px), active column (flex)
- Auto-scroll browser to rightmost column on navigation
- Offline indicator UI and IndexedDB cache integration
- /api/documents endpoint for client-side document caching
- Breadcrumb navigation in document content area
- FTS5 search with SQLite virtual table
- Client-side Mermaid and KaTeX rendering via CDN
- Deep sample content (advanced-topics/raft-deep-dive)
- Border removal (only search button keeps radius)
- Full viewport layout with proper borders between sidebar/content
This commit is contained in:
2026-04-30 11:55:03 -04:00
parent e45eeeb600
commit 780ff3a02c
40 changed files with 2986 additions and 190 deletions

View File

@@ -1,25 +1,25 @@
# Project Status Report
**Generated:** 2026-04-29 09:35:52 UTC
**Monitoring Duration:** 9h 19m
**Iteration:** 56
**Generated:** 2026-04-29 14:57:37 UTC
**Monitoring Duration:** 14h 41m
**Iteration:** 86
**Branch:** codex/foundation-bootstrap
## Quick Stats
| Metric | Value |
|--------|-------|
| Total Files | 95 |
| Go Files | 20 ( 2024 lines) |
| TypeScript Files | 3 ( 52 lines) |
| Markdown Files | 133 ( 27636 lines) |
| Total Files | 101 |
| Go Files | 22 ( 2304 lines) |
| TypeScript Files | 3 ( 761 lines) |
| Markdown Files | 134 ( 27723 lines) |
| Docker Config | yes |
| Uncommitted Changes | 17 |
| Uncommitted Changes | 9 |
| Milestones Complete | 0/6 (0%) |
## Recent Activity
**Last Commit:** 8c454de - feat: add miller document layout (9 minutes ago)
**Last Commit:** 3d8ca8b - refactor: focus admin dashboard layout (3 hours ago)
## Milestone Progress
@@ -38,8 +38,8 @@ Several errors are being silently ignored. Consider handling or logging these.
## Notes for Human Review
>> **Active development.** 20 Go files with 2024 lines of code.
>> **17 uncommitted changes** detected. Codex may be mid-work.
>> **Active development.** 22 Go files with 2304 lines of code.
>> **9 uncommitted changes** detected. Codex may be mid-work.
>> **Code review items found.** See Action Items above.
## Files Changed This Session