diff --git a/resources/views/livewire/mod-index.blade.php b/resources/views/livewire/mod-index.blade.php index 8e5c84c..21d39d9 100644 --- a/resources/views/livewire/mod-index.blade.php +++ b/resources/views/livewire/mod-index.blade.php @@ -1,14 +1,4 @@
- {{-- - TODO: - [X] search bar for mods - [X] spt version filter - - ratings not in yet, otherwise ready - [ ] tags filter - [ ] small / mobile display handling - [ ] light mode theme handling - --}} - {{-- page links --}}
{{ $mods->links() }} @@ -17,7 +7,7 @@ {{-- grid layout --}}
- {{-- search / section filters, mods --}} + {{-- column 1 --}}
{{-- mods serach bar --}}
@@ -25,10 +15,21 @@
- +
+ {{-- mobile section filters --}} +
+ +
+ {{-- section filters --}} + {{-- mobile version filters --}} +
+ +
+ + {{-- mobile tags filters --}} +
+

tags filters here when ready :)

+
+ {{-- mod cards --}}
@foreach($mods as $mod) @@ -63,13 +79,13 @@
- {{-- version filters, tags --}} -
+ {{-- column 2 --}} +