Skip to content

Commit

Permalink
Fixed Issue krayin#1835
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Dec 24, 2024
1 parent 1f90616 commit 5ef6ae2
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<div class="box-shadow flex flex-col gap-4 rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900 max-xl:flex-wrap">
<!-- tabs -->
<div class="flex gap-2 border-b border-gray-200 dark:border-gray-800">
<div class="shimmer mx-3 my-2.5 h-[21px] w-[120px]"></div>
<div class="shimmer mx-3 my-2.5 h-[21px] w-[136px]"></div>
<div class="shimmer mx-3 my-2.5 h-[21px] w-[80px]"></div>
</div>

<div class="flex flex-col gap-4 px-4 py-2">
<!-- Quote Information -->
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-1">
<div class="shimmer h-[17px] w-1/3"></div>
<div class="shimmer h-[17px] w-1/3"></div>
</div>

<div class="w-1/2">
<!-- Subject -->
<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-[60px]"></div>

<div class="shimmer h-[39px] w-full rounded"></div>
</div>

<!-- Description -->
<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-20"></div>

<div class="shimmer h-[59px] w-full rounded"></div>
</div>

<!-- Sales Owner & Expires At -->
<div class="flex gap-4">
<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-24"></div>

<div class="shimmer h-[42px] w-full rounded"></div>
</div>

<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-20"></div>

<div class="shimmer h-[42px] w-full rounded"></div>
</div>
</div>

<!-- Person & Link to lead -->
<div class="flex gap-4">
<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-[60px]"></div>

<div class="shimmer h-[42px] w-full rounded"></div>
</div>

<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-20"></div>

<div class="shimmer h-[42px] w-full rounded"></div>
</div>
</div>
</div>
</div>

<!-- Address Information -->
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-1">
<div class="shimmer h-[17px] w-1/3"></div>
<div class="shimmer h-[17px] w-1/3"></div>
</div>

<div class="w-1/2">
<!-- Billing Address -->
<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-28"></div>

<div class="flex gap-4">
<div class="shimmer mb-4 h-[223px] w-full rounded"></div>

<div class="grid w-full">
<div class="shimmer mb-4 h-[42px] w-full rounded"></div>
<div class="shimmer mb-4 h-[40px] w-full rounded"></div>
<div class="shimmer mb-4 h-[40px] w-full rounded"></div>
<div class="shimmer mb-4 h-[40px] w-full rounded"></div>
</div>
</div>
</div>

<!-- Shipping Address -->
<div class="mb-4 w-full">
<div class="shimmer mb-1.5 h-5 w-28"></div>

<div class="flex gap-4">
<div class="shimmer mb-4 h-[223px] w-full rounded"></div>

<div class="grid w-full">
<div class="shimmer mb-4 h-[42px] w-full rounded"></div>
<div class="shimmer mb-4 h-[40px] w-full rounded"></div>
<div class="shimmer mb-4 h-[40px] w-full rounded"></div>
<div class="shimmer mb-4 h-[40px] w-full rounded"></div>
</div>
</div>
</div>
</div>
</div>
</div>

<!-- Quotes Items -->
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-1">
<div class="shimmer h-[17px] w-1/3"></div>
<div class="shimmer h-[17px] w-1/3"></div>
</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ class="primary-button"
</div>
</div>

<v-quote :errors="errors"></v-quote>
<v-quote :errors="errors">
<x-admin::shimmer.quotes />
</v-quote>
</div>
</x-admin::form>

Expand Down Expand Up @@ -320,7 +322,7 @@ class="!px-2 ltr:text-right rtl:text-left"
<!-- Add New Qoute Item -->
<span
class="self-start text-md cursor-pointer font-semibold text-brandColor hover:underline dark:text-brandColor"
class="text-md cursor-pointer self-start font-semibold text-brandColor hover:underline dark:text-brandColor"
@click="addProduct"
>
@lang('admin::app.quotes.create.add-item')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ class="primary-button"
</div>
</div>

<v-quote :errors="errors"></v-quote>
<v-quote :errors="errors">
<x-admin::shimmer.quotes />
</v-quote>
</div>
</x-admin::form>

Expand Down Expand Up @@ -306,7 +308,7 @@ class="!px-2 ltr:text-right rtl:text-left"
<!-- Add New Qoute Item -->
<span
class="self-start text-md cursor-pointer font-semibold text-brandColor hover:underline dark:text-brandColor"
class="text-md cursor-pointer self-start font-semibold text-brandColor hover:underline dark:text-brandColor"
@click="addProduct"
>
@lang('admin::app.quotes.create.add-item')
Expand Down
1 change: 0 additions & 1 deletion public/admin/build/assets/app-2ab2a07d.css

This file was deleted.

1 change: 1 addition & 0 deletions public/admin/build/assets/app-9838d8d3.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/admin/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"src": "node_modules/vue-cal/dist/i18n/zh-hk.es.js"
},
"src/Resources/assets/css/app.css": {
"file": "assets/app-2ab2a07d.css",
"file": "assets/app-9838d8d3.css",
"isEntry": true,
"src": "src/Resources/assets/css/app.css"
},
Expand Down

0 comments on commit 5ef6ae2

Please sign in to comment.