13 Commits

Author SHA1 Message Date
Roardom
ee61a9fa33 refactor: use php set property hooks for livewire lifecycle hooks
In cases where the property is modified by reference, we can use native php property hooks.
2025-09-18 08:34:55 +00:00
Roardom
61c0c29e9f refactor: use php 8.4 property hooks for livewire computed properties
Less magic, and works well. Saw this trick in the Laracon US 2025 Livewire presentation.
2025-08-16 10:48:12 +00:00
Roardom
8122c6a5bc fix: phpstan pagination generics 2025-03-02 09:14:09 +00:00
Roardom
bd9f820153 fix: phpstan livewire pagination types 2024-07-09 12:24:34 +00:00
Roardom
b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie
71c5a3ebcb patch: livewire url attributes 2024-03-06 02:02:05 -05:00
HDVinnie
2fa847f6a8 remove: dead code 2024-03-04 16:21:58 -05:00
HDVinnie
b43c524ff2 PHP Style Change (Laravel Pint CI) 2024-03-04 03:42:21 +00:00
HDVinnie
bde593e48b update: livewire 2024-03-03 22:41:29 -05:00
HDVinnie
51d59f1e73 Merge pull request #3420 from Roardom/fast-default-torrent-download-search-group
(Update) Use fast default filter for torrent download search group
2024-01-23 08:21:20 -05:00
Roardom
b8cd0e5f36 update: use fast default filter for torrent download search group 2024-01-23 12:16:58 +00:00
Roardom
23dd44adf3 fix: unable to clear date filter fields on torrent search 2024-01-23 12:10:51 +00:00
Roardom
d70683a327 add: staff torrent download search 2024-01-18 12:29:36 +00:00