diff --git a/frontend/assets/images/pattern.svg b/frontend/assets/images/pattern.svg new file mode 100644 index 0000000..cbe9e4c --- /dev/null +++ b/frontend/assets/images/pattern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/components/AppSidebar.vue b/frontend/components/AppSidebar.vue index e7fa169..3cb5f1b 100644 --- a/frontend/components/AppSidebar.vue +++ b/frontend/components/AppSidebar.vue @@ -95,7 +95,7 @@ const menuItems = [ - + {{ item.title }} {
@@ -58,9 +58,56 @@ const breadcrumbs = computed(() => {
-
+
+ + diff --git a/frontend/pages/setup/apps/index.vue b/frontend/pages/setup/apps/index.vue index c5c99c5..a38cfa8 100644 --- a/frontend/pages/setup/apps/index.vue +++ b/frontend/pages/setup/apps/index.vue @@ -69,7 +69,7 @@ v-for="app in apps" :key="app.id" :to="`/setup/apps/${app.slug}`" - class="p-6 border rounded-lg hover:border-primary transition-colors bg-card" + class="p-6 border rounded-lg hover:border-primary transition-colors bg-card bg-background shadow-md" >

{{ app.label }}