diff --git a/backend/db.sqlite3 b/backend/db.sqlite3 index a29e8b32..0ffb8357 100644 Binary files a/backend/db.sqlite3 and b/backend/db.sqlite3 differ diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b8bae0b9..37bec334 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,56 +1,26 @@ \ No newline at end of file diff --git a/frontend/src/components/HelloWorld.vue b/frontend/src/components/HelloWorld.vue index 96bf8e49..165331de 100644 --- a/frontend/src/components/HelloWorld.vue +++ b/frontend/src/components/HelloWorld.vue @@ -100,4 +100,18 @@ diff --git a/frontend/src/styles/tailwind.css b/frontend/src/styles/tailwind.css index 01738758..a1dd5a7d 100644 --- a/frontend/src/styles/tailwind.css +++ b/frontend/src/styles/tailwind.css @@ -7,6 +7,16 @@ --font-body: "Roboto", sans-serif; --font-mono: "Roboto Mono", monospace; + --color-background: rgb(var(--v-theme-background)); + --color-surface: rgb(var(--v-theme-surface)); + --color-on-surface: rgb(var(--v-theme-on-surface)); + + --color-primary: rgb(var(--v-theme-primary)); + --color-success: rgb(var(--v-theme-success)); + --color-info: rgb(var(--v-theme-info)); + --color-warning: rgb(var(--v-theme-warning)); + --color-error: rgb(var(--v-theme-error)); + --breakpoint-*: initial; --breakpoint-xs: 0px; --breakpoint-sm: 600px; @@ -67,14 +77,6 @@ @source inline('elevation-{0,1,2,3,4,5}'); @layer components { - .list { - @apply list-disc list-inside space-y-1.5 mx-8; - } - - .header-1 { - @apply text-lg font-bold my-2 - } - .v-app-bar .v-toolbar__content { gap: 4px; } diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue index 94ae7995..f074b1dd 100644 --- a/frontend/src/views/Dashboard.vue +++ b/frontend/src/views/Dashboard.vue @@ -8,16 +8,15 @@
Overview of all routed items
- - - mdi-view-grid-outline - Cards - - - mdi-table - Table - - + + Submit item + @@ -83,15 +82,16 @@ - - Submit item - + + + mdi-view-grid-outline + Cards + + + mdi-table + Table + + @@ -206,7 +206,6 @@ :headers="tableHeaders" :items="tabItems" :search="search" - density="compact" item-value="id" hover @click:row="onRowClick" @@ -255,23 +254,6 @@ {{ item.updated }} - - diff --git a/frontend/src/views/Item.vue b/frontend/src/views/Item.vue index 44b53562..fb8f17bc 100644 --- a/frontend/src/views/Item.vue +++ b/frontend/src/views/Item.vue @@ -12,7 +12,7 @@ /> -
{{ pageTitle }}
+
{{ pageTitle }}
{{ pageSubtitle }}
@@ -48,8 +48,8 @@ -