Skip to content

Commit

Permalink
Fixed ui issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendra-webkul committed Aug 24, 2023
1 parent 65041aa commit 71ea0c8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<v-create-customer-address>
<div class="shimmer w-[175px] h-[36px]"></div>
<div class="inline-flex gap-x-[8px] items-center justify-between w-full max-w-max px-[4px] py-[6px] text-gray-600 font-semibold text-center cursor-pointer transition-all hover:bg-gray-100 hover:rounded-[6px]">
<span class="icon-location text-[24px]"></span>

@lang('admin::app.customers.addresses.create.create-address-btn')
</div>
</v-create-customer-address>

{{-- Customer Address Modal --}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</div>
</div>

<div class="justify-between gap-x-[4px] gap-y-[8px] items-center flex-wrap mt-[28px]">
<div class="flex">
<div class="justify-between gap-x-[4px] gap-y-[8px] items-center flex-wrap mt-[20px]">
<div class="flex gap-[5px]">
{!! view_render_event('sales.order.page_action.before', ['order' => $order]) !!}

@if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<v-create-refund></v-create-refund>
<v-create-refund>
<div class="inline-flex gap-x-[8px] items-center justify-between w-full max-w-max px-[4px] py-[6px] text-gray-600 font-semibold text-center cursor-pointer transition-all hover:bg-gray-100 hover:rounded-[6px]">
<span class="icon-cancel text-[24px]"></span>

@lang('admin::app.sales.orders.view.refund')
</div>
</v-create-refund>

@pushOnce('scripts')
<script type="text/x-template" id="v-create-refund-template">
Expand Down
1 change: 0 additions & 1 deletion public/themes/admin/default/build/assets/app-2b3c5306.css

This file was deleted.

1 change: 1 addition & 0 deletions public/themes/admin/default/build/assets/app-e312f63d.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/themes/admin/default/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"src/Resources/assets/css/app.css": {
"file": "assets/app-2b3c5306.css",
"file": "assets/app-e312f63d.css",
"isEntry": true,
"src": "src/Resources/assets/css/app.css"
},
Expand Down

0 comments on commit 71ea0c8

Please sign in to comment.