Skip to content

Commit

Permalink
tweaked code to make cleaner, worked on adding filter drop down. Skel…
Browse files Browse the repository at this point in the history
…eton for fault data too, and will change once data is clear
  • Loading branch information
matthlh committed Nov 16, 2024
1 parent 6a44ee3 commit 71a1677
Show file tree
Hide file tree
Showing 6 changed files with 1,794 additions and 206 deletions.
30 changes: 15 additions & 15 deletions software/tracksight/frontend/components.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 71a1677

Please sign in to comment.