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 @@
-
- My App, The Disaster Unfolding Before Our Very Eyes: The Sequel
- Home
- Dashboard
- Item
- Kitchen Sink
- Copilot Test
-
-
- {{ theme.global.current.value.dark ? 'mdi-weather-sunny' : 'mdi-weather-night' }}
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
+
\ 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 @@
-
- Save draft
+
+ Save draft
Submit for routing
diff --git a/frontend/src/views/SystemNotice.vue b/frontend/src/views/SystemNotice.vue
index 0dcccc64..a3d231fd 100644
--- a/frontend/src/views/SystemNotice.vue
+++ b/frontend/src/views/SystemNotice.vue
@@ -1,13 +1,13 @@
-
+
- System Use Notice
+ System Use Notice
-
+ Usage Agreement
You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions:
-
+
- The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE) and counterintelligence (CI) investigations.
- At any time, the USG may inspect and seize data stored on this IS.
- Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose.
@@ -25,18 +25,18 @@