Add theme switching with three modes (system/light/dark) using Tailwind v4 class-based dark mode. Theme preference is persisted in localStorage and defaults to the system's prefers-color-scheme. All components updated with dark: variants for consistent dark mode rendering including SVG elements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
2.2 KiB
Markdown
23 lines
2.2 KiB
Markdown
# Implementation Plans Index
|
|
|
|
| Issue | Title | Status | Plan |
|
|
| ----- | ------------------------------------------------------ | ------------ | ---------------------------- |
|
|
| #1 | Project scaffolding: SvelteKit + Tailwind + TypeScript | COMPLETED | [issue-001.md](issue-001.md) |
|
|
| #2 | Proto codegen pipeline for TypeScript gRPC-Web stubs | COMPLETED | [issue-002.md](issue-002.md) |
|
|
| #3 | Configure Caddy for gRPC-Web support | COMPLETED | [issue-003.md](issue-003.md) |
|
|
| #4 | gRPC-Web client service layer | COMPLETED | [issue-004.md](issue-004.md) |
|
|
| #5 | Chat page layout and message list component | COMPLETED | [issue-005.md](issue-005.md) |
|
|
| #6 | Message input with send and keyboard shortcuts | COMPLETED | [issue-006.md](issue-006.md) |
|
|
| #7 | Streaming response rendering | COMPLETED | [issue-007.md](issue-007.md) |
|
|
| #8 | Orchestration state progress indicator | COMPLETED | [issue-008.md](issue-008.md) |
|
|
| #9 | Intermediate results display | COMPLETED | [issue-009.md](issue-009.md) |
|
|
| #10 | Final result rendering with artifacts | COMPLETED | [issue-010.md](issue-010.md) |
|
|
| #11 | Session creation and ID management | COMPLETED | [issue-011.md](issue-011.md) |
|
|
| #12 | Session history sidebar | COMPLETED | [issue-012.md](issue-012.md) |
|
|
| #13 | Session config sidebar component | COMPLETED | [issue-013.md](issue-013.md) |
|
|
| #14 | Preset configurations | COMPLETED | [issue-014.md](issue-014.md) |
|
|
| #15 | Agent lineage visualization | COMPLETED | [issue-015.md](issue-015.md) |
|
|
| #16 | Memory candidates viewer | COMPLETED | [issue-016.md](issue-016.md) |
|
|
| #17 | Audit/activity log view | COMPLETED | [issue-017.md](issue-017.md) |
|
|
| #18 | Dark/light theme toggle | COMPLETED | [issue-018.md](issue-018.md) |
|