From 06113c95b832d42364e7fe5de1ef8eef7d44eb7c Mon Sep 17 00:00:00 2001 From: thackmaster Date: Fri, 1 May 2026 21:22:39 -0600 Subject: [PATCH] various color fixes and other debauchery --- backend/db.sqlite3 | Bin 131072 -> 131072 bytes frontend/src/App.vue | 40 +++-------------- frontend/src/components/AppSnackbar.vue | 4 +- frontend/src/components/Header.vue | 39 +++++++++++++++++ frontend/src/components/HelloWorld.vue | 14 ++++++ frontend/src/styles/tailwind.css | 18 ++++---- frontend/src/views/Dashboard.vue | 56 ++++++++---------------- frontend/src/views/Item.vue | 6 +-- frontend/src/views/SystemNotice.vue | 30 ++++++------- 9 files changed, 107 insertions(+), 100 deletions(-) create mode 100644 frontend/src/components/Header.vue diff --git a/backend/db.sqlite3 b/backend/db.sqlite3 index a29e8b32191d523d6e91905a184e1712bdcd6297..0ffb83578c7d5f61b6ceb9d519d94bfba15eab35 100644 GIT binary patch delta 1026 zcmaiyyKmD_7{wbE(in=}fwlt_6~R!cN_4NEu_w|vY5K5fng=9HiJjQB6UTWd@ncB> zVlI@SO9c$w7%G%XENm={tVm101Kn=m#Vz0B%iB@k z;`=8DJ2MF48^c(%apT?OkIA{~*=swTzTuUfdWG7q*(i=;nylLp`t{9K6k;8D1!x;`TA%?{nmg({S z6S%g@N=j3sbh0?D)ZLn*fJ&)Ksf4VTajRL`K7|YDX%mRN=?EI>3a)C2d~O6yRSd3D z3@3BRh-%nnXW7j^Dy8fwQP>PNqq4TH)>TV~lAUPi)l_5%4bU7Uy@-tMEF`{RP|e{)0zrn6Q2V-$gbX{en`%b6IMhEh_d zFH6b)EOGcDap?Q_Uy+89{GPVE! delta 103 zcmZo@;Am*zm>|ulI#I@%QFUX&l72o`9$5x{OTHrB)jUslWH&1+aPw@Io%5WTkCoqp zfj^gj68{~35B}{y2{Zm?kM-L<)-&#L07|AY@IT@|%)f-cl|KzA8NxsP)jvkw>BavU Fdja#mAK?H1 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 @@ -