mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-08-28 13:17:09 -04:00
Removed "Required" attributes
Guess they're not required anymore. ¯\_(ツ)_/¯
This commit is contained in:
parent
ab02392947
commit
f76c54e90f
3 changed files with 8 additions and 18 deletions
21
README.md
21
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 |
|
| Patch Update | Monthly or as needed | Bug fixes, security updates |
|
||||||
| Major Update | As needed | Framework upgrades, major refactors |
|
| 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
|
## 🛡️ Support
|
||||||
|
|
||||||
* [ ] Active Support
|
- [x] Active Support
|
||||||
* [ ] Limited Support (Security patches only)
|
- [ ] Limited Support (Security patches only)
|
||||||
* [x] Maintenance Mode (Dependency-only updates)
|
- [ ] Maintenance Mode (Dependency-only updates)
|
||||||
* [ ] Archived (No active work planned)
|
- [ ] Archived (No active work planned)
|
||||||
|
|
||||||
|
|
||||||
## 🧰 Prerequisites
|
## 🧰 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)
|
- [Rust](https://www.rust-lang.org/tools/install)
|
||||||
- [.NET 8.0](https://dotnet.microsoft.com/en-us/)
|
- [.NET 8.0](https://dotnet.microsoft.com/en-us/)
|
||||||
- ASP.NET Workload (Windows)
|
- ASP.NET Workload (Windows)
|
||||||
- ``wasm-tools`` Workload (macOS/Linux)
|
- `wasm-tools` Workload (macOS/Linux)
|
||||||
|
|
||||||
## 📓 Project Notes
|
## 📓 Project Notes
|
||||||
|
|
||||||
|
@ -49,4 +40,4 @@ I license this project under either the GPL-3.0 or the EUPL-1.2 license – your
|
||||||
|
|
||||||
## ⚠️ Disclaimer
|
## ⚠️ 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._
|
||||||
|
|
|
@ -5,12 +5,11 @@
|
||||||
@code {
|
@code {
|
||||||
|
|
||||||
[Parameter]
|
[Parameter]
|
||||||
[Required]
|
|
||||||
public string? Text { get; set; }
|
public string? Text { get; set; }
|
||||||
|
|
||||||
[Parameter]
|
[Parameter]
|
||||||
[Required]
|
|
||||||
public string? Address { get; set; }
|
public string? Address { get; set; }
|
||||||
|
|
||||||
private async Task OpenBrowserAsync()
|
private async Task OpenBrowserAsync()
|
||||||
{
|
{
|
||||||
await JsRuntime.InvokeAsync<string>("__TAURI__.tauri.invoke", "open_browser", new { address = Address });
|
await JsRuntime.InvokeAsync<string>("__TAURI__.tauri.invoke", "open_browser", new { address = Address });
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.201.0
|
0.1.105
|
Loading…
Add table
Add a link
Reference in a new issue