From 1b79f84f7f70c54d751c93cc16f216a073128c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20A=2EP?= <53834183+Jossec101@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:30:36 +0100 Subject: [PATCH] [GEN-1863] TODO comments for DataGrid pagination implementation on pending areas Add TODO comments to remind converting DataGrid components to use paginated ReadData instead of loading all records in memory for better performance on Apis, Keys, and Nodes pages. These are low-usage views and we can do it on the future. stack-info: PR: https://github.com/Elenpay/NodeGuard/pull/485, branch: Jossec101/stack/18 --- src/Pages/Apis.razor | 1 + src/Pages/Index.razor | 11 ----------- src/Pages/Index.razor.css | 4 ---- src/Pages/Keys.razor | 1 + src/Pages/Nodes.razor | 2 ++ src/Pages/Wallets.razor | 1 + 6 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 src/Pages/Index.razor delete mode 100644 src/Pages/Index.razor.css diff --git a/src/Pages/Apis.razor b/src/Pages/Apis.razor index c3584808..c718ae49 100644 --- a/src/Pages/Apis.razor +++ b/src/Pages/Apis.razor @@ -10,6 +10,7 @@ + @* TODO: Convert this grid to paginated ReadData to avoid loading all records in memory. *@ Index - -
-

Welcome to the NodeGuard

-

Your favorite Lightning Node governance tool

-
- - - diff --git a/src/Pages/Index.razor.css b/src/Pages/Index.razor.css deleted file mode 100644 index 239ab37a..00000000 --- a/src/Pages/Index.razor.css +++ /dev/null @@ -1,4 +0,0 @@ -.index-container { - background-image: linear-gradient(90deg, #07F2B1 10%, #18D1BB 30%, #3B77E2 50%, #6145F1 70%, #9733EF 90%); - margin-top: 20%; -} \ No newline at end of file diff --git a/src/Pages/Keys.razor b/src/Pages/Keys.razor index c65ec359..a8790453 100644 --- a/src/Pages/Keys.razor +++ b/src/Pages/Keys.razor @@ -10,6 +10,7 @@ + @* TODO: Convert this grid to paginated ReadData to avoid loading all records in memory. *@ + @* TODO: Convert this grid to paginated ReadData to avoid loading all records in memory. *@ + @* TODO: Convert this grid to paginated ReadData to avoid loading all records in memory. *@