8 Commits

Author SHA1 Message Date
Jacob Schmidt
c676a9084e Consolidate shared Forge config and Arma cfg templates
- Add shared `bin/host/config.example.toml` and remove the old host example
- Split Arma config creation between `server.cfg` and `basic.cfg`
- Update docs and examples to reflect shared host-managed config
2026-06-06 20:16:39 -05:00
Jacob Schmidt
c3531a5839 Refresh host UI and show app version
- Add version display to the host shell
- Improve log rendering and refresh timing
- Tidy layout, styling, and window config
2026-06-06 19:35:45 -05:00
Jacob Schmidt
9610e3512d Updated UX and Icons 2026-06-06 18:16:38 -05:00
Jacob Schmidt
8cbdf52ae7 Update service_status to handle both Icom and Arma service kinds 2026-06-06 16:11:18 -05:00
Jacob Schmidt
b1ba7dcbfa Fix argument casing for autoInit in Arma settings and argument parsing functions 2026-06-06 15:59:37 -05:00
Jacob Schmidt
2deff974db Fix argument casing for autoinit in readArgumentFields and parseArmaArgs functions 2026-06-06 15:34:27 -05:00
Jacob Schmidt
fe8f5dbef5 Refactor config loading and update SurrealDB setup documentation
- Refactored the `load` function in `config.rs` to use a new `locate_config_path` function for improved clarity and maintainability.
- Updated SurrealDB setup instructions in `SURREALDB_SETUP.md` and `surrealdb-setup.md` to reflect changes in the installation process and removed outdated script references.
- Added new dependencies for Tauri in `package.json` and `package-lock.json`, including `@tauri-apps/cli` and `@tauri-apps/plugin-dialog`.
- Updated the package-lock to include the latest versions of Tauri dependencies.
2026-06-06 15:34:17 -05:00
Jacob Schmidt
cb69941884 chore: baseline v0.1.0 2026-05-23 09:23:12 -05:00