No description
Find a file
Jared Miller 766ee9b67c
Fix code review issues for phase 2.6 UI polish
Issue 1: Move focusSessionId out of settings to prevent localStorage persistence
- Moved focusSessionId to top-level state property (not in settings)
- Updated all references from state.settings.focusSessionId to state.focusSessionId
- Removed saveSettings() calls from session filter functions

Issue 2: Add active state to wrap toggle button
- Added .active class to wrap-toggle button when wrapText is enabled
- Updated updateSettingsUI() to toggle .active class based on wrapText state

Issue 3: Document auto-scroll ephemeral behavior
- Added comment explaining why auto-scroll is per-session and not persisted
- Clarifies this is intentional design decision

Issue 4: Replace inline styles with CSS class for session filter button
- Added .header-text-btn CSS class with styling
- Removed inline style attribute from sessions-filter-btn
2026-01-28 15:18:55 -05:00
docs Add phase 2 design document 2026-01-28 12:38:58 -05:00
public Fix code review issues for phase 2.6 UI polish 2026-01-28 15:18:55 -05:00
src Add unit tests for git persistence 2026-01-28 15:02:40 -05:00
.gitignore Add gitignore for node_modules and SQLite files 2026-01-28 12:28:40 -05:00
biome.json Fix biome config formatting (self-heal) 2026-01-28 11:03:31 -05:00
bun.lock Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
CLAUDE.md Add code review workflow to CLAUDE.md 2026-01-28 12:19:07 -05:00
justfile Add npm scripts and justfile for development workflow 2026-01-28 10:59:07 -05:00
package.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
TODO.txt Add a todo 2026-01-28 12:34:08 -05:00
tsconfig.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00