Chewbacca
|
55bacbbf05
|
Merge branch 'group-actions' into 'develop'
Group actions
See merge request soapbox-pub/soapbox!2324
|
2023-03-13 16:01:34 +00: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
|
e7b3af5260
|
Merge branch 'fix-tests' into 'develop'
Fix mock in tests
See merge request soapbox-pub/soapbox!2341
|
2023-03-13 15:35:40 +00:00 |
|
Chewbacca
|
82da9ceeeb
|
Fix mock in tests
|
2023-03-13 10:07:23 -04:00 |
|
marcin mikołajczak
|
5148d913a7
|
Merge branch 'follow-requests-styles' into 'develop'
Fix: Long handles don't get truncated in Follow Requests menu
Closes #1389
See merge request soapbox-pub/soapbox!2340
|
2023-03-13 11:10:27 +00: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
|
ef10e2a699
|
Merge branch 'test-fixes' into 'develop'
Upgrade testing-library deps for sanity, fix DurationSelector time logic, comment out 2 failing tests
See merge request soapbox-pub/soapbox!2339
|
2023-03-10 23:00:11 +00: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
|
4031e4624c
|
Upgrade testing-library deps for sanity
|
2023-03-10 15:00:21 -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
|
c55154daaf
|
Merge branch 'renovate/testing-library-react-14.x' into 'develop'
Update dependency @testing-library/react to v14
See merge request soapbox-pub/soapbox!2332
|
2023-03-10 01:46:02 +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 |
|
Alex Gleason
|
074c3429cd
|
Merge branch 'develop-patch-51d8' into 'develop'
Dictate Pleroma Chat and Quote Post compatibility by advertised features in the api
See merge request soapbox-pub/soapbox!2334
|
2023-03-10 01:41:46 +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 |
|
|
94d248fb79
|
Update README.md
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2023-03-09 21:39:31 +01: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 |
|
Soapbox Bot
|
31351700e0
|
Update dependency @testing-library/react to v14
|
2023-03-09 17:09:36 +00:00 |
|
Alex Gleason
|
f2983b96fb
|
Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate
See merge request soapbox-pub/soapbox!2329
|
2023-03-09 17:08:09 +00: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
|
68144e4f82
|
Merge branch 'renovate/eslint-plugin-jsdoc-40.x' into 'develop'
Update dependency eslint-plugin-jsdoc to v40
See merge request soapbox-pub/soapbox!2323
|
2023-03-09 16:37:48 +00:00 |
|
oakes
|
332be25784
|
Sort conversations by last status date rather than id
|
2023-03-09 10:49:59 -05:00 |
|
Alex Gleason
|
a8b0dc93f2
|
Merge branch 'nostr' into 'develop'
Truncate Nostr pubkeys in reply mentions
See merge request soapbox-pub/soapbox!2328
|
2023-03-09 02:16:05 +00:00 |
|
Alex Gleason
|
d1531b832d
|
Truncate Nostr pubkeys in reply mentions
|
2023-03-08 19:56:24 -06:00 |
|
Alex Gleason
|
08014a678d
|
Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate
See merge request soapbox-pub/soapbox!2293
|
2023-03-08 04:33:30 +00: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 |
|