204 Commits

Author SHA1 Message Date
a7b5c2ccb5
Rector & PHPStan Changes 2025-02-06 10:00:24 -05:00
36222169fb
Merge pull request #65 from waffle-lord/impl/mod-card-moderation-options
Impl/mod moderation options
2025-02-06 07:51:19 -05:00
8083f24324
Dep Updates & Type Casting Envs 2025-02-05 17:34:18 -05:00
c930a4d14f Merge remote-tracking branch 'upstream/develop' into impl/mod-card-moderation-options 2025-02-05 15:19:02 -05:00
933e3bbf1f
Attempts to resolve issue with tests CI 2025-01-30 22:51:53 -05:00
1c6a749d71
Larastan Level 6 2025-01-30 20:49:56 -05:00
a5dcaed179
Larastan Level 5 2025-01-30 15:44:05 -05:00
14fcff2b84
Fixes Tests 2025-01-30 10:55:30 -05:00
7da825659d
Additional Rector Updates 2025-01-30 00:50:28 -05:00
cb5c3caad8
Rector Changes 2025-01-30 00:23:55 -05:00
a60bb5819a
Latest SPT Version Bug
This fixes an issue with the latest SPT version query sorting the version numbers incorrectly.
2025-01-28 22:56:36 -05:00
6cd98a617e
Import Versions with Github
This changes the import script to fetch the versions from Github instead of using Gitea.
2025-01-28 22:56:35 -05:00
021e76c2c0 update moderation options control
to only take in data values
2024-12-09 16:02:01 -05:00
570742dcba swap ModeratedModel for CanModerate trait 2024-12-09 16:01:24 -05:00
04ea8b9ccb use event instead of js timeout 2024-12-03 10:17:41 -05:00
a4beac7863 hmmm 2024-12-02 20:16:47 -05:00
5cd19642c7 replace wireConfirm with modals WIP 2024-12-02 16:20:16 -05:00
66fc60d3c9 Merge remote-tracking branch 'upstream/develop' into impl/mod-card-moderation-options 2024-12-02 09:23:13 -05:00
d4136bfb92 update models and allow disabling modVersions 2024-11-28 21:02:30 -05:00
294ae61e79
Removes deleted mods during import operation 2024-11-25 22:43:59 -05:00
85c404bd5b
Merge branch 'develop' 2024-11-25 16:13:36 -05:00
0bb71a39cb hide mods for normal users
also, allow enabling mods, and add ribbons to disabled mods
2024-11-23 18:55:51 -05:00
593951b409 remove disabled scope 2024-11-23 11:27:10 -05:00
f9378b2044 setup and style dropdown options 2024-11-22 14:28:13 -05:00
a7e545d3c1 get component on the card
things are moving slow here because I'm a busy bee it seems these days
:(
2024-11-20 16:05:35 -05:00
e2e764fce7 Merge remote-tracking branch 'upstream/develop' into impl/mod-card-moderation-options 2024-10-28 09:45:13 -04:00
7559c85276
API Mod Download Links
Adds the tracked download links to the API.
2024-10-12 13:20:40 -06:00
f00c1a136b
Prevents the API From Lazy Loading 2024-10-12 13:19:54 -06:00
08e4acaf04
Resolves Follow Refresh Issue 2024-10-12 13:18:49 -06:00
4b4abceb1f
Model Type Casting 2024-10-12 13:18:04 -06:00
d4d0a1495a
User About Markdown Formatting 2024-10-12 13:09:42 -06:00
7eed2e6a07
Sync User About Us Text 2024-10-09 22:24:56 -06:00
a3c4fed437
Hydrate Auth Follows
This change hydrates the authFollowerIds on component render.
2024-10-09 14:15:01 -06:00
8e8a654133 add livewire component 2024-10-08 13:15:12 -04:00
39820b83d6 undo my dumbness :)
going to use a livewire component as per my masters request (he big
brain unlike me)
2024-10-08 11:49:26 -04:00
fa97936ddb no delete for moderators
also add update
2024-10-08 09:42:23 -04:00
d2de62a7d3 implement mod delete functions 2024-10-08 09:24:44 -04:00
b895cdc922
Mod Listing Page - Default Value Method
Small refactor to use a method to fetch the default value for SPT Version filters.
2024-10-07 09:54:39 -06:00
75b8be1e1e
Mod Filter Page - Per Page Option - Validate Value
This change validates the input of the per page option so that it has to be one of the provided options. If an option does not match a provided option, it's set to the closest available option. For example, manually setting it to 100000 in the URL param will have it automatically set to the largest option, 50, while manually setting it to 1 will change it to 6, the smallest option.

Also made some small language adjustments to get everything to fit a little nicer in the mobile views.
2024-10-07 09:53:30 -06:00
53e3fd36da Merge pull request 'Add Results Per Page Dropdown to Mods Index Page' (#55) from waffle.lord/forge:impl/results-per-page into listing-per-page
Reviewed-on: SPT/forge#55
2024-10-07 03:59:46 +00:00
8448e54f7c
Loads relationship when building download link. 2024-10-06 21:56:32 -06:00
348e7aa532
Saves Filter Data in Session
Adds back in the Session attribute. Apparently if you add it first, before the Url attribute, you can alter the variables in the URL and the changes will stick around.
2024-10-06 20:19:48 -06:00
18ce8754c2
User Profile Follow Component Mobile Optimization 2024-10-05 14:32:25 -04:00
80f3da13b9
Optimize User Follow Components
Much better, still not perfect. The mobile and the desktop components are being rendered twice, and each of their methods are running twice as well. Going to see if I can modify the structure to get away with only using one.
2024-10-05 14:09:22 -04:00
755aad8da6
Hub Import Mod Removal
Removes mods that are no longer on the hub.
2024-10-03 16:11:26 -04:00
2b7b38808d Merge remote-tracking branch 'upstream/develop' into impl/results-per-page 2024-10-03 14:58:49 -04:00
1521e50dcb
Eager Load User Relationships in Scout Model Method 2024-10-01 09:25:05 -04:00
293e52726b
Eager Load Mod Relationships in Scout Model Methods 2024-10-01 09:20:17 -04:00
de63309649 Merge remote-tracking branch 'upstream/develop' into impl/results-per-page 2024-10-01 08:47:39 -04:00
41555ca674
Eager Loading SPT Versions 2024-09-30 23:47:04 -04:00