diff --git a/client/src/components/inputs/pillbar.vue b/client/src/components/inputs/pillbar.vue
new file mode 100644
index 0000000..235bee9
--- /dev/null
+++ b/client/src/components/inputs/pillbar.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client/src/global-styles/colors.css b/client/src/global-styles/colors.css
index 15bfabc..5e4cf4d 100644
--- a/client/src/global-styles/colors.css
+++ b/client/src/global-styles/colors.css
@@ -128,8 +128,9 @@
/* More can be added as needed. */
--cl-fg: var(--cl-1-8); /* Foreground (Text, outlines) */
--cl-bg: var(--cl-1-1); /* Background */
- --cl-bg-hl: var(--cl-1-2); /* Highlight Background (Component on Hover, select, ...) */
+ --cl-bg-hl: var(--cl-1-2); /* Highlight Background (Component on Hover, ...) */
--cl-bg-el: var(--cl-1-3); /* Element Background (Component) */
+ --cl-bg-sl: var(--cl-1-4);
/* Table Color Assignments */
--cl-table-body: var(--cl-1-1);
@@ -150,6 +151,7 @@
--cl-bg: var(--cl-1-2);
--cl-bg-hl: var(--cl-1-3);
--cl-bg-el: var(--cl-1-4);
+ --cl-bg-sl: var(--cl-1-5);
--cl-table-body: var(--cl-1-2);
--cl-table-head: var(--cl-1-3);
diff --git a/client/src/pages/index.vue b/client/src/pages/index.vue
index 2cb5c6a..53e0718 100644
--- a/client/src/pages/index.vue
+++ b/client/src/pages/index.vue
@@ -8,6 +8,7 @@ async function doShit(){
let name = $ref("");
let comment = $ref("");
let counter = $ref(false);
+let options = $ref([{name: 'Accept'}, {name: 'Drop'}, {name: 'Continue'}]);
@@ -16,7 +17,7 @@ let counter = $ref(false);
-
-
\ No newline at end of file