diff --git a/resources/scripts/components/base/BaseSelectInput.vue b/resources/scripts/components/base/BaseSelectInput.vue index aec9a698..fdb103bf 100644 --- a/resources/scripts/components/base/BaseSelectInput.vue +++ b/resources/scripts/components/base/BaseSelectInput.vue @@ -29,14 +29,12 @@ text-left bg-white dark:bg-gray-700 - border border-gray-200 rounded-md shadow-sm cursor-default focus:outline-none focus:ring-1 - focus:ring-primary-500 - focus:border-primary-500 + focus:ring-primary-400 focus:border-primary-400 sm:text-sm " > diff --git a/resources/scripts/components/icons/dashboard/PaymentIcon.vue b/resources/scripts/components/icons/dashboard/PaymentIcon.vue index 8e068476..f7b685a9 100644 --- a/resources/scripts/components/icons/dashboard/PaymentIcon.vue +++ b/resources/scripts/components/icons/dashboard/PaymentIcon.vue @@ -5,27 +5,30 @@ viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" - :class="colorClass" > - + diff --git a/resources/scripts/customer/layouts/partials/TheSiteHeader.vue b/resources/scripts/customer/layouts/partials/TheSiteHeader.vue index 29558c2d..40c8beb5 100644 --- a/resources/scripts/customer/layouts/partials/TheSiteHeader.vue +++ b/resources/scripts/customer/layouts/partials/TheSiteHeader.vue @@ -2,8 +2,9 @@ + @@ -33,8 +34,8 @@ :to="`/${globalStore.companySlug}${item.link}`" :class="[ hasActiveUrl(item.link) - ? 'border-primary-500 text-primary-600' - : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300', + ? 'border-primary-500 text-primary-600 dark:text-primary-400' + : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 dark:text-gray-200', 'inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium', ]" > @@ -43,20 +44,6 @@ - @@ -85,7 +72,7 @@ {{ $t('navigation.settings') }} @@ -94,7 +81,7 @@ {{ $t('navigation.logout') }} @@ -118,6 +105,8 @@ focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 + dark:bg-gray-700 + dark:focus:ring-offset-gray-900 " > Open main menu @@ -136,15 +125,15 @@ :to="`/${globalStore.companySlug}${item.link}`" :class="[ hasActiveUrl(item.link) - ? 'bg-primary-50 border-primary-500 text-primary-700' - : 'border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800', + ? 'bg-primary-50 border-primary-500 text-primary-700 dark:bg-gray-700 dark:text-primary-400' + : 'border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 dark:text-gray-200 dark:hover:bg-gray-700', 'block pl-3 pr-4 py-2 border-l-4 text-base font-medium', ]" :aria-current="item.current ? 'page' : undefined" >{{ item.title }} - + @@ -153,26 +142,10 @@ {{ globalStore.currentUser.title }} - + {{ globalStore.currentUser.email }} - {{ item.title }} - + - + {{ label }} + diff --git a/resources/scripts/customer/views/dashboard/DashboardStatsPlaceholder.vue b/resources/scripts/customer/views/dashboard/DashboardStatsPlaceholder.vue index a114818d..d199a894 100644 --- a/resources/scripts/customer/views/dashboard/DashboardStatsPlaceholder.vue +++ b/resources/scripts/customer/views/dashboard/DashboardStatsPlaceholder.vue @@ -1,7 +1,7 @@ diff --git a/resources/scripts/customer/views/estimates/Index.vue b/resources/scripts/customer/views/estimates/Index.vue index b64387a4..aeafe639 100644 --- a/resources/scripts/customer/views/estimates/Index.vue +++ b/resources/scripts/customer/views/estimates/Index.vue @@ -119,11 +119,11 @@ - + - + {{ $t('general.view') }} diff --git a/resources/scripts/customer/views/estimates/View.vue b/resources/scripts/customer/views/estimates/View.vue index 01ce63ff..a8403218 100644 --- a/resources/scripts/customer/views/estimates/View.vue +++ b/resources/scripts/customer/views/estimates/View.vue @@ -25,7 +25,7 @@ {{ $t('general.sort_by') }} @@ -124,7 +126,7 @@ - + @@ -138,6 +140,7 @@ overflow-y-scroll border-l border-gray-200 border-solid sw-scroll + dark:border-gray-600 " > {{ estimate.estimate_number }} @@ -184,11 +188,12 @@ leading-8 text-right text-gray-900 block + dark:text-white " :amount="estimate.total" :currency="estimate.currency" /> - + {{ estimate.formatted_estimate_date }} @@ -196,7 +201,7 @@ {{ $t('estimates.no_matching_estimates') }} diff --git a/resources/scripts/customer/views/invoices/Index.vue b/resources/scripts/customer/views/invoices/Index.vue index b40fabc5..e1099967 100644 --- a/resources/scripts/customer/views/invoices/Index.vue +++ b/resources/scripts/customer/views/invoices/Index.vue @@ -126,11 +126,11 @@ - + - + {{ $t('general.view') }} diff --git a/resources/scripts/customer/views/invoices/View.vue b/resources/scripts/customer/views/invoices/View.vue index 28442aea..810d5f9d 100644 --- a/resources/scripts/customer/views/invoices/View.vue +++ b/resources/scripts/customer/views/invoices/View.vue @@ -31,7 +31,7 @@ {{ $t('general.sort_by') }} @@ -130,7 +132,7 @@ - + @@ -144,6 +146,7 @@ overflow-y-scroll border-l border-gray-200 border-solid sw-scroll + dark:border-gray-600 " > {{ invoice.invoice_number }} @@ -189,12 +193,13 @@ leading-8 text-right text-gray-900 block + dark:text-white " :amount="invoice.total" :currency="invoice.currency" /> - + {{ invoice.formatted_invoice_date }} @@ -202,7 +207,7 @@ {{ $t('invoices.no_matching_invoices') }} diff --git a/resources/scripts/customer/views/payments/Index.vue b/resources/scripts/customer/views/payments/Index.vue index 2157a34d..a6e3eadc 100644 --- a/resources/scripts/customer/views/payments/Index.vue +++ b/resources/scripts/customer/views/payments/Index.vue @@ -111,11 +111,11 @@ - + - + {{ $t('general.view') }} diff --git a/resources/scripts/customer/views/payments/View.vue b/resources/scripts/customer/views/payments/View.vue index 1e03a2d1..2ca62a2e 100644 --- a/resources/scripts/customer/views/payments/View.vue +++ b/resources/scripts/customer/views/payments/View.vue @@ -19,7 +19,7 @@ {{ $t('general.sort_by') }} @@ -118,7 +120,7 @@ - + @@ -132,6 +134,7 @@ overflow-y-scroll border-l border-gray-200 border-solid sw-scroll + dark:border-gray-600 " > {{ payment.payment_number }} @@ -174,12 +178,13 @@ leading-8 text-right text-gray-900 block + dark:text-white " :amount="payment.amount" :currency="payment.currency" /> - + {{ payment.formatted_payment_date }} @@ -187,7 +192,7 @@ {{ $t('payments.no_matching_payments') }}
{{ $t('estimates.no_matching_estimates') }}
{{ $t('invoices.no_matching_invoices') }}
{{ $t('payments.no_matching_payments') }}