Clean up code formatting and enhance data immutability

Standardized spacing and removed extraneous white space across multiple files for better readability. Updated several data grids to use `readonly` for `_data` collections, improving immutability and code clarity.
This commit is contained in:
Jonathan
2025-05-02 20:52:15 -04:00
parent 3d10256b9f
commit 2246847145
9 changed files with 31 additions and 25 deletions
@@ -5,7 +5,6 @@
@page "/database/{text}"
@inject IEntityDisplayService EntityDisplayService
@using Model
@implements IDisposable