Skip to content

Commit 59957f1

Browse files
committed
chore: wip
1 parent cc587a8 commit 59957f1

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

storage/framework/defaults/components/Dashboard/Commerce/Delivery/LicenseKeysTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</td>
5757
<td class="relative whitespace-nowrap py-4.5 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
5858
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300 p-2 rounded-md border border-transparent hover:border-blue-200 dark:hover:border-blue-800 mr-2" @click="$emit('view', licenseKey)" title="View">
59-
<div class="i-hugeicons-eye-01 h-5 w-5" />
59+
<div class="i-hugeicons-view h-5 w-5" />
6060
</button>
6161
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300 p-2 rounded-md border border-transparent hover:border-blue-200 dark:hover:border-blue-800 mr-2" @click="$emit('edit', licenseKey)" title="Edit">
6262
<div class="i-hugeicons-edit-01 h-5 w-5" />

storage/framework/defaults/views/dashboard/blog/categories/index.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const hasSelectedCategories = computed(() => selectedCategoryIds.value.length >
409409
@click="confirmDeleteSelected"
410410
class="inline-flex items-center rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-red-600 shadow-sm ring-1 ring-inset ring-red-300 hover:bg-red-50 dark:bg-blue-gray-800 dark:text-red-400 dark:ring-red-500/30 dark:hover:bg-red-500/10"
411411
>
412-
<div class="i-hugeicons-trash-03 h-4 w-4 mr-1"></div>
412+
<div class="i-hugeicons-waste h-4 w-4 mr-1"></div>
413413
Delete Selected
414414
</button>
415415
</div>
@@ -494,16 +494,16 @@ const hasSelectedCategories = computed(() => selectedCategoryIds.value.length >
494494
<div class="flex justify-end space-x-2">
495495
<button
496496
@click="openEditModal(category)"
497-
class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300"
497+
class="text-gray-400 transition-colors duration-150 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300"
498498
>
499-
<div class="i-hugeicons-pencil-01 h-5 w-5"></div>
499+
<div class="i-hugeicons-edit-01 h-5 w-5"></div>
500500
<span class="sr-only">Edit</span>
501501
</button>
502502
<button
503503
@click="confirmDeleteCategory(category)"
504-
class="text-red-600 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300"
504+
class="text-gray-400 transition-colors duration-150 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300"
505505
>
506-
<div class="i-hugeicons-trash-03 h-5 w-5"></div>
506+
<div class="i-hugeicons-waste h-5 w-5"></div>
507507
<span class="sr-only">Delete</span>
508508
</button>
509509
</div>
@@ -596,7 +596,7 @@ const hasSelectedCategories = computed(() => selectedCategoryIds.value.length >
596596
class="rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 dark:bg-blue-gray-800 dark:text-gray-300 dark:hover:text-gray-200"
597597
>
598598
<span class="sr-only">Close</span>
599-
<div class="i-hugeicons-x-mark h-6 w-6"></div>
599+
<div class="i-hugeicons-cancel-circle h-6 w-6"></div>
600600
</button>
601601
</div>
602602
<div class="sm:flex sm:items-start">
@@ -691,12 +691,12 @@ const hasSelectedCategories = computed(() => selectedCategoryIds.value.length >
691691
class="rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 dark:bg-blue-gray-800 dark:text-gray-300 dark:hover:text-gray-200"
692692
>
693693
<span class="sr-only">Close</span>
694-
<div class="i-hugeicons-x-mark h-6 w-6"></div>
694+
<div class="i-hugeicons-cancel-circle h-6 w-6"></div>
695695
</button>
696696
</div>
697697
<div class="sm:flex sm:items-start">
698698
<div class="mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10 dark:bg-blue-900/30">
699-
<div class="i-hugeicons-pencil-01 h-6 w-6 text-blue-600 dark:text-blue-400"></div>
699+
<div class="i-hugeicons-edit-01 h-6 w-6 text-blue-600 dark:text-blue-400"></div>
700700
</div>
701701
<div class="mt-3 text-center sm:ml-4 sm:mt-0 sm:text-left">
702702
<h3 class="text-base font-semibold leading-6 text-gray-900 dark:text-white" id="modal-title">Edit Category</h3>
@@ -783,7 +783,7 @@ const hasSelectedCategories = computed(() => selectedCategoryIds.value.length >
783783
class="rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 dark:bg-blue-gray-800 dark:text-gray-300 dark:hover:text-gray-200"
784784
>
785785
<span class="sr-only">Close</span>
786-
<div class="i-hugeicons-x-mark h-6 w-6"></div>
786+
<div class="i-hugeicons-cancel-circle h-6 w-6"></div>
787787
</button>
788788
</div>
789789
<div class="sm:flex sm:items-start">

storage/framework/defaults/views/dashboard/blog/comments/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ function truncateText(text: string, maxLength: number): string {
434434
@click="confirmDeleteSelected"
435435
class="inline-flex items-center rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-red-600 shadow-sm ring-1 ring-inset ring-red-300 hover:bg-red-50 dark:bg-blue-gray-800 dark:text-red-400 dark:ring-red-500/30 dark:hover:bg-red-500/10"
436436
>
437-
<div class="i-hugeicons-trash-03 h-4 w-4 mr-1"></div>
437+
<div class="i-hugeicons-waste h-4 w-4 mr-1"></div>
438438
Delete
439439
</button>
440440
</div>
@@ -559,15 +559,15 @@ function truncateText(text: string, maxLength: number): string {
559559
class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300"
560560
title="Edit"
561561
>
562-
<div class="i-hugeicons-pencil-01 h-5 w-5"></div>
562+
<div class="i-hugeicons-edit-01 h-5 w-5"></div>
563563
<span class="sr-only">Edit</span>
564564
</button>
565565
<button
566566
@click="confirmDeleteComment(comment)"
567567
class="text-red-600 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300"
568568
title="Delete"
569569
>
570-
<div class="i-hugeicons-trash-03 h-5 w-5"></div>
570+
<div class="i-hugeicons-waste h-5 w-5"></div>
571571
<span class="sr-only">Delete</span>
572572
</button>
573573
</div>
@@ -665,7 +665,7 @@ function truncateText(text: string, maxLength: number): string {
665665
</div>
666666
<div class="sm:flex sm:items-start">
667667
<div class="mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10 dark:bg-blue-900/30">
668-
<div class="i-hugeicons-pencil-01 h-6 w-6 text-blue-600 dark:text-blue-400"></div>
668+
<div class="i-hugeicons-edit-01 h-6 w-6 text-blue-600 dark:text-blue-400"></div>
669669
</div>
670670
<div class="mt-3 text-center sm:ml-4 sm:mt-0 sm:text-left">
671671
<h3 class="text-base font-semibold leading-6 text-gray-900 dark:text-white" id="modal-title">Edit Comment</h3>

storage/framework/defaults/views/dashboard/blog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const averageEngagement = '4.2%'
264264
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
265265
<div class="flex items-center justify-end space-x-2">
266266
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
267-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
267+
<div class="i-hugeicons-view h-5 w-5"></div>
268268
</button>
269269
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
270270
<div class="i-hugeicons-license-draft h-5 w-5"></div>
@@ -371,7 +371,7 @@ const averageEngagement = '4.2%'
371371
Edit
372372
</button>
373373
<button type="button" class="inline-flex items-center rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50 dark:bg-blue-gray-700 dark:text-white dark:ring-gray-600 dark:hover:bg-blue-gray-600">
374-
<div class="i-hugeicons-eye-01 h-4 w-4 mr-1"></div>
374+
<div class="i-hugeicons-view h-4 w-4 mr-1"></div>
375375
Preview
376376
</button>
377377
<button type="button" class="inline-flex items-center rounded-md bg-blue-600 px-2.5 py-1.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">

storage/framework/defaults/views/dashboard/blog/posts/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ const previewTags = computed(() => {
690690
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
691691
<div class="flex items-center justify-end space-x-2">
692692
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
693-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
693+
<div class="i-hugeicons-view h-5 w-5"></div>
694694
</button>
695695
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
696696
<div class="i-hugeicons-license-draft h-5 w-5"></div>

storage/framework/defaults/views/dashboard/commerce/customers/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function getStatusClass(status: string): string {
361361
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
362362
<div class="flex items-center justify-end space-x-2">
363363
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
364-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
364+
<div class="i-hugeicons-view h-5 w-5"></div>
365365
</button>
366366
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
367367
<div class="i-hugeicons-license-draft h-5 w-5"></div>

storage/framework/defaults/views/dashboard/commerce/gift-cards/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@ function addGiftCard(): void {
385385
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
386386
<div class="flex items-center justify-end space-x-2">
387387
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
388-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
388+
<div class="i-hugeicons-view h-5 w-5"></div>
389389
</button>
390390
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
391-
<div class="i-hugeicons-license-draft h-5 w-5"></div>
391+
<div class="i-hugeicons-edit-01 h-5 w-5"></div>
392392
</button>
393393
</div>
394394
</td>

storage/framework/defaults/views/dashboard/commerce/orders/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function getStatusClass(status: string): string {
341341
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
342342
<div class="flex items-center justify-end space-x-2">
343343
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
344-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
344+
<div class="i-hugeicons-view h-5 w-5"></div>
345345
</button>
346346
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
347347
<div class="i-hugeicons-edit-01 h-5 w-5"></div>

storage/framework/defaults/views/dashboard/commerce/payments/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ const totalAmount = computed(() => {
440440
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
441441
<div class="flex items-center justify-end space-x-2">
442442
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
443-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
443+
<div class="i-hugeicons-view h-5 w-5"></div>
444444
</button>
445445
<button type="button" class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300">
446446
<div class="i-hugeicons-receipt h-5 w-5"></div>

0 commit comments

Comments
 (0)