Commit Graph

10 Commits

Author SHA1 Message Date
aewing c73393049b Fix container injection: remove duplicate HTML and restore CONTAINERS + initializeContainers() 2026-01-10 20:04:07 +00:00
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
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 a8ba47d38e removed scaffold 2025-12-29 17:40:05 -06:00