Added tag filter state persistence.
All checks were successful
ci / build-test (push) Successful in 2m26s
ci / publish-image (push) Successful in 1m32s

This commit is contained in:
2026-04-26 23:39:47 -04:00
parent 2355d7fe65
commit 77a02a543d
3 changed files with 197 additions and 101 deletions

View File

@@ -80,7 +80,7 @@ public abstract class SearchPageBase<TState, TItem> : ComponentBase, IAsyncDispo
try
{
IsLoading = true;
//StateHasChanged();
StateHasChanged();
_cancellationTokenSource.Cancel();
_cancellationTokenSource = new();