diff --git a/README.md b/README.md index 3f248ec..5be4735 100644 --- a/README.md +++ b/README.md @@ -12,21 +12,12 @@ Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixie | Patch Update | Monthly or as needed | Bug fixes, security updates | | Major Update | As needed | Framework upgrades, major refactors | -## 🧘 Sustainability Practices - -* 20% creative/recovery space built into development -* Mandatory cooldowns after major launches (minimum 1 week) -* Crisis Mode Activates if: - * Critical vulnerabilities - * Framework-breaking issue - ## 🛡️ Support -* [ ] Active Support -* [ ] Limited Support (Security patches only) -* [x] Maintenance Mode (Dependency-only updates) -* [ ] Archived (No active work planned) - +- [x] Active Support +- [ ] Limited Support (Security patches only) +- [ ] Maintenance Mode (Dependency-only updates) +- [ ] Archived (No active work planned) ## 🧰 Prerequisites @@ -35,7 +26,7 @@ Before you begin, ensure you have the latest versions of the following installed - [Rust](https://www.rust-lang.org/tools/install) - [.NET 8.0](https://dotnet.microsoft.com/en-us/) - ASP.NET Workload (Windows) - - ``wasm-tools`` Workload (macOS/Linux) + - `wasm-tools` Workload (macOS/Linux) ## 📓 Project Notes @@ -49,4 +40,4 @@ I license this project under either the GPL-3.0 or the EUPL-1.2 license – your ## ⚠️ Disclaimer -*This project is not in any way affiliated with Amtrak or Dixieland Software.* +_This project is not in any way affiliated with Amtrak or Dixieland Software._ diff --git a/src/Components/LaunchBrowser.razor b/src/Components/LaunchBrowser.razor index cccffc3..6ce4a7e 100644 --- a/src/Components/LaunchBrowser.razor +++ b/src/Components/LaunchBrowser.razor @@ -5,12 +5,11 @@ @code { [Parameter] - [Required] public string? Text { get; set; } [Parameter] - [Required] public string? Address { get; set; } + private async Task OpenBrowserAsync() { await JsRuntime.InvokeAsync("__TAURI__.tauri.invoke", "open_browser", new { address = Address }); diff --git a/src/Gitinfo.txt b/src/Gitinfo.txt index a2ec10b..ee66a6c 100644 --- a/src/Gitinfo.txt +++ b/src/Gitinfo.txt @@ -1 +1 @@ -0.201.0 \ No newline at end of file +0.1.105 \ No newline at end of file