Commit graph

2 commits

Author SHA1 Message Date
3e4616dce1 Use HTMX for app-guides, fix warnings
- Rewrote local-files.html to use HTMX instead of vanilla JS
- Rewrote native-settings.html to use HTMX with CSS-only toggles
- Added allow(dead_code) for tray.rs (prepared for future use)
- Minimal JS approach: all interactions via hx-* attributes
2025-12-04 09:21:19 -03:00
64e11506a2 Initial botapp - Tauri wrapper for General Bots
This crate wraps botui (pure web UI) with Tauri for desktop/mobile:
- Native file system access via Tauri commands
- System tray integration (prepared)
- App-specific guides injected at runtime
- Desktop settings and configuration

Architecture:
- botui: Pure web UI (no Tauri deps)
- botapp: Tauri wrapper that loads botui's suite

Files:
- src/desktop/drive.rs: File system commands
- src/desktop/tray.rs: System tray (prepared)
- js/app-extensions.js: Injects app guides into suite
- ui/app-guides/: App-only HTML content
2025-12-04 09:02:10 -03:00