Skip to content

Commit daaa8fc

Browse files
drew-harrisskeptrunedev
authored andcommitted
feat: init new console
styling: overflow layout css squashme: folder structure
1 parent 67af1f8 commit daaa8fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+346
-7819
lines changed

frontends/dashboard/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite --port 5173",
7+
"dev": "vite --port 5183",
88
"build": "tsc && vite build",
99
"preview": "vite preview",
1010
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
@@ -16,6 +16,8 @@
1616
"@nozbe/microfuzz": "^1.0.0",
1717
"@sentry/browser": "^7.110.0",
1818
"@solidjs/router": "^0.10.1",
19+
"@tanstack/solid-query": "^5.55.4",
20+
"@tanstack/solid-query-devtools": "^5.55.4",
1921
"papaparse": "^5.4.1",
2022
"shared": "*",
2123
"shiki": "^1.10.0",
@@ -26,12 +28,12 @@
2628
"vite-plugin-runtime-env": "^0.1.1"
2729
},
2830
"devDependencies": {
29-
"config": "*",
3031
"@tailwindcss/typography": "^0.5.10",
3132
"@types/papaparse": "^5.3.14",
3233
"@typescript-eslint/eslint-plugin": "^6.14.0",
3334
"@typescript-eslint/parser": "7.14.1",
3435
"autoprefixer": "^10.4.16",
36+
"config": "*",
3537
"eslint": "^8.13.0",
3638
"eslint-config-prettier": "^9.1.0",
3739
"eslint-config-semistandard": "^17.0.0",

frontends/dashboard/src/api/uploadSampleData.ts

Lines changed: 0 additions & 101 deletions
This file was deleted.

frontends/dashboard/src/assets/solid.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)