Commit Graph

21 Commits

Author SHA1 Message Date
Roardom 72a1e1a885 refactor: rename warnings/bans/notes <-> user/staff relations
These relations are older than the laravel convention for using camel case. Clean up their names to match modern styling and make them easier to read.
2025-11-08 10:23:22 +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 564043b20e add: updated timestamp to user notes panel 2024-05-25 13:14:01 +00:00
Roardom b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie 78d5f917e4 PHP Style Change (Laravel Pint CI) 2024-04-26 02:38:39 +00:00
HDVinnie 34e36694bb fix: #3752
- closes #3752
2024-04-25 22:37:36 -04:00
HDVinnie 71c5a3ebcb patch: livewire url attributes 2024-03-06 02:02:05 -05:00
HDVinnie 88a2aff510 update: livewire attributes 2024-03-04 01:18:53 -05:00
HDVinnie bde593e48b update: livewire 2024-03-03 22:41:29 -05:00
Roardom 41081e927c add: ability to edit user notes 2024-02-01 12:36:28 +00:00
Roardom fe31076104 Reapply "Merge pull request #3380 from Roardom/livewire-types"
This reverts commit b4a9dfea8b.
2024-01-24 08:03:05 +00:00
HDVinnie b4a9dfea8b Revert "Merge pull request #3380 from Roardom/livewire-types"
This reverts commit a4e1a1bc62, reversing
changes made to 10982c68bd.
2024-01-14 16:18:08 -05:00
Roardom b6a3917575 fix: add type hints to Livewire computed properties 2024-01-14 11:35:55 +00:00
Roardom 10b1d38048 fix: user notes cancel button
Previously, the cancel button was also sending the submit event. Now we listen on the save button directly to store the note. We also now validate the property before it's stored.
2023-07-07 19:34:29 +00:00
HDVinnie 5232781f03 Merge pull request #2840 from Roardom/code-cleanup-3
(Refactor) Code Cleanup
2023-06-19 20:14:57 -04:00
Roardom b5493c5642 refactor: swap where('id', '=', ) for find() 2023-06-19 23:18:40 +00:00
HDVinnie 2a3ee4a045 remove: dead livewire component function 2023-06-19 10:07:56 -04:00
HDVinnie 57c9bfcda3 cleanup: livewire files 2023-05-22 19:52:56 -04:00
Roardom 6e64801e88 update: user profile views 2023-04-27 12:00:49 +00:00