Commit Graph

781 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
e6dcf3557a Merge branch 'develop' into 'preserve-spoilers'
# Conflicts:
#   app/soapbox/actions/compose.ts
2023-07-21 22:09:37 +00: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
8df3470f87 Fix auth test 2023-07-21 13:11:36 -05:00
31e5f860d9 Add useSuggest hook
https://gitlab.com/soapbox-pub/soapbox/-/issues/1483
2023-07-21 12:36:02 -05:00
9e59b5d935 Fix page crash when switching accounts 2023-07-20 21:37:33 -05:00
90664dd5c6 Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
74155432cd Add option to preserve spoilers text when replying
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-19 00:34:06 +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
8646aa5572 Add Followed hashtags page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 13:54:02 +02:00
6326eeb083 Fix mentions 2023-06-30 09:45:11 -05:00
de0b05d691 Make Compose reducer type-safe 2023-06-28 17:53:17 -05:00
118cbd5994 status.get('x') --> status.x 2023-06-28 16:27:25 -05:00
e3fa58c0da Support Group mutes 2023-06-27 09:24:03 -04:00
e58dada03a Merge branch 'modal-scrollable-list' into 'develop'
Fix scrollable list in modals and add pagination

See merge request soapbox-pub/soapbox!2570
2023-06-27 02:52:11 +00:00
98cfb6fae5 Don't let status.group be a string 2023-06-26 11:50:53 -05:00
03d5be2c5a Add pagination to reblogged_by dialog 2023-06-25 18:50:01 -04:00
500ac3eefe Add pagination to favourited_by dialog 2023-06-25 18:44:20 -04:00
a5e213eca0 Restore Patron reducer for now 2023-06-25 12:37:37 -05:00
a8459ced75 Remove Patron reducer 2023-06-25 12:27:26 -05:00
75dbeb65b6 Remove account_counters reducer and legacy follow actions 2023-06-22 23:38:50 -05:00
3a369f21fa Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
ced600657b Fix auth test 2023-06-20 21:36:25 -05:00
7e83039999 Improve reducer type 2023-06-20 21:09:49 -05:00
e7217c5c58 Fix reducer in a way that works in tests 2023-06-20 17:33:20 -05:00
4258d4b27f Fix reducer and selector, import accounts into entity store 2023-06-20 15:24:35 -05:00
412fe84d13 FIX THE TYPE ERRORS 2023-06-20 14:24:39 -05:00
011f2eb298 Merge remote-tracking branch 'origin/develop' into zod-accounts 2023-06-19 20:10:25 -05:00
89c9e32b59 Move legacy functions into separate utils file 2023-06-19 16:02:51 -05:00
e789b44792 Improve legacy store types 2023-06-19 13:09:51 -05:00
060a9b559d Make accounts reducer an alias to entity store with immutableish methods 2023-06-19 12:07:58 -05:00
0cebcc05a5 Use any keys, fixes most errors! 2023-06-19 10:58:07 -05:00
a54b6ee8a3 Create legacy immutable adapter for accounts reducer 2023-06-18 20:10:17 -05:00
66395d44af Merge remote-tracking branch 'soapbox/develop' into lexical 2023-06-16 23:30:34 +02:00
a985348bf1 Optionally use Link header for search pagination 2023-06-15 21:40:28 -04:00
cb6b688efe Normalize 'group_mention' notification into 'mention' 2023-05-23 08:57:36 -04:00
65db6f503d Merge remote-tracking branch 'soapbox/develop' into lexical 2023-05-16 22:14:22 +02:00
41e969616d Forgot to commit some files
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-11 22:10:58 +02:00
da6be7ba4c Merge remote-tracking branch 'soapbox/develop' into follow-hashtags 2023-05-11 19:31:25 +02:00
e703cd5059 Merge remote-tracking branch 'soapbox/develop' into lexical
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-07 22:54:04 +02:00
d4ed442a7e Normalize poll with zod 2023-05-03 12:52:36 -05:00
0016aeacec Normalize Relationship with zod 2023-05-02 18:49:13 -05:00
610864d5a9 Add followed tags list
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-03 00:21:53 +02:00
5aaf4d75af Merge remote-tracking branch 'soapbox/develop' into follow-hashtags
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-02 23:32:43 +02:00
9a29412267 Merge remote-tracking branch 'soapbox/develop' into lexical
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-01 22:08:02 +02:00
929935fb19 Fix default privacy setting on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-04-25 19:14:02 +02:00
666c95e0b5 Groups: set composer visibilty when quoting a group post 2023-04-19 10:55:00 -04:00
3d433c6a75 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-04-16 19:05:21 +02: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