Skip to content

Commit

Permalink
Merge pull request #27 from lara-zeus/remove-iconpark
Browse files Browse the repository at this point in the history
Remove iconpark
  • Loading branch information
atmonshi authored Mar 7, 2025
2 parents 67dbb1b + cff1b72 commit 2920dce
Show file tree
Hide file tree
Showing 22 changed files with 1,470 additions and 2,165 deletions.
3,593 changes: 1,449 additions & 2,144 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('bolt.forms.list') }}">{{ __('Forms') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
</li>
<li class="flex items-center">
{{ $zeusForm->name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="bolt-loading"></div>
@teleport('.bolt-loading')
<div wire:loading class="px-4">
@svg('iconpark-loading-o', 'text-primary-500 w-8 h-8 animate-spin')
@svg('tabler-refresh', 'text-primary-500 w-8 h-8 animate-spin')
</div>
@endteleport
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('bolt.entries.list') }}">{{ __('My Entries') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('library.tag',$tag->slug) }}">{{ $tag->name }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@if($post->parent !== null)
<li class="flex items-center">
<a href="{{ route('page',[$post->parent->slug]) }}" class="text-gray-400 dark:text-gray-200 capitalize" aria-current="page">{{ $post->parent->title }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>
@endif
<li class="flex items-center">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="px-4 py-4 bg-gradient-to-br from-white via-white to-primary-50 shadow-lg rounded-3xl hover:shadow-xl transition ease-in-out duration-300 flex gap-2 items-center justify-center w-full h-72 border border-gray-100">
@svg('iconpark-wavesleft-o','h-10 w-10 text-primary-600')
@svg('tabler-wave-sine','h-10 w-10 text-primary-600')
<span class="underline decoration-wavy underline-offset-4 decoration-primary-600">{{ __('No posts found') }}!</span>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('blogs') }}">{{ __('Posts') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
</li>
<li class="flex items-center">
{{ $post->title }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/breeze/bolt/fill-forms.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('bolt.forms.list') }}">{{ __('Forms') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
</li>
<li class="flex items-center">
{{ $zeusForm->name }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/breeze/bolt/loading.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="bolt-loading"></div>
@teleport('.bolt-loading')
<div wire:loading class="px-4">
@svg('iconpark-loading-o', 'text-sky-600 w-8 h-8 animate-spin')
@svg('tabler-refresh', 'text-sky-600 w-8 h-8 animate-spin')
</div>
@endteleport
</div>
2 changes: 1 addition & 1 deletion resources/views/themes/breeze/bolt/show-entry.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('bolt.entries.list') }}">{{ __('My Entries') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('library') }}">{{ __('library') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/breeze/sky/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@if($post->parent !== null)
<li class="flex items-center">
<a href="{{ route('page',[$post->parent->slug]) }}" class="text-gray-400 dark:text-gray-200 capitalize" aria-current="page">{{ $post->parent->title }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>
@endif
<li>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/breeze/sky/partial/empty.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="px-4 py-4 bg-gradient-to-br from-white via-white to-primary-50 shadow-lg rounded-3xl hover:shadow-xl transition ease-in-out duration-300 flex gap-2 items-center justify-center w-full h-72 border border-gray-100">
@svg('iconpark-wavesleft-o','h-10 w-10 text-primary-600')
@svg('tabler-wave-sine','h-10 w-10 text-primary-600')
<span class="underline decoration-wavy underline-offset-4 decoration-primary-600">{{ __('No posts found') }}!</span>
</div>
2 changes: 1 addition & 1 deletion resources/views/themes/daisy/bolt/fill-forms.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('bolt.forms.list') }}">{{ __('Forms') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
</li>
<li class="flex items-center">
{{ $zeusForm->name }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/daisy/bolt/loading.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="bolt-loading"></div>
@teleport('.bolt-loading')
<div wire:loading class="px-4">
@svg('iconpark-loading-o', 'text-sky-600 w-8 h-8 animate-spin')
@svg('tabler-refresh', 'text-sky-600 w-8 h-8 animate-spin')
</div>
@endteleport
</div>
2 changes: 1 addition & 1 deletion resources/views/themes/daisy/bolt/show-entry.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('bolt.entries.list') }}">{{ __('My Entries') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/daisy/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<ol class="list-none p-0 inline-flex">
<li class="flex items-center">
<a href="{{ route('blogs') }}">Home</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>
{{ $breadcrumbs }}
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('library') }}">{{ __('libraries') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x-slot name="breadcrumbs">
<li class="flex items-center">
<a href="{{ route('library') }}">{{ __('libraries') }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>

<li class="flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/daisy/sky/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@if($post->parent !== null)
<li class="flex items-center">
<a href="{{ route('page',[$post->parent->slug]) }}" class="text-gray-400 dark:text-gray-200 capitalize" aria-current="page">{{ $post->parent->title }}</a>
@svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3')
@svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
</li>
@endif

Expand Down
2 changes: 1 addition & 1 deletion resources/views/themes/daisy/sky/partial/empty.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="px-4 py-4 bg-gradient-to-br from-white via-white to-primary-50 shadow-lg rounded-2xl hover:shadow-xl transition ease-in-out duration-300 flex gap-2 items-center justify-center w-full h-72 border border-gray-100">
@svg('iconpark-wavesleft-o','h-10 w-10 text-primary-600')
@svg('tabler-wave-sine','h-10 w-10 text-primary-600')
<span class="underline decoration-wavy underline-offset-4 decoration-primary-600">
{{ __('No posts found') }}!
</span>
Expand Down

0 comments on commit 2920dce

Please sign in to comment.