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 |
marcin mikołajczak
|
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
|
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
|
37f5b35aab
|
Add zod
|
2023-03-10 11:35:18 -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 |
marcin mikołajczak
|
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 |
marcin mikołajczak
|
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 |
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
|
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
|
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 |