-
+
Archived
-
+
Group
@@ -128,11 +118,7 @@ export const columns = [
}}
>
Number of messages
-
+
);
},
@@ -150,11 +136,7 @@ export const columns = [
}}
>
Date of last message
-
+
);
},
@@ -252,10 +234,7 @@ export const OverviewTable = (props: OverviewTableProps) => {
value={(table.getColumn("name")?.getFilterValue() as string | undefined) ?? ""}
onChange={(value) => table.getColumn("name")?.setFilterValue(value)}
>
-
+
@@ -277,7 +256,7 @@ export const OverviewTable = (props: OverviewTableProps) => {
{(header) => (
@@ -297,7 +276,7 @@ export const OverviewTable = (props: OverviewTableProps) => {
No results.
@@ -318,7 +297,7 @@ export const OverviewTable = (props: OverviewTableProps) => {
>
{(cell) => (
-
+
{flexRender(cell.column.columnDef.cell, cell.getContext())}
)}
diff --git a/tsconfig.json b/tsconfig.json
index 0e7263d..8281cfe 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,23 +8,13 @@
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
- "types": [
- "vite/client"
- ],
+ "types": ["vite/client"],
"noEmit": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
- "~/*": [
- "./src/*"
- ]
- },
- },
- // "files": [
- // "./eslint.config.js",
- // "./prettier.config.js",
- // "./tailwind.config.js",
- // "./postcss.config.js",
- // ]
-}
\ No newline at end of file
+ "~/*": ["./src/*"]
+ }
+ }
+}
diff --git a/ui.config.json b/ui.config.json
index 31e2349..c227c3a 100644
--- a/ui.config.json
+++ b/ui.config.json
@@ -10,4 +10,4 @@
"components": "~/components/ui",
"utils": "~/lib/utils"
}
-}
\ No newline at end of file
+}