open-code-review/internal/viewer
kite e55974e6be
feat(viewer): modernize web UI design (#616)
Redesign the OCR viewer interface with a modern developer-tool aesthetic:
- New color system with layered surfaces and indigo accents
- Dark mode with deeper tones and refined contrast
- Branded navigation with official OCR logo (inline SVG)
- Improved card, table, and accordion components
- Subtle animations with prefers-reduced-motion support
- System font stack (no external dependencies)
- color-mix() with proper fallbacks for older browsers
- Responsive layout improvements
2026-07-31 11:10:51 +08:00
..
static feat(viewer): modernize web UI design (#616) 2026-07-31 11:10:51 +08:00
templates feat(viewer): modernize web UI design (#616) 2026-07-31 11:10:51 +08:00
handler.go feat: init 2026-05-20 22:03:52 +08:00
handler_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
hostguard.go fix(cli): align help text and aliases with actual behavior (#557) 2026-07-28 19:13:20 +08:00
hostguard_test.go fix(cli): align help text and aliases with actual behavior (#557) 2026-07-28 19:13:20 +08:00
server.go fix(cli): align help text and aliases with actual behavior (#557) 2026-07-28 19:13:20 +08:00
server_extra_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
server_test.go feat(viewer): make human readable token usage for session (#278) 2026-07-03 12:01:46 +08:00
store.go fix(viewer): use real API token usage in session page instead of tiktoken estimates 2026-06-06 21:17:47 +08:00
store_load_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
store_test.go fix: stabilize TestDiscoverRepos_FindsRepos with explicit mtime ordering 2026-06-26 23:31:51 +08:00