From 7846a0a89598ae3268036bb5c6d36a034ffe557e Mon Sep 17 00:00:00 2001 From: strNophix Date: Sat, 28 Jan 2023 17:07:08 +0100 Subject: [PATCH] Added common media filter --- src/App.svelte | 48 ++++++++++++++--------- src/lib/components/table/RowHeader.svelte | 2 +- src/lib/types/index.ts | 2 + src/stores/table.ts | 33 ++++++++++++---- 4 files changed, 59 insertions(+), 26 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index c06f980..e8926b9 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,36 +1,36 @@