Skip to content

Commit

Permalink
Merge pull request #31 from kartAI/feat/overview-page
Browse files Browse the repository at this point in the history
feat: add overview page with data table
  • Loading branch information
andreaslhjulstad authored Oct 9, 2024
2 parents 92289c2 + d67ddcc commit 3d1da35
Show file tree
Hide file tree
Showing 21 changed files with 3,390 additions and 557 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
20 changes: 20 additions & 0 deletions frontend/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "~/components",
"utils": "~/lib/utils",
"ui": "~/components/ui",
"lib": "~/lib",
"hooks": "~/hooks"
}
}
1 change: 1 addition & 0 deletions frontend/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from "cypress";

export default defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
setupNodeEvents(on, config) {
// implement node event listeners here
},
Expand Down
143 changes: 0 additions & 143 deletions frontend/cypress/e2e/1-getting-started/todo.cy.js

This file was deleted.

Loading

0 comments on commit 3d1da35

Please sign in to comment.