Commit Graph

98 Commits

Author SHA1 Message Date
2bfbca0777 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-07-30 20:39:21 +02:00
1addfb96a9 Fix streaming follow update
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1469
2023-07-22 16:38:34 -05:00
35319747fa Merge remote-tracking branch 'soapbox/develop' into lexical
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-21 23:56:48 +02:00
31e5f860d9 Add useSuggest hook
https://gitlab.com/soapbox-pub/soapbox/-/issues/1483
2023-07-21 12:36:02 -05:00
6188d44e56 useEntity: don't refetch when there's an error 2023-07-20 15:17:44 -05:00
fdcdd8d4d7 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-07-17 23:42:50 +02:00
5161b3cba9 Merge remote-tracking branch 'soapbox/develop' into lexical
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-04 23:37:56 +02:00
bcac58b9c3 Redirect to login when groups or accounts 403 2023-06-29 15:10:45 -05:00
e3fa58c0da Support Group mutes 2023-06-27 09:24:03 -04:00
989d99f908 Add useBatchedEntities hook for relationships 2023-06-25 15:57:38 -05:00
9f53a81fa1 Add useTransaction hook 2023-06-23 14:12:12 -05:00
65f8299c1f EntityStore: change error type from any to unknown 2023-06-23 11:35:16 -05:00
ad1718b5f9 Add useFollow, useChangeEntity hooks 2023-06-22 23:17:40 -05:00
e01ee84ee9 ProfileHoverCard: use useAccount hook, add usePatronUser hook 2023-06-21 16:20:07 -05:00
412fe84d13 FIX THE TYPE ERRORS 2023-06-20 14:24:39 -05:00
66395d44af Merge remote-tracking branch 'soapbox/develop' into lexical 2023-06-16 23:30:34 +02:00
53988e2581 Prevent lookup if not enabled 2023-06-02 10:28:10 -04:00
65db6f503d Merge remote-tracking branch 'soapbox/develop' into lexical 2023-05-16 22:14:22 +02:00
90f7c71256 Hide Group context in Compose button if not Group member 2023-05-11 14:41:31 -04:00
d4cb94b1c6 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-04-19 12:05:37 +02:00
c343cce5ea Merge remote-tracking branch 'origin/develop' into group-lookup 2023-04-17 15:55:05 -04:00
c5c5bd0d62 Add ability to update Group tags 2023-04-17 10:21:59 -04:00
2d52c8c3e4 Add support for Group tags 2023-04-17 10:21:23 -04:00
3d433c6a75 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-04-16 19:05:21 +02:00
5d29666b41 Add support for trending tags 2023-04-13 07:33:52 -04:00
cd890c8641 Handle error from API on Group Save 2023-04-12 16:56:56 -04:00
4e822a80dd Add useGroupLookup hook 2023-04-12 15:51:30 -05:00
17757ea326 Add useEntityLookup hook 2023-04-12 15:45:24 -05:00
b15640603c Lexical: Use in ComposeEventModal, style improvements, types
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-11 23:22:34 +02:00
7720df2ebe Merge remote-tracking branch 'origin/develop' into group-gallery 2023-04-11 11:01:37 -05:00
3d7cccd984 EntityStore: allow customizing import position 2023-04-11 10:04:31 -05:00
ce0557546a Groups: add group gallery 2023-04-10 15:22:08 -05:00
0c45889206 useEntities: drop X-Total-Count if it's less than the number of entities in the response (that doesn't make sense) 2023-04-04 16:02:44 -05:00
87fd56ffee Merge branch 'fix-search-groups' into 'develop'
Add 'path' to dep list

See merge request soapbox-pub/soapbox!2400
2023-04-04 18:23:12 +00:00
8cca3c4e6e Merge remote-tracking branch 'origin/develop' into group-modal 2023-04-04 12:29:51 -05:00
3d1c0fa813 Fix groups index being updated when a new group is created 2023-04-04 11:16:26 -05:00
909f294165 Add 'path' to dep list 2023-04-04 11:58:34 -04:00
a486b317d4 Fetch account and relationship with entity store 2023-04-04 08:11:03 -04:00
a4992eec4d isLoading --> isSubmitting for action hooks 2023-04-03 15:19:10 -05:00
659c186394 ManageGroupModal: use internal state instead of Redux 2023-04-03 15:06:20 -05:00
a530ec0202 EntityStore: switch all hooks to use a callback function 2023-03-23 19:22:26 -05:00
9d12173b87 Add useLoading hook 2023-03-23 18:44:44 -05:00
aa7e2f6965 Refactor hooks with useEntityRequest 2023-03-23 16:22:15 -05:00
45c12e9b65 Make EntityCallbacks a generic function 2023-03-23 16:09:04 -05:00
7248331742 Add useEntityRequest hook 2023-03-23 16:04:42 -05:00
ac9718e6ed Return isLoading from useCreateEntity and useDeleteEntity 2023-03-23 15:30:45 -05:00
1b569b6c82 useEntity: accept an EntityRequest object 2023-03-23 15:15:04 -05:00
b4c3248791 useEntityActions: fix isLoading 2023-03-23 15:09:00 -05:00
1c5a6d8b41 useDeleteEntity: refactor with EntityRequest 2023-03-23 15:05:34 -05:00
50f65bc7c9 useCreateEntity: pass an EntityRequest, refactor 2023-03-23 14:52:38 -05:00