- Add complete Project Hub & Workspace Interface implementation - New data models: Project, ModuleKit, Workspace - 3 fixture projects (cybermind.fr, cybermood.eu, secubox-c3) - 4 module kits (Security, Network, Automation, Media) - Workspace routes with project switching and kit installation - 4 workspace tabs: Overview, Module Kits, Devices, Composer - New navigation item: Workspace (7th section) - Remove all glowing effects from UI - Remove Command Center widget glow and backdrop blur - Remove device status indicator glow - Remove toggle button glow effects - Extend DataStore with 13 new methods for workspace management - Add 270+ lines of workspace-specific CSS with responsive layouts - Create workspace templates and result partials 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 lines
494 B
Plaintext
21 lines
494 B
Plaintext
README.md
|
|
pyproject.toml
|
|
app/__init__.py
|
|
app/config.py
|
|
app/ingest.py
|
|
app/main.py
|
|
app/models.py
|
|
app/services.py
|
|
app/backends/__init__.py
|
|
app/backends/base.py
|
|
app/backends/config.py
|
|
app/backends/factory.py
|
|
app/backends/http.py
|
|
app/backends/virtualized.py
|
|
secubox_webui.egg-info/PKG-INFO
|
|
secubox_webui.egg-info/SOURCES.txt
|
|
secubox_webui.egg-info/dependency_links.txt
|
|
secubox_webui.egg-info/entry_points.txt
|
|
secubox_webui.egg-info/requires.txt
|
|
secubox_webui.egg-info/top_level.txt
|
|
tests/test_app.py |