Added Paging, Page only reload and Search bar to GlobalList.razor

This commit is contained in:
2026-06-01 01:01:48 +02:00
parent 7af23518e5
commit dcbff4e30d
5 changed files with 102 additions and 61 deletions
@@ -263,8 +263,7 @@
await CouchLogDB.SaveChangesAsync();
Snackbar.Add("Global Entity created!", Severity.Success);
MudDialog.Close(DialogResult.Ok(entity.Id));
NavigationManager.NavigateTo(NavigationManager.Uri, true);
MudDialog.Close(DialogResult.Ok(entity));
}
catch (Exception ex)
{