Alex Gleason
|
75dbeb65b6
|
Remove account_counters reducer and legacy follow actions
|
2023-06-22 23:38:50 -05:00 |
|
Alex Gleason
|
ad1718b5f9
|
Add useFollow, useChangeEntity hooks
|
2023-06-22 23:17:40 -05:00 |
|
Alex Gleason
|
cff5f96df4
|
Merge branch 'accounts-hook' into 'develop'
Switch to useAccount hook in every place it's convenient
See merge request soapbox-pub/soapbox!2566
|
2023-06-21 22:47:03 +00:00 |
|
Alex Gleason
|
88692b7020
|
Fix Patron badge in profile info panel
|
2023-06-21 17:13:29 -05:00 |
|
Alex Gleason
|
3a369f21fa
|
Switch to useAccount hook in more places
|
2023-06-21 16:51:08 -05:00 |
|
Alex Gleason
|
5f61a624c6
|
Remove legacy useAccount hook
|
2023-06-21 16:28:51 -05:00 |
|
Alex Gleason
|
69d8817b6d
|
SidebarMenu: useAccount hook
|
2023-06-21 16:25:35 -05:00 |
|
Alex Gleason
|
e01ee84ee9
|
ProfileHoverCard: use useAccount hook, add usePatronUser hook
|
2023-06-21 16:20:07 -05:00 |
|
Alex Gleason
|
25d3925b76
|
Merge branch 'zod-accounts' into 'develop'
Create legacy immutable adapter for accounts reducer
See merge request soapbox-pub/soapbox!2563
|
2023-06-21 16:39:14 +00:00 |
|
Alex Gleason
|
c2c94d0577
|
Fix crash on aliases page
|
2023-06-21 11:19:09 -05:00 |
|
Alex Gleason
|
4fc6640c2c
|
Skip broken tests
|
2023-06-20 21:44:07 -05:00 |
|
Alex Gleason
|
ced600657b
|
Fix auth test
|
2023-06-20 21:36:25 -05:00 |
|
Alex Gleason
|
256d7825ee
|
Fix timelines test
|
2023-06-20 21:17:57 -05:00 |
|
Alex Gleason
|
7e83039999
|
Improve reducer type
|
2023-06-20 21:09:49 -05:00 |
|
Alex Gleason
|
ade9fa007d
|
Merge branch 'remove-follow-suggestion' into 'develop'
Fix follow suggestion removal
See merge request soapbox-pub/soapbox!2565
|
2023-06-21 00:56:14 +00:00 |
|
oakes
|
fdd20981e3
|
Fix field name so follow suggestion is successfully removed
|
2023-06-20 20:25:15 -04:00 |
|
Alex Gleason
|
c4ad5e5d78
|
Fix tests that set the store wrong
|
2023-06-20 17:48:57 -05:00 |
|
Alex Gleason
|
e7217c5c58
|
Fix reducer in a way that works in tests
|
2023-06-20 17:33:20 -05:00 |
|
Alex Gleason
|
eb0c499d91
|
factory: generate account on status if not provided
|
2023-06-20 16:57:40 -05:00 |
|
Alex Gleason
|
3000f94325
|
Fix account relationships
|
2023-06-20 16:02:43 -05:00 |
|
Alex Gleason
|
4258d4b27f
|
Fix reducer and selector, import accounts into entity store
|
2023-06-20 15:24:35 -05:00 |
|
Alex Gleason
|
412fe84d13
|
FIX THE TYPE ERRORS
|
2023-06-20 14:24:39 -05:00 |
|
Alex Gleason
|
011f2eb298
|
Merge remote-tracking branch 'origin/develop' into zod-accounts
|
2023-06-19 20:10:25 -05:00 |
|
Alex Gleason
|
5d515f0f21
|
Merge branch 'pick-utils' into 'develop'
utils: pick only needed fields
See merge request soapbox-pub/soapbox!2564
|
2023-06-19 22:47:31 +00:00 |
|
Alex Gleason
|
2796726cad
|
utils: pick only needed fields
|
2023-06-19 16:49:42 -05:00 |
|
Alex Gleason
|
89c9e32b59
|
Move legacy functions into separate utils file
|
2023-06-19 16:02:51 -05:00 |
|
Alex Gleason
|
e789b44792
|
Improve legacy store types
|
2023-06-19 13:09:51 -05:00 |
|
Alex Gleason
|
8a4239d153
|
utils/accounts: pick only needed fields from type
|
2023-06-19 12:10:29 -05:00 |
|
Alex Gleason
|
060a9b559d
|
Make accounts reducer an alias to entity store with immutableish methods
|
2023-06-19 12:07:58 -05:00 |
|
Alex Gleason
|
0cebcc05a5
|
Use any keys, fixes most errors!
|
2023-06-19 10:58:07 -05:00 |
|
Chewbacca
|
d5b3853afc
|
Merge branch 'add-suggested-groups-to-search' into 'develop'
Add Suggested Groups panel to Search page
See merge request soapbox-pub/soapbox!2560
|
2023-06-19 12:17:34 +00:00 |
|
Chewbacca
|
5c41209a67
|
Merge branch 'fetch-group-data-timeline' into 'develop'
Fetch group relationships from timeline
See merge request soapbox-pub/soapbox!2549
|
2023-06-19 12:02:40 +00:00 |
|
Chewbacca
|
203b1222f5
|
Merge branch 'load-group-data' into 'develop'
Fetch group relationship from notifications
See merge request soapbox-pub/soapbox!2540
|
2023-06-19 12:02:31 +00:00 |
|
Alex Gleason
|
a54b6ee8a3
|
Create legacy immutable adapter for accounts reducer
|
2023-06-18 20:10:17 -05:00 |
|
Alex Gleason
|
138ded3904
|
Merge branch 'link-header' into 'develop'
Use Link header for pagination in more places
See merge request soapbox-pub/soapbox!2562
|
2023-06-17 12:58:59 +00:00 |
|
Chewbacca
|
ee76ec9bf4
|
Merge branch 'add-group-to-thumb-navigation' into 'develop'
Add Groups to Thumb Navigation
See merge request soapbox-pub/soapbox!2559
|
2023-06-16 12:51:26 +00:00 |
|
oakes
|
e1cacb6ee4
|
Optionally use Link header for pagination in various timelines
|
2023-06-15 21:40:32 -04:00 |
|
oakes
|
a985348bf1
|
Optionally use Link header for search pagination
|
2023-06-15 21:40:28 -04:00 |
|
Alex Gleason
|
dadc39f731
|
Merge branch 'schema-improvements' into 'develop'
Improve schemas for Account, EmojiReaction, Location, and Status
See merge request soapbox-pub/soapbox!2555
|
2023-06-14 14:40:59 +00:00 |
|
Chewbacca
|
1d9130f7ac
|
Add Suggested Groups panel to Search page
|
2023-06-14 08:11:39 -04:00 |
|
Chewbacca
|
e3f92eadac
|
Add Groups to Thumb Navigation
|
2023-06-14 08:05:25 -04:00 |
|
Alex Gleason
|
bfaea4c356
|
Merge branch 'browserslist' into 'develop'
npx browserslist@latest --update-db
See merge request soapbox-pub/soapbox!2558
|
2023-06-14 03:16:36 +00:00 |
|
Alex Gleason
|
590ab73b99
|
npx browserslist@latest --update-db
|
2023-06-13 22:14:28 -05:00 |
|
Alex Gleason
|
60eaf01940
|
Add Resolve<T> utility type
|
2023-06-13 22:12:42 -05:00 |
|
Alex Gleason
|
db070150d9
|
Remove unnecessary as string
|
2023-06-13 20:59:38 -05:00 |
|
Alex Gleason
|
405dcef4a5
|
Merge remote-tracking branch 'origin/develop' into schema-improvements
|
2023-06-13 20:58:49 -05:00 |
|
Alex Gleason
|
85261fc415
|
Merge branch 'typescript-5' into 'develop'
Upgrade to TypeScript 5.1
See merge request soapbox-pub/soapbox!2556
|
2023-06-14 01:58:25 +00:00 |
|
Alex Gleason
|
0b439b79a1
|
Upgrade to TypeScript 5.1
|
2023-06-13 16:26:30 -05:00 |
|
Alex Gleason
|
263db3e1f0
|
Improve schemas for Account, EmojiReaction, Location, and Status
|
2023-06-13 14:33:19 -05:00 |
|
Chewbacca
|
ae75c9ac0d
|
Merge branch 'group-admin-fix' into 'develop'
Allow admins to delete Group statuses
See merge request soapbox-pub/soapbox!2533
|
2023-06-12 12:05:59 +00:00 |
|