Commit Graph

13 Commits

Author SHA1 Message Date
aewing cee91571cd Refactor containers to template literals for independent updates
- Extract all containers (login, notes list, note detail, note form, conversation form, conversations list) to CONTAINERS object
- Create initializeContainers() function to inject templates on page load
- Replace 300+ lines of inline HTML with single containerHost div
- Add session log documenting Option 1 approach with future intent for Option 2
- Each container now independently updatable without touching markup
- Maintains functionality while improving code organization and maintainability
2026-01-10 15:38:57 +00:00
aewing f563eb2a24 Update project 2026-01-10 14:20:54 +00:00
aewing 2e13c90d5f Make pink and orange backgrounds 1 shade darker (yellow unchanged) 2025-12-31 05:09:27 +00:00
aewing fc155cac76 Update port to 3030 and configure dotenv for centralized secrets 2025-12-31 04:38:45 +00:00
Golwhit da23cc8e3a Use Tailwind max-h for note detail 2025-12-29 21:07:50 -06:00
Golwhit 497c29ce14 Fix layout: replace inline styles with Tailwind, enable audio playback in detail view, adjust spacing 2025-12-29 21:02:37 -06:00
Golwhit 119235f774 UI refinements: fixed header layout, responsive spacing, color-coded cards, improved detail view 2025-12-29 20:52:37 -06:00
Golwhit 2983457fc0 Add ellipsis to auto-generated titles with >4 words and truncate titles >120 chars 2025-12-29 19:00:42 -06:00
Golwhit a42a502a89 Add title input field, capture email/displayName, auto-generate title from first 4 words if empty 2025-12-29 18:54:52 -06:00
Golwhit 89b083b73e Chore: remove bun.lock and add npm lockfile 2025-12-29 18:04:10 -06:00
Golwhit fd54345674 Prism-Notes migration: copy scaffold, update package metadata, add npm-based deps, switch startup to Bun.serve with custom logs, and ignore env/deps via .gitignore 2025-12-29 17:57:48 -06:00
Golwhit a8ba47d38e removed scaffold 2025-12-29 17:40:05 -06:00
aewing c842808849 Initial commit 2025-12-22 18:02:05 -06:00