From d6261ca49d52d627c024c8a51fd977e6c04ea551 Mon Sep 17 00:00:00 2001 From: Ykrej Date: Sat, 12 Jul 2025 20:29:26 -0700 Subject: [PATCH 1/2] feat: added price filter --- src/routes/components/ServerPartsGrid.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/ServerPartsGrid.svelte b/src/routes/components/ServerPartsGrid.svelte index dc058cf..241ed38 100644 --- a/src/routes/components/ServerPartsGrid.svelte +++ b/src/routes/components/ServerPartsGrid.svelte @@ -179,6 +179,14 @@ {/each} +
+ Price + +
Capacity Date: Sat, 12 Jul 2025 20:30:28 -0700 Subject: [PATCH 2/2] fix: formatting --- src/routes/components/ServerPartsGrid.svelte | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/routes/components/ServerPartsGrid.svelte b/src/routes/components/ServerPartsGrid.svelte index 241ed38..40a8a26 100644 --- a/src/routes/components/ServerPartsGrid.svelte +++ b/src/routes/components/ServerPartsGrid.svelte @@ -181,11 +181,7 @@ {/each}
Price - +
Capacity