Commit Graph

20 Commits

Author SHA1 Message Date
HDVinnie d58cf8b8e8 Merge pull request #3622 from Roardom/forum-open-topic-only
(Update) Set default topic state filter per forum
2024-03-06 18:35:01 -05:00
Roardom eda5f28d4c update: set default topic state filter per forum
Useful for forums dedicated to fixing bugs or adding suggestions. This way, topics can be closed when bugs are fixed or suggestions are implemented, and opening the forum only shows relevant bugs/suggestions by default. Topics with different states can be accessed by changing the filter back to `Any`.
2024-03-06 12:02:23 +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 bde593e48b update: livewire 2024-03-03 22:41:29 -05:00
Roardom 6e5b3d9e3b refactor: use scope for forum authorization 2024-02-25 10:23:56 +00:00
Roardom 45abd69c9d update: keep track of current post being read in a forum topic 2024-02-14 01:07:49 +00:00
Roardom f30dec4a0c update: remove show_forum permission
This permission is used the same as the `read_topic` permission.
2024-02-10 19:50:05 +00:00
Roardom 834d438281 update: normalize forums a little more
We already make most of these queries anyways, and we'll need these foriegn keys when implementing future forum features like 'catch up'.
2024-02-09 16:44:52 +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 7037200377 fix: Livewire queryString type hint 2024-01-14 11:35:55 +00:00
Roardom b6a3917575 fix: add type hints to Livewire computed properties 2024-01-14 11:35:55 +00:00
Roardom 0da9cef272 fix: specify primitive data types for Livewire properties 2024-01-14 11:35:55 +00:00
Roardom 65bc9381c5 add: query strings to forum searches 2023-07-30 06:10:23 +00:00
Roardom 2b53181e7a update: scroll to top when browsing next forum page 2023-07-19 22:00:36 +00:00
Roardom 3b46c7819b refactor: use route model binding for user routes 2023-07-07 00:28:47 +00:00
Roardom 8824abd9d5 update: forums 2023-05-08 01:30:43 +00:00
HDVinnie e3a6c22197 chore: linting 2023-02-08 21:15:39 -05:00
Roardom f3297917bb update: use livewire for forums 2023-02-08 18:14:14 -06:00