@@ -632,7 +632,7 @@ function deleteSelectedItems() {
632
632
<button
633
633
class =" w-full flex items-center px-2 py-2 text-sm font-medium rounded-md text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-white"
634
634
>
635
- <div class =" i-hugeicons-share-02 h-5 w-5 mr-3 text-gray-400 dark:text-gray-500" ></div >
635
+ <div class =" i-hugeicons-share-01 h-5 w-5 mr-3 text-gray-400 dark:text-gray-500" ></div >
636
636
Shared
637
637
<span class =" ml-auto bg-gray-100 text-gray-600 dark:bg-gray-700 dark:text-gray-300 py-0.5 px-2 rounded-full text-xs" >
638
638
{{ sharedItems.length }}
@@ -700,7 +700,7 @@ function deleteSelectedItems() {
700
700
@click =" showSidePanel = !showSidePanel"
701
701
class =" p-2 rounded-md text-gray-500 hover:text-gray-900 hover:bg-gray-100 dark:text-gray-400 dark:hover:text-white dark:hover:bg-gray-700"
702
702
>
703
- <div class =" i-hugeicons-menu-hamburger h-5 w-5" ></div >
703
+ <div class =" i-hugeicons-menu-01 h-5 w-5" ></div >
704
704
</button >
705
705
706
706
<!-- Search -->
@@ -815,7 +815,7 @@ function deleteSelectedItems() {
815
815
<div class =" flex-1 overflow-auto p-4 bg-gray-50 dark:bg-gray-900" >
816
816
<!-- Empty state -->
817
817
<div v-if =" filteredItems.length === 0" class =" flex flex-col items-center justify-center h-full text-center" >
818
- <div class =" i-hugeicons-folder-empty h-16 w-16 text-gray-400 dark:text-gray-600" ></div >
818
+ <div class =" i-hugeicons-folder-02 h-16 w-16 text-gray-400 dark:text-gray-600" ></div >
819
819
<h3 class =" mt-2 text-sm font-medium text-gray-900 dark:text-white" >No items</h3 >
820
820
<p class =" mt-1 text-sm text-gray-500 dark:text-gray-400" >
821
821
{{ searchQuery ? 'No items match your search.' : 'This folder is empty.' }}
@@ -880,7 +880,7 @@ function deleteSelectedItems() {
880
880
item.starred ? 'text-yellow-500' : 'text-gray-400 dark:text-gray-500'
881
881
]"
882
882
>
883
- <div class =" i-hugeicons-star-01 h-4 w-4" ></div >
883
+ <div class =" i-hugeicons-star h-4 w-4" ></div >
884
884
</button >
885
885
<button
886
886
@click.stop =" toggleShare(item)"
@@ -889,7 +889,7 @@ function deleteSelectedItems() {
889
889
item.shared ? 'text-indigo-500' : 'text-gray-400 dark:text-gray-500'
890
890
]"
891
891
>
892
- <div class =" i-hugeicons-share-02 h-4 w-4" ></div >
892
+ <div class =" i-hugeicons-share-01 h-4 w-4" ></div >
893
893
</button >
894
894
</div >
895
895
</div >
@@ -951,14 +951,14 @@ function deleteSelectedItems() {
951
951
class =" text-gray-400 hover:text-yellow-500"
952
952
:class =" { 'text-yellow-500': item.starred }"
953
953
>
954
- <div class =" i-hugeicons-star-01 h-5 w-5" ></div >
954
+ <div class =" i-hugeicons-star h-5 w-5" ></div >
955
955
</button >
956
956
<button
957
957
@click.stop =" toggleShare(item)"
958
958
class =" text-gray-400 hover:text-indigo-500"
959
959
:class =" { 'text-indigo-500': item.shared }"
960
960
>
961
- <div class =" i-hugeicons-share-02 h-5 w-5" ></div >
961
+ <div class =" i-hugeicons-share-01 h-5 w-5" ></div >
962
962
</button >
963
963
<button
964
964
@click.stop =" selectedItems = [item]; showDeleteConfirmation = true"
@@ -1097,7 +1097,7 @@ function deleteSelectedItems() {
1097
1097
<div class =" inline-block align-bottom bg-white dark:bg-gray-800 rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6" >
1098
1098
<div class =" sm:flex sm:items-start" >
1099
1099
<div class =" mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-100 dark:bg-red-900 sm:mx-0 sm:h-10 sm:w-10" >
1100
- <div class =" i-hugeicons-exclamation-triangle h-6 w-6 text-red-600 dark:text-red-400" ></div >
1100
+ <div class =" i-hugeicons-alert-02 h-6 w-6 text-red-600 dark:text-red-400" ></div >
1101
1101
</div >
1102
1102
<div class =" mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" >
1103
1103
<h3 class =" text-lg leading-6 font-medium text-gray-900 dark:text-white" id =" modal-title" >
0 commit comments