diff --git a/resources/views/assets/index.blade.php b/resources/views/assets/index.blade.php index 51ba521..846f6bb 100644 --- a/resources/views/assets/index.blade.php +++ b/resources/views/assets/index.blade.php @@ -58,7 +58,7 @@
- + Heimerdinger Emote

Tired of endless browsing to find that one icon or emote you love?

We got you covered! Search through all diff --git a/resources/views/components/icons/view_grid.blade.php b/resources/views/components/icons/view_grid.blade.php index b27087d..837be48 100644 --- a/resources/views/components/icons/view_grid.blade.php +++ b/resources/views/components/icons/view_grid.blade.php @@ -1,88 +1,101 @@ -

-

Heimerdinger Presents:

-

+
+

Heimerdinger Presents:

+

- ICON DETAILS

-

- {{$icon->title}}

-

- Released in: {{$icon->release_year}}

+ Released in: {{$icon->release_year}}

-
-
- -
-

- The {{$icon->title}}

- {{$icon->title}} Icon +
+
+

+ The {{$icon->title}}

+ {{$icon->title}} Icon - - View in HD - -
- -
-

- {{$icon->title}} Details -

-
-
    -
  • - Icon ID: - {{$icon->icon_id}} -
  • -
  • - Icon Name: {{$icon->title}} -
  • -
  • - Release Year: {{$icon->release_year}} -
  • -
  • - Legacy*: {{$icon->legacy ? 'Yes' : 'No'}} -
  • -
  • - Esports Icon: {{$icon->esports_team || $icon->esports_region || $icon->esports_event ? 'Yes' : 'No'}} -
  • - @if($icon->esports_team || $icon->esports_region || $icon->esports_event) - @if($icon->esports_team) -
  • - Esports Team: {{$icon->esports_team}} -
  • - @endif - @if($icon->esports_region) -
  • - Esports Region: {{$icon->esports_region}} -
  • - @endif - @if($icon->esports_event) -
  • - Esports Event: {{$icon->esports_event}} -
  • - @endif - @endif -
  • - Description: {{$icon->description}} -
  • -
  • - * Legacy Icons: Legacy Icons don't act the same as legacy skins. - It seems like some icons that are marked as legacy are still obtainable or the other way around - where some icons that are not marked as legacy are not obtainable anymore. -
  • -
+ + View in HD +
-
+
+

+ {{$icon->title}} Details +

+
+
    +
  • + Icon ID: + {{$icon->icon_id}} +
  • +
  • + Icon Name: {{$icon->title}} +
  • +
  • + Release Year: {{$icon->release_year}} +
  • +
  • + Legacy*: {{$icon->legacy ? 'Yes' : 'No'}} +
  • +
  • + Esports Icon: {{$icon->esports_team || $icon->esports_region || $icon->esports_event ? 'Yes' : 'No'}} +
  • + @if($icon->esports_team || $icon->esports_region || $icon->esports_event) + @if($icon->esports_team) +
  • + Esports Team: {{$icon->esports_team}} +
  • + @endif + @if($icon->esports_region) +
  • + Esports Region: {{$icon->esports_region}} +
  • + @endif + @if($icon->esports_event) +
  • + Esports Event: {{$icon->esports_event}} +
  • + @endif + @endif +
  • + Description: {{$icon->description}} +
  • +
  • + * Legacy Icons: Legacy Icons don't act the same as legacy + skins. + It seems like some icons that are marked as legacy are still obtainable or the other way + around + where some icons that are not marked as legacy are not obtainable anymore. +
  • +
+
+
+ +
-1 diff --git a/resources/views/icons/show.blade.php b/resources/views/icons/show.blade.php index 970129a..512b308 100644 --- a/resources/views/icons/show.blade.php +++ b/resources/views/icons/show.blade.php @@ -44,7 +44,7 @@ @vite(['resources/css/app.css', 'resources/js/app.js']) - +