From d3d4b8a7673abf368ae431acec669813cdc6b016 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 17 Sep 2025 06:43:48 -0700 Subject: [PATCH] Fix grid styling with row height and vertical centering --- .../database/DatabaseGridWithProvider.svelte | 366 ++++++++++++++++++ 1 file changed, 366 insertions(+) create mode 100644 src/lib/components/database/DatabaseGridWithProvider.svelte diff --git a/src/lib/components/database/DatabaseGridWithProvider.svelte b/src/lib/components/database/DatabaseGridWithProvider.svelte new file mode 100644 index 00000000..1683a171 --- /dev/null +++ b/src/lib/components/database/DatabaseGridWithProvider.svelte @@ -0,0 +1,366 @@ + + + + + +
+
+ + +
+ + +
+
+ +
+ {#if loading} +
+
Loading...
+
+ {/if} + + +
+ + +
+ + \ No newline at end of file