diff --git a/app/templates/shop/account/addresses.html b/app/templates/shop/account/addresses.html index 376d9b8a..18ac38e0 100644 --- a/app/templates/shop/account/addresses.html +++ b/app/templates/shop/account/addresses.html @@ -16,27 +16,20 @@
- - - - +
- - - +

@@ -44,10 +37,7 @@
- - - - +

No addresses yet

Add your first address to speed up checkout.

@@ -144,9 +132,7 @@
@@ -298,9 +284,7 @@
- - - +

Delete Address

diff --git a/app/templates/shop/account/dashboard.html b/app/templates/shop/account/dashboard.html index d1363ef1..3cf624ca 100644 --- a/app/templates/shop/account/dashboard.html +++ b/app/templates/shop/account/dashboard.html @@ -21,9 +21,7 @@ class="block bg-white dark:bg-gray-800 rounded-lg shadow hover:shadow-lg transition-shadow p-6 border border-gray-200 dark:border-gray-700">
- - - +

Orders

@@ -41,9 +39,7 @@ class="block bg-white dark:bg-gray-800 rounded-lg shadow hover:shadow-lg transition-shadow p-6 border border-gray-200 dark:border-gray-700">
- - - +

Profile

@@ -60,10 +56,7 @@ class="block bg-white dark:bg-gray-800 rounded-lg shadow hover:shadow-lg transition-shadow p-6 border border-gray-200 dark:border-gray-700">
- - - - +

Addresses

@@ -79,9 +72,7 @@ x-init="fetch('/api/v1/shop/messages/unread-count').then(r => r.json()).then(d => unreadCount = d.unread_count).catch(() => {})">
- - - + @@ -163,9 +154,7 @@
- - - +
diff --git a/app/templates/shop/account/forgot-password.html b/app/templates/shop/account/forgot-password.html index 4137cbce..d4961c85 100644 --- a/app/templates/shop/account/forgot-password.html +++ b/app/templates/shop/account/forgot-password.html @@ -1,4 +1,5 @@ {# app/templates/shop/account/forgot-password.html #} +{# standalone #} @@ -101,10 +102,7 @@ class="btn-primary-theme block w-full px-4 py-2 mt-4 text-sm font-medium leading-5 text-center text-white transition-colors duration-150 border border-transparent rounded-lg focus:outline-none focus:shadow-outline-purple disabled:opacity-50 disabled:cursor-not-allowed"> Send Reset Link - - - - + Sending... @@ -116,9 +114,7 @@ diff --git a/app/templates/shop/account/order-detail.html b/app/templates/shop/account/order-detail.html index 4447c725..030ba59f 100644 --- a/app/templates/shop/account/order-detail.html +++ b/app/templates/shop/account/order-detail.html @@ -14,15 +14,11 @@ My Account
  • - - - + Orders
  • - - - +
  • @@ -36,9 +32,7 @@
    - - - +

    Error loading order

    @@ -79,9 +73,7 @@
    - - - +

    Order Placed

    @@ -93,12 +85,8 @@
    - - - - - - + +

    Processing

    @@ -110,13 +98,8 @@
    - - - - - - - + +

    Shipped

    @@ -128,12 +111,8 @@
    - - - - - - + +

    Delivered

    @@ -171,9 +150,7 @@
    - - - +
    @@ -201,10 +178,7 @@

    - - - - + Shipping Address

    @@ -220,9 +194,7 @@

    - - - + Billing Address

    @@ -239,9 +211,7 @@

    - - - + Order Notes

    @@ -291,9 +261,7 @@

    - - - + Invoice

    @@ -302,13 +270,8 @@

    @@ -316,9 +279,7 @@

    - - - + Shipping

    @@ -341,10 +302,7 @@ rel="noopener noreferrer" class="mt-3 w-full inline-flex justify-center items-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white transition-colors" style="background-color: var(--color-primary)"> - - - - + Track Package
    @@ -359,9 +317,7 @@ - - - + Contact Support
    @@ -372,9 +328,7 @@ diff --git a/app/templates/shop/account/orders.html b/app/templates/shop/account/orders.html index 9ef080b3..4015220b 100644 --- a/app/templates/shop/account/orders.html +++ b/app/templates/shop/account/orders.html @@ -14,9 +14,7 @@ My Account
  • - - - + Order History
  • @@ -36,9 +34,7 @@
    - - - +

    @@ -46,9 +42,7 @@
    - - - +

    No orders yet

    Start shopping to see your orders here.

    View Details - - - +
    diff --git a/app/templates/shop/account/profile.html b/app/templates/shop/account/profile.html index 6ad376b5..f4e30308 100644 --- a/app/templates/shop/account/profile.html +++ b/app/templates/shop/account/profile.html @@ -14,9 +14,7 @@ My Account
  • - - - + Profile
  • @@ -36,9 +34,7 @@
    - - - +

    @@ -53,9 +49,7 @@ x-transition:leave-end="opacity-0 transform -translate-y-2" class="bg-green-50 dark:bg-green-900/20 border border-green-200 dark:border-green-800 rounded-lg p-4 mb-6">
    - - - +

    @@ -127,10 +121,7 @@ focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary disabled:opacity-50 disabled:cursor-not-allowed transition-colors" style="background-color: var(--color-primary)"> - - - - +
    @@ -190,10 +181,7 @@ focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary disabled:opacity-50 disabled:cursor-not-allowed transition-colors" style="background-color: var(--color-primary)"> - - - - +
    @@ -263,10 +251,7 @@ focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary disabled:opacity-50 disabled:cursor-not-allowed transition-colors" style="background-color: var(--color-primary)"> - - - - +
    diff --git a/app/templates/shop/account/register.html b/app/templates/shop/account/register.html index ebeee6fd..ce0bbcd7 100644 --- a/app/templates/shop/account/register.html +++ b/app/templates/shop/account/register.html @@ -1,4 +1,5 @@ {# app/templates/shop/account/register.html #} +{# standalone #} @@ -205,10 +206,7 @@ class="btn-primary-theme block w-full px-4 py-2 mt-6 text-sm font-medium leading-5 text-center text-white transition-colors duration-150 border border-transparent rounded-lg focus:outline-none focus:shadow-outline-purple disabled:opacity-50 disabled:cursor-not-allowed"> Create Account - - - - + Creating account... diff --git a/app/templates/shop/account/reset-password.html b/app/templates/shop/account/reset-password.html index 37217b3a..8c7ac1a9 100644 --- a/app/templates/shop/account/reset-password.html +++ b/app/templates/shop/account/reset-password.html @@ -68,9 +68,7 @@