6 Commits

Author SHA1 Message Date
d1b142c2ee
Reworked Mod Listing
Updates the mod listing components to be a little more friendly.
2024-09-13 00:08:00 -04:00
7fe1fad01b
Mod Listing Page Changes
- Updated visual look of the listing to include all filters at the top of the page
- Updated SPT version filter to be able to filter more than one version at a time (defaults to current minor version)
- Moved location of Livewire components into subfolder
- Moved query building methods for the listing into a `ModFilter` class
- Adds a `isLatestMinor` method on the SptVersion model that checks if the current version number is of the latest minor version release
- Livewire filter properties are now saved to the URL when changed
- Updated the top navigation link to include a "Mods" menu item.

TODO:
- Search codebase for "TODO". I've left notes. :|
2024-08-15 17:57:35 -04:00
7acdee1b6c switch to using livewire 2024-08-09 10:15:05 -04:00
1d174ab8b3 layout WIP 2024-08-08 15:50:50 -04:00
b868b5a75c setup mod index pagination 2024-08-07 14:33:11 -04:00
5d6dcd4a2c setup mod index page 2024-08-02 12:23:05 -04:00