diff --git a/client/.yarn/install-state.gz b/client/.yarn/install-state.gz index 24b4894..e1d822b 100644 Binary files a/client/.yarn/install-state.gz and b/client/.yarn/install-state.gz differ diff --git a/client/app/app.vue b/client/app/app.vue index b7d78f0..0bc76cc 100644 --- a/client/app/app.vue +++ b/client/app/app.vue @@ -7,7 +7,5 @@ diff --git a/client/app/assets/styles/main.scss b/client/app/assets/styles/main.scss index ae8c309..4303838 100644 --- a/client/app/assets/styles/main.scss +++ b/client/app/assets/styles/main.scss @@ -6,8 +6,25 @@ body { height: 100%; overflow: hidden; + background-image: radial-gradient(var(--p-surface-700), var(--p-surface-800)); + background-size: 200% 200%; + background-position: left -100% top -100%; } #__nuxt { + --p-scrollpanel-bar-size: 5px; + --p-scrollpanel-bar-background: var(--p-surface-950); + --p-divider-horizontal-margin: 2rem 0 1rem; + height: 100%; +} + +.p-divider { + &:first-child { + --p-divider-horizontal-margin: 1rem 0 1rem; + } +} + +.p-scrollpanel-bar-y { + translate: -0.25rem; } \ No newline at end of file diff --git a/client/app/components.d.ts b/client/app/components.d.ts index 4f8d51a..025adee 100644 --- a/client/app/components.d.ts +++ b/client/app/components.d.ts @@ -13,7 +13,9 @@ declare module 'vue' { PrimeButton: typeof import('primevue/button')['default'] PrimeButtonGroup: typeof import('primevue/buttongroup')['default'] PrimeCard: typeof import('primevue/card')['default'] + PrimeChip: typeof import('primevue/chip')['default'] PrimeDivider: typeof import('primevue/divider')['default'] + PrimeFieldset: typeof import('primevue/fieldset')['default'] PrimeFloatLabel: typeof import('primevue/floatlabel')['default'] PrimeInputText: typeof import('primevue/inputtext')['default'] PrimeMenu: typeof import('primevue/menu')['default'] diff --git a/client/app/components/AppHeader.vue b/client/app/components/AppHeader.vue deleted file mode 100644 index e710d5e..0000000 --- a/client/app/components/AppHeader.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/client/app/components/ClientRow.vue b/client/app/components/ClientRow.vue index e25be4a..c4bbde5 100644 --- a/client/app/components/ClientRow.vue +++ b/client/app/components/ClientRow.vue @@ -42,6 +42,7 @@