markitect-main/markitect/static/js/components
tegwick 6efd59568c feat: add remaining JavaScript components for complete modular architecture
Added the final components missing from previous commit:
- DebugPanel component (150 lines): Pure client-side debug message management
- DocumentControls component (200 lines): Floating control panel and document actions

These components complete the modular JavaScript architecture refactoring,
providing clean separation of concerns and independent testability.

All components now work together through event-driven communication
while maintaining 100% functionality preservation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 20:15:46 +01:00
..
debug-panel.js feat: add remaining JavaScript components for complete modular architecture 2025-11-03 20:15:46 +01:00
document-controls.js feat: add remaining JavaScript components for complete modular architecture 2025-11-03 20:15:46 +01:00
dom-renderer.js feat: extract DOMRenderer component with comprehensive TDD 2025-11-03 19:55:42 +01:00