Marek Fišera
Marek Fišera
We could add a loading icon to clicked / "primary submit" button
I'm actually not sure how to tackle it. Example  It doesn't the way I would expect. Maybe the approach could be to always include a change period control and...
These are all `Browser has been disconnected` and then waiting for timeout
Postponing as expense wizard is the way to go forward at the moment
@cda-1 The msbuild property is `WasmApplicationEnvironmentName`, docs at https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/environments?view=aspnetcore-10.0#set-the-environment
@cda-1 There is an issue with the parameter flow in Blazor app. Unfortunately, it seems we don't have an end-to-end test. We will it in Preview 7. Until then the...
> "_framework/blazor.webassembly#[.{fingerprint}].js" It's coming from the update in .NET 10, where we can fingerprint **all** blazor framework assets https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-10.0?view=aspnetcore-9.0#client-side-fingerprinting
Related to https://github.com/dotnet/runtime/issues/109626
1. Yes 2. Partially, but not completely. Browser still validates integrity, but thanks to files being fingerprinted (= unique urls), we don't need to do the dance with always fetching...
@guardrex Now that resources are not cached in the custom cache, applications will be more sensitive to server caching properly set. I'm thinking if we should call that out somehow...