Commit Graph

4 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 fc155cac76 Update port to 3030 and configure dotenv for centralized secrets 2025-12-31 04:38:45 +00: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