feat: add modular web UI features

- Enable `web` command to start UI server
- Centralize web server setup and static serving
- Implement modular UI for chat and script editor
- Refactor Heroprompt UI into its own module
- Introduce dynamic theme switching and mobile menu
This commit is contained in:
Mahmoud-Emad
2025-08-21 18:28:17 +03:00
parent 40b3911781
commit 68dd957421
32 changed files with 596 additions and 1594 deletions

View File

@@ -85,7 +85,7 @@ fn do() ! {
herocmds.cmd_git(mut cmd)
herocmds.cmd_generator(mut cmd)
herocmds.cmd_docusaurus(mut cmd)
// herocmds.cmd_web(mut cmd)
herocmds.cmd_web(mut cmd)
cmd.setup()
cmd.parse(os.args)