- 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>
15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
Metadata-Version: 2.4
|
|
Name: secubox-webui
|
|
Version: 0.1.0
|
|
Summary: Local FastAPI-based WebUI mockup for virtualizing SecuBox modules
|
|
Author: SecuBox Team
|
|
Requires-Python: >=3.11
|
|
Requires-Dist: fastapi>=0.111
|
|
Requires-Dist: uvicorn[standard]>=0.29
|
|
Requires-Dist: jinja2>=3.1
|
|
Requires-Dist: pydantic>=2.8
|
|
Requires-Dist: python-multipart>=0.0.9
|
|
Requires-Dist: httpx>=0.27
|
|
Provides-Extra: dev
|
|
Requires-Dist: pytest>=8.0; extra == "dev"
|