Commit Graph

8659 Commits (ff3c0c5cd7584abb7536ad8cd6b5bd4544f92181)
 

Author SHA1 Message Date
Alex Gleason b4c3248791
useEntityActions: fix isLoading
2 years ago
Alex Gleason 1c5a6d8b41
useDeleteEntity: refactor with EntityRequest
2 years ago
Alex Gleason 50f65bc7c9
useCreateEntity: pass an EntityRequest, refactor
2 years ago
Chewbacca 30ef70440f Add ability to report a Group
2 years ago
Alex Gleason ad3f8acbe5
EntityStore: allow passing an EntityRequest object to useEntities
2 years ago
Alex Gleason 948d66bcab Merge branch 'group-requests' into 'develop'
2 years ago
Alex Gleason 4783a41b78
useDeleteEntity: support onSuccess callback
2 years ago
Alex Gleason 1949651b9a
Merge remote-tracking branch 'origin/develop' into group-requests
2 years ago
Alex Gleason 75b0262f9a
Move pendingCount logic to useEntities
2 years ago
Alex Gleason 2674c060ad
GroupMembers: showLoading if pending members are being fetched
2 years ago
Alex Gleason 6929975aaa
useIncrementEntity: fix optimistic counter
2 years ago
Alex Gleason 402daec9c3
Add useIncrementEntity hook
2 years ago
Alex Gleason c5b1f23bda
GroupMembers: use X-Total-Count if available
2 years ago
Alex Gleason c4d0dd568e
EntityStore: let totalCount be undefined, don't try to set it from the local count
2 years ago
Alex Gleason f016ac1e6d
GroupMembershipRequests: invalidate query upon authorize/reject
2 years ago
Alex Gleason cb8363d179
EntityStore: make fetching the first page override the old list
2 years ago
Alex Gleason e2510489c5
EntityStore: support query invalidation
2 years ago
Alex Gleason a256665aad
EntityStore: add support for X-Total-Count from the API
2 years ago
Alex Gleason 1eed61c386
GroupMembershipRequests: don't clear dismissed entries until new content is fetched
2 years ago
Alex Gleason b47cdb368f
useGroupMembershipRequests: use useDismissEntity hooks
2 years ago
Alex Gleason 61fb434a54
Improve API of parseEntitiesPath
2 years ago
Alex Gleason 8f67d2c76f
EntityStore: consolidate types, fix type of "path"
2 years ago
Alex Gleason d2fd9e0387
Export new entity hooks
2 years ago
Alex Gleason b127025167
Move useCreateEntity into its own hook as well, because why not
2 years ago
Alex Gleason b76559f24a
Add useDismissEntity hook, update useDeleteEntity to match
2 years ago
Alex Gleason 3d72e6305f
EntityStory: add dismissEntities action for deleting ids from a list
2 years ago
Alex Gleason 4049de50aa
Add separate useDeleteEntity hook accepting a callback
2 years ago
Alex Gleason ee1b1b4397
GroupMembers: fix pending row borders and dark mode
2 years ago
Alex Gleason 1954848c65
Tabs: vertically center the counter
2 years ago
Alex Gleason 71c7c4adc7 Merge branch 'group-widgets' into 'develop'
2 years ago
Alex Gleason cc2fbc0208 Merge branch 'redirect-group-posts' into 'develop'
2 years ago
Chewbacca f7a964e6ee Merge branch 'delete-group' into 'develop'
2 years ago
Chewbacca 32ca5f09ee I18n
2 years ago
Chewbacca ad98bf45cc Add hook to delete Group
2 years ago
Alex Gleason 65070f6519
Add MyGroupsPanel, improve layout on various group pages
2 years ago
Alex Gleason 69d667d6c6
"Authorized" --> "Approved"
2 years ago
Alex Gleason be7a462fc4 Merge branch 'edit-group-fixes' into 'develop'
2 years ago
Alex Gleason f61e0d889a
"Blocked members" --> "Banned members"
2 years ago
Alex Gleason cc3585f319
Manage group: add headers
2 years ago
Alex Gleason f369a7c765
Use "danger" text for deleting account and group
2 years ago
Alex Gleason a8be701ea0
Fix PendingGroupsRow test
2 years ago
Alex Gleason 2196d9e3e5
yarn i18n
2 years ago
Alex Gleason fb8d543f7c
Redirect group statuses to a custom path
2 years ago
Alex Gleason b87af6a71c
AuthorizeRejectButtons: fix styles, make less fragile
2 years ago
Alex Gleason 3a12b316d9
GroupPage: add pending members counter
2 years ago
Alex Gleason 9ca384dcd7
Card: fix back button not having a rounded border
2 years ago
Alex Gleason 4f5866d43f
CHANGELOG: authorize/reject buttons
2 years ago
Alex Gleason 5774516ea0
Reorganize GroupMembershipRequests a little
2 years ago
Alex Gleason d4e9fddd02
Update usage of AuthorizeRejectButtons in group membership requests
2 years ago
Alex Gleason 7a06c7f92c
Use AuthorizeReject buttons for follow requests
2 years ago