Skip to content

Commit

Permalink
Merge pull request #1779 from amit-webkul/issues
Browse files Browse the repository at this point in the history
🛠️ [v2.2] : Fixed Issue #1778
  • Loading branch information
devansh-webkul authored Dec 23, 2024
2 parents f31aa8c + 119afcb commit 1f90616
Show file tree
Hide file tree
Showing 98 changed files with 345 additions and 349 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class="after:content-['/'] last:after:content-['']"
<i
class="align-text-bottom text-base text-gray-800 dark:text-white ltr:ml-1.5 rtl:mr-1.5"
:class="[applied.sort.order === 'asc' ? 'icon-down-stat': 'icon-up-stat']"
:class="[applied.sort.order === 'asc' ? 'icon-stats-down': 'icon-stats-up']"
v-if="columnGroup.includes(applied.sort.column)"
></i>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class="flex items-center gap-1.5 break-words"
<i
class="align-text-bottom text-base text-gray-600 dark:text-gray-300"
:class="[applied.sort.order === 'asc' ? 'icon-down-stat': 'icon-up-stat']"
:class="[applied.sort.order === 'asc' ? 'icon-stats-down': 'icon-stats-up']"
v-if="column.index == applied.sort.column"
></i>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class="cursor-pointer !text-sm !font-semibold !text-gray-600 dark:!text-gray-300
:href="`{{ route('admin.configuration.download', [request()->route('slug'), request()->route('slug2'), '']) }}/${value.split('/')[1]}`"
>
<div class="mb-1 inline-flex w-full max-w-max cursor-pointer appearance-none items-center justify-between gap-x-1 rounded-md border border-transparent p-1.5 text-center text-gray-600 transition-all marker:shadow hover:bg-gray-200 active:border-gray-300 dark:text-gray-300 dark:hover:bg-gray-800">
<i class="icon-down-stat text-2xl"></i>
<i class="icon-stats-down text-2xl"></i>
</div>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class="after:content-['/'] last:after:content-['']"
<i
class="align-text-bottom text-base text-gray-800 dark:text-white ltr:ml-1.5 rtl:mr-1.5"
:class="[applied.sort.order === 'asc' ? 'icon-down-stat': 'icon-up-stat']"
:class="[applied.sort.order === 'asc' ? 'icon-stats-down': 'icon-stats-up']"
v-if="columnGroup.includes(applied.sort.column)"
></i>
</p>
Expand Down
1 change: 1 addition & 0 deletions public/admin/build/assets/app-2ab2a07d.css

Large diffs are not rendered by default.

74 changes: 0 additions & 74 deletions public/admin/build/assets/app-5af6f62c.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/admin/build/assets/app-80a30221.css

This file was deleted.

71 changes: 71 additions & 0 deletions public/admin/build/assets/app-ae6a1872.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions public/admin/build/assets/ar.es-1c5432ef.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions public/admin/build/assets/ar.es-2968a13f.js

This file was deleted.

5 changes: 5 additions & 0 deletions public/admin/build/assets/bg.es-133f1d79.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions public/admin/build/assets/bg.es-182cdcb3.js

This file was deleted.

5 changes: 0 additions & 5 deletions public/admin/build/assets/bn.es-3f8773a4.js

This file was deleted.

5 changes: 5 additions & 0 deletions public/admin/build/assets/bn.es-d6f1145b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions public/admin/build/assets/bs.es-424f8392.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions public/admin/build/assets/bs.es-47a220af.js

This file was deleted.

5 changes: 5 additions & 0 deletions public/admin/build/assets/ca.es-10691e62.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions public/admin/build/assets/ca.es-47a49a5a.js

This file was deleted.

5 changes: 0 additions & 5 deletions public/admin/build/assets/cs.es-29e50c14.js

This file was deleted.

5 changes: 5 additions & 0 deletions public/admin/build/assets/cs.es-d467a362.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions public/admin/build/assets/da.es-5c82d648.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions public/admin/build/assets/da.es-eecb0b06.js

This file was deleted.

5 changes: 0 additions & 5 deletions public/admin/build/assets/de.es-83841cfd.js

This file was deleted.

5 changes: 5 additions & 0 deletions public/admin/build/assets/de.es-fc3d5977.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f90616

Please sign in to comment.