TehGM

Results 4 issues of TehGM

Hey, me yet again! Currently the package loads `wwwroot/appsettings.json` when pre-rendering. This is absolutely fine for majority of scenarios, and in general, is good enough. However I was thinking -...

### Bug type Component ### Component name MudSnackbar ### What happened? Global options: ```csharp services.AddMudServices(config => { config.SnackbarConfiguration.SnackbarVariant = Variant.Filled; }); ``` Code to open snackbar: ```csharp this._notifications.Add(exception.Message, Severity.Error, options...

triage

## Description MudTextField was either 1 line input, or 2 or more lines text area that is not resizable. This change makes it possible to have 1-line textarea, which can...

enhancement
needs review
API change
needs example

UPB Fleet Replacement mod (https://www.nexusmods.com/x4foundations/mods/1479) uses coloured RFM tags in ship name to display status. They work fine in-game: ![Image](https://github.com/user-attachments/assets/6abf6cf5-dfbb-40c5-a851-f794c3e500d4) However on External App, the formatting causes it to cut...