testdrive-jsui/js
tegwick 177d5cdf69 feat: integrate advanced control panels with feature toggles
Added feature toggle system to TestDriveJSUI library:

Integration:
- Added control configuration (editControl, statusControl, contentsControl, debugControl)
- Added compass positioning configuration (nw, ne, e, se, s, sw, w)
- Implemented initializeAdvancedControls() method
- Updated destroy() to clean up all control panels
- Maintained backward compatibility with simple controls

Configuration:
- controls.editControl (default: true)
- controls.statusControl (default: true)
- controls.contentsControl (default: true)
- controls.debugControl (default: false)
- controls.simpleControls (default: false) - legacy mode

Usage:
new TestDriveJSUI({
    container: '#editor',
    controls: {
        editControl: true,
        statusControl: false,
        contentsControl: true
    }
});

This integrates the existing advanced control system (ControlBase, EditControl,
StatusControl, ContentsControl, DebugControl) into the new library API.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-16 13:50:31 +01:00
..
components refactor: complete post-migration cleanup 2025-12-16 11:43:42 +01:00
controls feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
core feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
plugins feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
tests refactor: complete post-migration cleanup 2025-12-16 11:43:42 +01:00
widgets feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
config-loader.js feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
main-updated.js feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
main.js feat: add refactored testdrive-jsui capability with consolidated architecture 2025-12-16 00:01:58 +01:00
testdrive-jsui.js feat: integrate advanced control panels with feature toggles 2025-12-16 13:50:31 +01:00