Alex Gleason
|
9367b16200
|
AuthorizeRejectButtons: swap out icon during action countdown
|
2023-03-27 15:34:02 -05:00 |
|
Alex Gleason
|
6f705a827e
|
AuthorizeRejectButtons: add countdown functionality
|
2023-03-27 15:31:13 -05:00 |
|
Chewbacca
|
ff5eb736fc
|
Merge branch 'report-group' into 'develop'
Add ability to report a Group
See merge request soapbox-pub/soapbox!2375
|
2023-03-27 18:06:35 +00:00 |
|
|
f6cee79c0e
|
lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-26 21:58:46 +02:00 |
|
|
bf8c454c23
|
Update en.json
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-25 23:18:38 +01:00 |
|
|
12f3b4fbc3
|
Support Friendica dislikes, quotes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-25 23:16:40 +01:00 |
|
|
96a8bcdf82
|
Friendica dislikes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-25 12:14:53 +01:00 |
|
|
4990e1eaa7
|
Check version for Friendica features
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-25 10:02:21 +01:00 |
|
|
52172c923f
|
Actually fix version parsing for Friendica
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-25 09:43:27 +01:00 |
|
|
01359ca592
|
Update features.ts for Friendica
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-25 09:01:58 +01:00 |
|
Alex Gleason
|
818b10efc3
|
Remove stray whitespace
|
2023-03-23 19:24:20 -05:00 |
|
Alex Gleason
|
a530ec0202
|
EntityStore: switch all hooks to use a callback function
|
2023-03-23 19:22:26 -05:00 |
|
Alex Gleason
|
9d12173b87
|
Add useLoading hook
|
2023-03-23 18:44:44 -05:00 |
|
Alex Gleason
|
aa7e2f6965
|
Refactor hooks with useEntityRequest
|
2023-03-23 16:22:15 -05:00 |
|
Alex Gleason
|
45c12e9b65
|
Make EntityCallbacks a generic function
|
2023-03-23 16:09:04 -05:00 |
|
Alex Gleason
|
7248331742
|
Add useEntityRequest hook
|
2023-03-23 16:04:42 -05:00 |
|
Alex Gleason
|
ac9718e6ed
|
Return isLoading from useCreateEntity and useDeleteEntity
|
2023-03-23 15:30:45 -05:00 |
|
Alex Gleason
|
1b569b6c82
|
useEntity: accept an EntityRequest object
|
2023-03-23 15:15:04 -05:00 |
|
Alex Gleason
|
b4c3248791
|
useEntityActions: fix isLoading
|
2023-03-23 15:09:00 -05:00 |
|
Alex Gleason
|
1c5a6d8b41
|
useDeleteEntity: refactor with EntityRequest
|
2023-03-23 15:05:34 -05:00 |
|
Alex Gleason
|
50f65bc7c9
|
useCreateEntity: pass an EntityRequest, refactor
|
2023-03-23 14:52:38 -05:00 |
|
Chewbacca
|
30ef70440f
|
Add ability to report a Group
|
2023-03-23 15:17:44 -04:00 |
|
Alex Gleason
|
ad3f8acbe5
|
EntityStore: allow passing an EntityRequest object to useEntities
|
2023-03-23 14:14:53 -05:00 |
|
Alex Gleason
|
4783a41b78
|
useDeleteEntity: support onSuccess callback
|
2023-03-23 10:45:49 -05:00 |
|
Alex Gleason
|
1949651b9a
|
Merge remote-tracking branch 'origin/develop' into group-requests
|
2023-03-23 10:23:06 -05:00 |
|
Alex Gleason
|
75b0262f9a
|
Move pendingCount logic to useEntities
|
2023-03-22 21:28:48 -05:00 |
|
Alex Gleason
|
2674c060ad
|
GroupMembers: showLoading if pending members are being fetched
|
2023-03-22 20:26:53 -05:00 |
|
Alex Gleason
|
6929975aaa
|
useIncrementEntity: fix optimistic counter
|
2023-03-22 19:58:40 -05:00 |
|
Alex Gleason
|
402daec9c3
|
Add useIncrementEntity hook
|
2023-03-22 19:45:34 -05:00 |
|
Alex Gleason
|
c5b1f23bda
|
GroupMembers: use X-Total-Count if available
|
2023-03-22 19:22:12 -05:00 |
|
Alex Gleason
|
c4d0dd568e
|
EntityStore: let totalCount be undefined, don't try to set it from the local count
|
2023-03-22 19:11:11 -05:00 |
|
Alex Gleason
|
f016ac1e6d
|
GroupMembershipRequests: invalidate query upon authorize/reject
|
2023-03-22 18:48:24 -05:00 |
|
Alex Gleason
|
cb8363d179
|
EntityStore: make fetching the first page override the old list
|
2023-03-22 18:47:10 -05:00 |
|
Alex Gleason
|
e2510489c5
|
EntityStore: support query invalidation
|
2023-03-22 18:17:28 -05:00 |
|
Alex Gleason
|
a256665aad
|
EntityStore: add support for X-Total-Count from the API
|
2023-03-22 17:39:58 -05:00 |
|
Alex Gleason
|
1eed61c386
|
GroupMembershipRequests: don't clear dismissed entries until new content is fetched
|
2023-03-22 16:42:08 -05:00 |
|
Alex Gleason
|
b47cdb368f
|
useGroupMembershipRequests: use useDismissEntity hooks
|
2023-03-22 16:31:49 -05:00 |
|
Alex Gleason
|
61fb434a54
|
Improve API of parseEntitiesPath
|
2023-03-22 16:12:05 -05:00 |
|
Alex Gleason
|
8f67d2c76f
|
EntityStore: consolidate types, fix type of "path"
|
2023-03-22 16:06:10 -05:00 |
|
Alex Gleason
|
d2fd9e0387
|
Export new entity hooks
|
2023-03-22 15:32:56 -05:00 |
|
Alex Gleason
|
b127025167
|
Move useCreateEntity into its own hook as well, because why not
|
2023-03-22 15:31:58 -05:00 |
|
Alex Gleason
|
b76559f24a
|
Add useDismissEntity hook, update useDeleteEntity to match
|
2023-03-22 14:40:18 -05:00 |
|
Alex Gleason
|
3d72e6305f
|
EntityStory: add dismissEntities action for deleting ids from a list
|
2023-03-22 14:34:10 -05:00 |
|
Alex Gleason
|
4049de50aa
|
Add separate useDeleteEntity hook accepting a callback
|
2023-03-22 14:08:08 -05:00 |
|
Alex Gleason
|
ee1b1b4397
|
GroupMembers: fix pending row borders and dark mode
|
2023-03-22 13:47:18 -05:00 |
|
Alex Gleason
|
1954848c65
|
Tabs: vertically center the counter
|
2023-03-22 13:23:45 -05:00 |
|
Alex Gleason
|
71c7c4adc7
|
Merge branch 'group-widgets' into 'develop'
Add MyGroupsPanel, improve layout on various group pages
See merge request soapbox-pub/soapbox!2374
|
2023-03-22 16:03:02 +00:00 |
|
Alex Gleason
|
cc2fbc0208
|
Merge branch 'redirect-group-posts' into 'develop'
Redirect group statuses to a custom path
See merge request soapbox-pub/soapbox!2371
|
2023-03-22 16:02:58 +00:00 |
|
Chewbacca
|
32ca5f09ee
|
I18n
|
2023-03-22 11:23:35 -04:00 |
|
Chewbacca
|
ad98bf45cc
|
Add hook to delete Group
|
2023-03-22 11:20:03 -04:00 |
|
Alex Gleason
|
65070f6519
|
Add MyGroupsPanel, improve layout on various group pages
|
2023-03-21 16:34:15 -05:00 |
|
Alex Gleason
|
ec72ac0db8
|
yarn i18n
|
2023-03-21 16:09:40 -05:00 |
|
Alex Gleason
|
be32a0c1a0
|
Textarea: add a character counter
|
2023-03-21 15:39:08 -05:00 |
|
Alex Gleason
|
69d667d6c6
|
"Authorized" --> "Approved"
|
2023-03-21 11:56:48 -05:00 |
|
Alex Gleason
|
f61e0d889a
|
"Blocked members" --> "Banned members"
|
2023-03-20 21:56:15 -05:00 |
|
Alex Gleason
|
cc3585f319
|
Manage group: add headers
|
2023-03-20 21:52:44 -05:00 |
|
Alex Gleason
|
f369a7c765
|
Use "danger" text for deleting account and group
|
2023-03-20 21:42:54 -05:00 |
|
Alex Gleason
|
a8be701ea0
|
Fix PendingGroupsRow test
|
2023-03-20 21:31:07 -05:00 |
|
Alex Gleason
|
2196d9e3e5
|
yarn i18n
|
2023-03-20 21:23:10 -05:00 |
|
Alex Gleason
|
fb8d543f7c
|
Redirect group statuses to a custom path
|
2023-03-20 20:57:49 -05:00 |
|
Alex Gleason
|
b87af6a71c
|
AuthorizeRejectButtons: fix styles, make less fragile
|
2023-03-20 20:11:21 -05:00 |
|
Alex Gleason
|
3a12b316d9
|
GroupPage: add pending members counter
|
2023-03-20 20:02:58 -05:00 |
|
Alex Gleason
|
9ca384dcd7
|
Card: fix back button not having a rounded border
|
2023-03-20 19:37:46 -05:00 |
|
Alex Gleason
|
5774516ea0
|
Reorganize GroupMembershipRequests a little
|
2023-03-20 19:32:24 -05:00 |
|
Alex Gleason
|
d4e9fddd02
|
Update usage of AuthorizeRejectButtons in group membership requests
|
2023-03-20 19:24:06 -05:00 |
|
Alex Gleason
|
7a06c7f92c
|
Use AuthorizeReject buttons for follow requests
|
2023-03-20 19:23:11 -05:00 |
|
Alex Gleason
|
28f5a88848
|
Use AuthorizeReject buttons for account approval
|
2023-03-20 19:22:55 -05:00 |
|
Alex Gleason
|
4de8926445
|
IAuthorizeRejectButtons: simplify component
|
2023-03-20 19:22:00 -05:00 |
|
Alex Gleason
|
f9ab9a45c2
|
AuthorizeRejectButtons: improve style of result message
|
2023-03-20 18:49:41 -05:00 |
|
Alex Gleason
|
fe64f9f84b
|
AuthorizeRejectButtons: improve button styles
|
2023-03-20 18:35:31 -05:00 |
|
Alex Gleason
|
7c7855e7a1
|
Groups: make authorize/reject use component state, update designs
|
2023-03-20 17:46:10 -05:00 |
|
Alex Gleason
|
1d9ed41fec
|
Add AuthorizeRejectButtons component
|
2023-03-20 17:45:52 -05:00 |
|
marcin mikołajczak
|
282afaa47f
|
Merge branch 'use-groups-condition' into 'develop'
Do not make requests to api/v1/groups if feature not available
See merge request soapbox-pub/soapbox!2363
|
2023-03-20 21:57:35 +00:00 |
|
|
7329c0bf25
|
Do not make requests to api/v1/groups if fffeature not available
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-20 22:42:27 +01:00 |
|
Alex Gleason
|
ca9a41f102
|
Use EntityStore for pending group requests
|
2023-03-20 16:41:12 -05:00 |
|
Chewbacca
|
babaa979f5
|
Merge branch 'move-mutations-to-entities' into 'develop'
Move Group mutations to entities
See merge request soapbox-pub/soapbox!2368
|
2023-03-20 21:35:37 +00:00 |
|
Alex Gleason
|
143a9eda44
|
Use PendingItemsRow for pending members, pass a prop to control its size
|
2023-03-20 16:26:40 -05:00 |
|
Alex Gleason
|
f6b28dd9c3
|
Abstract PendingItemsRow into its own component
|
2023-03-20 16:09:19 -05:00 |
|
Alex Gleason
|
3c06ba734b
|
Display pending counter in group member list
|
2023-03-20 16:03:41 -05:00 |
|
Alex Gleason
|
d08178f5fc
|
Groups: use entity store for pending requests
|
2023-03-20 15:54:06 -05:00 |
|
Alex Gleason
|
28a69ad88b
|
Ensure group_visibility param is passed when creating group
|
2023-03-20 15:30:13 -05:00 |
|
Chewbacca
|
e46a7e8f4a
|
Merge branch 'promote-to-admin' into 'develop'
Move Promote/Demote admin into entity store
See merge request soapbox-pub/soapbox!2359
|
2023-03-20 20:08:51 +00:00 |
|
Chewbacca
|
8b478c939a
|
Revert change
|
2023-03-20 16:08:29 -04:00 |
|
Alex Gleason
|
396f6ada1a
|
Merge branch 'emoji-floating-ui' into 'develop'
Emoji floating ui
Closes #1390 and #1398
See merge request soapbox-pub/soapbox!2367
|
2023-03-20 20:03:41 +00:00 |
|
Chewbacca
|
e42e0577f4
|
Move Group mutations to entities
|
2023-03-20 15:41:18 -04:00 |
|
Chewbacca
|
4a6433433f
|
Update translations
|
2023-03-20 15:41:12 -04:00 |
|
Chewbacca
|
4985db7dea
|
Update group roles to owner/admin/user
|
2023-03-20 15:41:12 -04:00 |
|
Chewbacca
|
89bdc9b4a1
|
Move Promote/Demote admin into entity store
|
2023-03-20 15:41:12 -04:00 |
|
Alex Gleason
|
ea4f707413
|
Fix offset of chat reaction wrapper
|
2023-03-20 13:57:29 -05:00 |
|
Alex Gleason
|
bc457b61d1
|
Merge branch 'edit-group' into 'develop'
Edit group
See merge request soapbox-pub/soapbox!2357
|
2023-03-20 18:41:52 +00:00 |
|
Alex Gleason
|
f8b20858a3
|
Chats: fix crash in emoji autosuggest
|
2023-03-19 19:59:46 -05:00 |
|
Alex Gleason
|
67ffe9609f
|
ChatTextarea: pass ref to child
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1390
|
2023-03-19 18:03:44 -05:00 |
|
Alex Gleason
|
47561e5c01
|
Enable custom emoji reacts on custom Pleroma forks
|
2023-03-19 17:53:14 -05:00 |
|
Alex Gleason
|
5c7c0ea1dd
|
EmojiSelector: switch to floating-ui
|
2023-03-19 17:52:45 -05:00 |
|
Alex Gleason
|
2b75dcacd2
|
EmojiPickerDropdownContainer: switch to floating-ui
|
2023-03-19 17:24:39 -05:00 |
|
Alex Gleason
|
813fd7f8ee
|
Delete proprietary groups image
|
2023-03-19 15:39:58 -05:00 |
|
marcin mikołajczak
|
9c80a50b95
|
Merge branch 'pending-status-gap' into 'develop'
Add missing gap to PendingStatus
See merge request soapbox-pub/soapbox!2361
|
2023-03-19 19:50:27 +00:00 |
|
|
049554db84
|
Add missing gap to PendingStatus
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-19 20:23:36 +01:00 |
|
|
38c99dbc48
|
Add tests from custom reacts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-19 19:22:05 +01:00 |
|
|
09a0a36935
|
Update tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-18 13:27:27 +01:00 |
|
|
179eb7fc99
|
Fix preview in reactions modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-18 11:55:00 +01:00 |
|
|
8b81838f2f
|
Support custom emoji reacts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-18 00:07:18 +01:00 |
|
Alex Gleason
|
c0a22205f7
|
Fix GroupActionButton test
|
2023-03-17 16:14:23 -05:00 |
|
Alex Gleason
|
e6621a802b
|
Make popular and suggested groups share the Group store
|
2023-03-16 13:18:36 -05:00 |
|
Alex Gleason
|
181bf23c34
|
Importer: use EntityStore enums
|
2023-03-16 13:15:00 -05:00 |
|
Alex Gleason
|
c51870af6e
|
Update some more groups stuff to use entities
|
2023-03-15 19:26:37 -05:00 |
|
Alex Gleason
|
1518e88904
|
Retrofit old Group actions to EntityStore
|
2023-03-15 18:37:50 -05:00 |
|
Alex Gleason
|
5871abd786
|
Make "Manage Group" use the EntityStore
|
2023-03-15 17:59:37 -05:00 |
|
Alex Gleason
|
7fffe59fb9
|
Allow "owner" permissions on group pages
|
2023-03-15 17:26:07 -05:00 |
|
Alex Gleason
|
1ab9b1d75c
|
EntityStore: optimistic deletion
|
2023-03-15 16:52:09 -05:00 |
|
Chewbacca
|
709edaefad
|
Merge branch 'block-group-members' into 'develop'
Use Entity Hooks for Blocking Group members
See merge request soapbox-pub/soapbox!2353
|
2023-03-15 20:42:40 +00:00 |
|
Alex Gleason
|
a83cfe7ddd
|
Merge branch 'entity-actions-delete' into 'develop'
useEntityActions: ensure the delete gets dispatched
See merge request soapbox-pub/soapbox!2354
|
2023-03-15 20:08:51 +00:00 |
|
Chewbacca
|
0fe48840e1
|
Merge branch 'popovers' into 'develop'
Add Popovers component
See merge request soapbox-pub/soapbox!2352
|
2023-03-15 20:06:50 +00:00 |
|
Alex Gleason
|
74ebd560e6
|
Revert useEntity array changes, do that in the schema parser
|
2023-03-15 14:19:13 -05:00 |
|
Alex Gleason
|
602a670b2e
|
useEntityActions: ensure the delete gets dispatched
|
2023-03-15 14:04:29 -05:00 |
|
Chewbacca
|
6b30671875
|
Add Account entity and improve Block/Ban support for Groups
|
2023-03-15 14:55:43 -04:00 |
|
Chewbacca
|
a99a7b2af5
|
Improve focus design for Danger buttons
|
2023-03-15 14:55:43 -04:00 |
|
Chewbacca
|
9dde71716f
|
Improve DropdownMenu API
|
2023-03-15 14:55:43 -04:00 |
|
Chewbacca
|
20ccd26a6e
|
Update Entity Store with bug fixes
|
2023-03-15 14:55:43 -04:00 |
|
Chewbacca
|
283935e837
|
Add popover component
|
2023-03-15 14:55:26 -04:00 |
|
gallegonovato
|
bbda49a31c
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (1520 of 1520 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/es/
|
2023-03-15 19:55:03 +01:00 |
|
Poesty Li
|
471f275dcb
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1520 of 1520 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-15 19:55:03 +01:00 |
|
Hosted Weblate
|
c5a548fa83
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
|
2023-03-15 19:55:03 +01:00 |
|
Poesty Li
|
e28e12cd60
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1520 of 1520 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-15 19:55:03 +01:00 |
|
gallegonovato
|
c9bd4291bb
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (1520 of 1520 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/es/
|
2023-03-15 19:55:03 +01:00 |
|
Chewbacca
|
af69c7564e
|
Merge branch 'group-avatar-ring' into 'develop'
Add GroupAvatar component
See merge request soapbox-pub/soapbox!2349
|
2023-03-15 18:54:47 +00:00 |
|
Alex Gleason
|
463dcd2c1e
|
Merge remote-tracking branch 'origin/develop' into create-group-hook
|
2023-03-14 14:56:46 -05:00 |
|
Alex Gleason
|
ac76af41b2
|
Add preliminary useEntityActions hook
|
2023-03-14 14:24:11 -05:00 |
|
Chewbacca
|
c8a4d63fc8
|
Add GroupAvatar component
|
2023-03-14 15:17:05 -04:00 |
|
Chewbacca
|
7070630eaf
|
useVersion -> useBackend
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
821b90c372
|
Add pages for Popular / Suggested Groups
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
1b542c3ed7
|
Use Entities enum
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
f4d2f42c01
|
Use new schema arg
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
7be8218f0c
|
Convert popular/suggested Groups to use Entities
|
2023-03-14 15:16:01 -04:00 |
|
Alex Gleason
|
50dadeb1b8
|
useEntities: support multiple list keys
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
99b7a1bdd7
|
Fix i18n
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
1d53f48904
|
Fix parser
|
2023-03-14 15:16:01 -04:00 |
|
Chewbacca
|
9d1c2df1a2
|
Use ZOD for group-members
|
2023-03-14 15:16:00 -04:00 |
|
Chewbacca
|
08f97a133e
|
Update blankslate for Group Timeline
|
2023-03-14 15:15:26 -04:00 |
|
Chewbacca
|
8a36561ec8
|
Use entities with Group Members
|
2023-03-14 15:15:26 -04:00 |
|
Alex Gleason
|
11d06e6b6e
|
useEntities: support multiple list keys
|
2023-03-14 15:15:26 -04:00 |
|
Alex Gleason
|
8f8807eb76
|
EntityStore: allow deleting entities
|
2023-03-14 14:14:48 -05:00 |
|
Chewbacca
|
3ca168dc8c
|
Fix exporting of types
|
2023-03-14 13:10:00 -04:00 |
|
Alex Gleason
|
6ac57910bf
|
Merge branch 'groupschema-tests' into 'develop'
Add group factory functions for tests, add a groupSchema test
See merge request soapbox-pub/soapbox!2344
|
2023-03-14 14:16:05 +00:00 |
|
Chewbacca
|
e173418041
|
Merge branch 'update-group-comps' into 'develop'
Update Group component with Join buttons
See merge request soapbox-pub/soapbox!2330
|
2023-03-14 14:13:46 +00:00 |
|
Chewbacca
|
39d61eabda
|
Merge branch 'entity-store-refactoring' into 'develop'
Entity store refactoring (improve performance, etc)
See merge request soapbox-pub/soapbox!2346
|
2023-03-14 14:12:14 +00:00 |
|
Alex Gleason
|
9df2bb4a86
|
EntityStore: add tests for reducer, improve types, ensure error gets added to state
|
2023-03-13 18:42:46 -05:00 |
|
Alex Gleason
|
b93a299009
|
useEntities(): refactor into smaller performant selectors and hooks
|
2023-03-13 17:53:54 -05:00 |
|
Alex Gleason
|
8547aeb517
|
Add useGetState hook
|
2023-03-13 17:45:35 -05:00 |
|
marcin mikołajczak
|
8c6ce74c46
|
Merge branch 'fix-locale-parser' into 'develop'
Fix locale parser
Closes #1393
See merge request soapbox-pub/soapbox!2343
|
2023-03-13 22:27:22 +00:00 |
|
Alex Gleason
|
a19b1e83a9
|
EntityStore: parse entities after fetch, not during render (performance)
|
2023-03-13 16:39:23 -05:00 |
|
Alex Gleason
|
e9ae8d2c45
|
Fix filteredArray logic
|
2023-03-13 16:37:40 -05:00 |
|
Alex Gleason
|
d0ceac9987
|
Pass zodSchema directly to entity hooks for safeParse validation
|
2023-03-13 16:23:11 -05:00 |
|
Alex Gleason
|
d12078a687
|
Use group factory functions in tests instead of normalizers
|
2023-03-13 14:55:59 -05:00 |
|
|
61ece4d271
|
Merge remote-tracking branch 'takver/fix-locale-parser' into fix-locale-parser
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-13 20:44:09 +01:00 |
|
Chewbacca
|
bced3d6632
|
Merge branch 'pending-groups' into 'develop'
Add support for pending Group Requests
See merge request soapbox-pub/soapbox!2327
|
2023-03-13 19:20:16 +00:00 |
|
Chewbacca
|
879ac883aa
|
Merge branch 'my-groups-blankslate' into 'develop'
Update blankslate to allow Group Creation
See merge request soapbox-pub/soapbox!2326
|
2023-03-13 19:10:14 +00:00 |
|
Alex Gleason
|
d747e323c6
|
Add basic groupSchema test
|
2023-03-13 14:03:50 -05:00 |
|
Alex Gleason
|
c3728dbddd
|
Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate
See merge request soapbox-pub/soapbox!2336
|
2023-03-13 18:29:09 +00:00 |
|
Alex Gleason
|
1922e889f7
|
Merge branch 'create-group' into 'develop'
Create group
See merge request soapbox-pub/soapbox!2325
|
2023-03-13 18:28:43 +00:00 |
|
Chewbacca
|
58527b0656
|
Update Group component with Join buttons
|
2023-03-13 14:27:35 -04:00 |
|
Chewbacca
|
737c43d847
|
Fix i18n
|
2023-03-13 14:27:21 -04:00 |
|
Chewbacca
|
f21f72461a
|
Add support for pending Group Requests
|
2023-03-13 14:27:21 -04:00 |
|
Chewbacca
|
83532aedba
|
Update blankslate to allow Group Creation
|
2023-03-13 14:27:21 -04:00 |
|
Chewbacca
|
cced90a780
|
Update blankslate to allow Group Creation
|
2023-03-13 14:26:42 -04:00 |
|
Poesty Li
|
466cf91b31
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1508 of 1508 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-13 19:08:29 +01:00 |
|
Hosted Weblate
|
c3dd9515bf
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
|
2023-03-13 19:08:29 +01:00 |
|
Poesty Li
|
bd7710677f
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1502 of 1502 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-13 19:08:28 +01:00 |
|
gallegonovato
|
8baecde992
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (1502 of 1502 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/es/
|
2023-03-13 19:08:28 +01:00 |
|
Hosted Weblate
|
43a204db50
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
|
2023-03-13 19:08:28 +01:00 |
|
Alex Gleason
|
607e6b1808
|
groupsSchema: refine --> transform
|
2023-03-13 12:05:56 -05:00 |
|
Chewbacca
|
a9b79f72b4
|
Revert "Fix useGroupsPath test"
This reverts commit 487604b15a .
|
2023-03-13 13:02:41 -04:00 |
|
Chewbacca
|
a0c67c9b6f
|
Fix Zod parsing error
|
2023-03-13 13:02:37 -04:00 |
|
Alex Gleason
|
487604b15a
|
Fix useGroupsPath test
|
2023-03-13 11:54:22 -05:00 |
|
Alex Gleason
|
5278c8eb0f
|
Merge remote-tracking branch 'origin/develop' into groups-zod
|
2023-03-13 11:05:21 -05:00 |
|
Chewbacca
|
a71aaca719
|
Fix translations
|
2023-03-13 11:36:08 -04:00 |
|
Chewbacca
|
bd4c99b697
|
Fix tests
|
2023-03-13 11:36:08 -04:00 |
|
Chewbacca
|
7ad2696f85
|
Move Join / Leave / Cancel group/request to mutations
|
2023-03-13 11:36:08 -04:00 |
|
Chewbacca
|
287fda6d6c
|
Improve error handling for Groups Discover page
|
2023-03-13 11:36:08 -04:00 |
|
Chewbacca
|
82da9ceeeb
|
Fix mock in tests
|
2023-03-13 10:07:23 -04:00 |
|
|
ea6be269bb
|
Fix: Long handles don't get truncated in Follow Requests menu
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-13 00:00:07 +01:00 |
|
Alex Gleason
|
ccec7f43e5
|
DurationSelector: actually, don't even do weird date stuff at all, LOL
|
2023-03-10 15:07:25 -06:00 |
|
Alex Gleason
|
bd49417210
|
Also, fix the variable names in DurationSelector
|
2023-03-10 15:04:44 -06:00 |
|
Alex Gleason
|
2b137c12cf
|
Comment out failing tests ¯\_(ツ)_/¯
|
2023-03-10 15:00:53 -06:00 |
|
Alex Gleason
|
de89a438cc
|
Make DurationSelector test work locally
|
2023-03-10 15:00:29 -06:00 |
|
Alex Gleason
|
1af67c3a25
|
members_count will never be null
|
2023-03-10 13:46:20 -06:00 |
|
Alex Gleason
|
6a2c64ae45
|
groupSchema: catch emojis
|
2023-03-10 13:41:47 -06:00 |
|
Alex Gleason
|
3d2331d20b
|
Make useGroups hooks use zod parser, update group types
|
2023-03-10 13:36:00 -06:00 |
|
Alex Gleason
|
5e8c92ed4d
|
groupSchema: refine --> transform, fix type of members_count
|
2023-03-10 13:13:54 -06:00 |
|
Alex Gleason
|
6be8d4d46e
|
Add groups schemas with zod
|
2023-03-10 12:42:49 -06:00 |
|
Alex Gleason
|
a0c1bd84c9
|
Merge branch 'group-entities' into 'develop'
EntityStore: Groups
See merge request soapbox-pub/soapbox!2333
|
2023-03-10 17:22:55 +00:00 |
|
Alex Gleason
|
cf541e83b3
|
Fix useGroupsPath test
|
2023-03-10 10:56:00 -06:00 |
|
marcin mikołajczak
|
b1471be142
|
Merge branch 'filters-v2' into 'develop'
filters v2
See merge request soapbox-pub/soapbox!2321
|
2023-03-10 11:03:46 +00:00 |
|
marcin mikołajczak
|
51524118d4
|
Merge branch 'gallery-load-more' into 'develop'
Fix load more button height on account gallery page
See merge request soapbox-pub/soapbox!2318
|
2023-03-10 10:52:00 +00:00 |
|
Alex Gleason
|
00c00b31fc
|
Merge branch 'compareDate' into 'develop'
Sort conversations by last status date rather than id
See merge request soapbox-pub/soapbox!2319
|
2023-03-10 01:45:18 +00:00 |
|
rurai10
|
29b75a29f0
|
Update file features.ts
|
2023-03-10 00:15:45 +00:00 |
|
Alex Gleason
|
be9d922047
|
Actually, do put relationships in their own list. And fix parsers not doing the right thing.
|
2023-03-09 15:35:50 -06:00 |
|
Alex Gleason
|
14a84e557c
|
Update useGroups queries with EntityStore improvements
|
2023-03-09 15:05:54 -06:00 |
|
Alex Gleason
|
fa2884c11b
|
EntityStore: fetch with useEntity automatically, accept refetch opt
|
2023-03-09 15:05:27 -06:00 |
|
|
1d64f934d9
|
Merge remote-tracking branch 'soapbox/develop' into filters-v2
|
2023-03-09 21:49:57 +01:00 |
|
Alex Gleason
|
ad583c89f8
|
EntityStore: allow passing an undefined endpoint (to skip fetch), prevent race conditions in isFetching
|
2023-03-09 14:44:54 -06:00 |
|
Alex Gleason
|
a3b1f541bc
|
EntityStore: support staleTime option (automatically fetch)
|
2023-03-09 14:20:04 -06:00 |
|
Alex Gleason
|
d883f2f5bd
|
Group hooks: use new parser opt
|
2023-03-09 12:36:20 -06:00 |
|
Alex Gleason
|
250b009635
|
EntityStore: allow passing a parser function to parse the entities
|
2023-03-09 12:32:50 -06:00 |
|
Alex Gleason
|
9964491da5
|
First draft of GroupRelationship entity hooks
|
2023-03-09 11:47:24 -06:00 |
|
Alex Gleason
|
8923e7b5d0
|
Combine group hooks into one useGroups file
|
2023-03-09 11:24:53 -06:00 |
|
Alex Gleason
|
4c6d13e4ef
|
Use EntityStore for Groups
|
2023-03-09 11:21:27 -06:00 |
|
Alex Gleason
|
c492af7042
|
Merge remote-tracking branch 'origin/develop' into entity-store
|
2023-03-09 10:43:58 -06:00 |
|
Tassoman
|
ae1287ae82
|
Translated using Weblate (Italian)
Currently translated at 99.8% (1486 of 1488 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/it/
|
2023-03-09 17:37:54 +01:00 |
|
Alex Gleason
|
bed26727c1
|
yarn i18n
|
2023-03-09 10:16:04 -06:00 |
|
oakes
|
332be25784
|
Sort conversations by last status date rather than id
|
2023-03-09 10:49:59 -05:00 |
|
Alex Gleason
|
d1531b832d
|
Truncate Nostr pubkeys in reply mentions
|
2023-03-08 19:56:24 -06:00 |
|
Alex Gleason
|
c75ce58792
|
Fix instance test
|
2023-03-08 14:50:15 -06:00 |
|
Alex Gleason
|
01343bbe0a
|
Add copy and share links to group confirmation step
|
2023-03-08 14:46:24 -06:00 |
|
Alex Gleason
|
2a9f05a765
|
Create Group: add info items to confirmation step
|
2023-03-08 14:10:09 -06:00 |
|
Alex Gleason
|
d7f5e210d8
|
Groups: scaffold the confirmation step
|
2023-03-08 13:43:16 -06:00 |
|
Alex Gleason
|
925509a985
|
Fix groups modal bailing too soon
|
2023-03-08 12:20:20 -06:00 |
|
Alex Gleason
|
63df638630
|
Create Group: enforce max limit on description and name
|
2023-03-08 12:00:28 -06:00 |
|
gallegonovato
|
b9ac2084c2
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (1488 of 1488 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/es/
|
2023-03-08 00:38:28 +01:00 |
|
|
d969c91c76
|
Update filter preview
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-08 00:02:17 +01:00 |
|
Poesty Li
|
334f93f2b1
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1488 of 1488 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-06 19:46:15 +01:00 |
|
Poesty Li
|
1d94d2ec9f
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1488 of 1488 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-06 19:46:15 +01:00 |
|
Poesty Li
|
57da9102cf
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1488 of 1488 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-06 19:46:15 +01:00 |
|
Hosted Weblate
|
f9523d7afd
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
|
2023-03-06 19:46:15 +01:00 |
|
Poesty Li
|
050f4130bb
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1479 of 1479 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-06 19:46:15 +01:00 |
|
Isabell De Inschnitzel
|
3ef34b1695
|
Translated using Weblate (German)
Currently translated at 97.3% (1440 of 1479 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/de/
|
2023-03-06 19:46:15 +01:00 |
|
Poesty Li
|
aca7bb63a5
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (1476 of 1479 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
|
2023-03-06 19:46:14 +01:00 |
|
Hosted Weblate
|
41a1923ca5
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
|
2023-03-06 19:46:14 +01:00 |
|
marcin mikołajczak
|
d2ca2da10a
|
Translated using Weblate (Polish)
Currently translated at 92.3% (1357 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
|
2023-03-06 19:46:14 +01:00 |
|
Tassoman
|
e7e3ef86a3
|
Translated using Weblate (Italian)
Currently translated at 100.0% (1470 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/it/
|
2023-03-06 19:46:14 +01:00 |
|
Simen
|
f2eaccf0f2
|
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1470 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/nb_NO/
|
2023-03-06 19:46:14 +01:00 |
|
Simen
|
e87bb3d0ae
|
Translated using Weblate (Norwegian Bokmål)
Currently translated at 79.5% (1169 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/nb_NO/
|
2023-03-06 19:46:14 +01:00 |
|
ruine
|
4e9e85a60b
|
Translated using Weblate (Japanese)
Currently translated at 82.7% (1217 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ja/
|
2023-03-06 19:46:14 +01:00 |
|
ruine
|
905c1a47ac
|
Translated using Weblate (Japanese)
Currently translated at 82.7% (1217 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ja/
|
2023-03-06 19:46:14 +01:00 |
|
marcin mikołajczak
|
4e779742fc
|
Translated using Weblate (Polish)
Currently translated at 92.3% (1357 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
|
2023-03-06 19:46:14 +01:00 |
|
Tassoman
|
3b3a7653b1
|
Translated using Weblate (Italian)
Currently translated at 100.0% (1470 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/it/
|
2023-03-06 19:46:14 +01:00 |
|
Oukiki Saleh
|
1e6be8fa0f
|
Translated using Weblate (Arabic)
Currently translated at 99.3% (1460 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
Oukiki Saleh
|
d6d7398576
|
Translated using Weblate (Arabic)
Currently translated at 99.1% (1458 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
Oukiki Saleh
|
edf3b093af
|
Translated using Weblate (Arabic)
Currently translated at 93.3% (1372 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
gallegonovato
|
95f4aee356
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (1470 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/es/
|
2023-03-06 19:46:14 +01:00 |
|
Mr.Narsus
|
f8e05013fd
|
Translated using Weblate (Arabic)
Currently translated at 91.9% (1351 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
Oukiki Saleh
|
08b59ea58f
|
Translated using Weblate (Arabic)
Currently translated at 91.9% (1351 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
Mr.Narsus
|
483aa96b33
|
Translated using Weblate (Arabic)
Currently translated at 89.3% (1313 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
Oukiki Saleh
|
fce046df8f
|
Translated using Weblate (Arabic)
Currently translated at 89.3% (1313 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:14 +01:00 |
|
Oukiki Saleh
|
5ab98da220
|
Translated using Weblate (Arabic)
Currently translated at 89.3% (1313 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:13 +01:00 |
|
Mr.Narsus
|
4e8130667a
|
Translated using Weblate (Arabic)
Currently translated at 89.3% (1313 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:13 +01:00 |
|
Mr.Narsus
|
725750ca7d
|
Translated using Weblate (Arabic)
Currently translated at 89.3% (1313 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:13 +01:00 |
|
Oukiki Saleh
|
3f13f8e370
|
Translated using Weblate (Arabic)
Currently translated at 89.3% (1313 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:13 +01:00 |
|
Tassoman
|
605ea95ee4
|
Translated using Weblate (Italian)
Currently translated at 98.2% (1445 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/it/
|
2023-03-06 19:46:13 +01:00 |
|
Oukiki Saleh
|
f9541b5c52
|
Translated using Weblate (Arabic)
Currently translated at 88.2% (1297 of 1470 strings)
Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
|
2023-03-06 19:46:13 +01:00 |
|