Commit graph

4037 commits

Author SHA1 Message Date
Alex Gleason ecaf726a19
Rename map --> entity 2022-03-10 20:40:04 -06:00
Alex Gleason 75db92719d
Normalize poll emoji 2022-03-10 19:55:14 -06:00
Alex Gleason d600a74410
Revert "PollContainer: don't pass me as a prop"
This reverts commit dc2d3b1b09.
2022-03-10 19:36:58 -06:00
Alex Gleason f91344366d
Instance normalizer: remove unneeded line 2022-03-10 18:08:41 -06:00
Alex Gleason 8decaa2d9f
Parse Mentions as Immutable.Record 2022-03-10 17:57:12 -06:00
Alex Gleason 9afd43a42d
Normalize Attachment entities as Immutable.Record 2022-03-10 17:15:09 -06:00
Alex Gleason 4c2d9a8856 Merge branch 'more-poll-fixes' into 'develop'
More poll normalization fixes

See merge request soapbox-pub/soapbox-fe!1090
2022-03-10 22:37:18 +00:00
Alex Gleason dc2d3b1b09
PollContainer: don't pass me as a prop 2022-03-10 16:30:42 -06:00
Alex Gleason 4bd1531056
More poll normalization fixes 2022-03-10 16:25:11 -06:00
Alex Gleason 84a364a7d2 Merge branch 'polls-normalization' into 'develop'
Improve Poll normalization, store as Immutable.Record

Closes #857

See merge request soapbox-pub/soapbox-fe!1089
2022-03-10 21:49:52 +00:00
Alex Gleason 2dcd05651e
Improve Poll normalization, store as Immutable.Record 2022-03-10 15:32:01 -06:00
Alex Gleason 5ddd0b9686 Merge branch 'record-enhancements' into 'develop'
Record enhancements

See merge request soapbox-pub/soapbox-fe!1084
2022-03-10 20:46:48 +00:00
marcin mikołajczak 2489438ff4 Set max-height to chat preview message
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-10 19:03:18 +01:00
marcin mikołajczak 71ea3ed425 Include media attachments when redrafting on Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-10 18:47:20 +01:00
Alex Gleason 4961433f7b
Actually, we can access state.instance.version directly now 2022-03-09 16:07:24 -06:00
Alex Gleason f75c0738a7
Instance normalizer: add default stats, remove default media_attachments 2022-03-09 16:02:50 -06:00
Alex Gleason 9537c87909
Record --> ImmutableRecord 2022-03-09 16:00:43 -06:00
marcin mikołajczak a29019dbb0 Load react-datepicker asynchronously
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-09 22:59:51 +01:00
Alex Gleason 5ddc8542fd
Merge remote-tracking branch 'origin/develop' into record-enhancements 2022-03-09 15:58:35 -06:00
Alex Gleason a63aa16472 Merge branch 'state-record' into 'develop'
Parse the Redux state as an Immutable.Record

See merge request soapbox-pub/soapbox-fe!1085
2022-03-09 21:54:51 +00:00
Alex Gleason 90afa8aeaf
Parse the Redux state as an Immutable.Record 2022-03-09 15:24:42 -06:00
Alex Gleason a2adaf2ffd
Convert Status Normalizer to TypeScript 2022-03-09 14:26:57 -06:00
Alex Gleason 6e61cb525c
Move Account interface to types/ directory 2022-03-09 13:26:48 -06:00
Alex Gleason 8c7a7fd7dc
eslint: fix typescript undefined globals 2022-03-09 13:26:40 -06:00
Alex Gleason 894bf1e880
Account normalizer: convert to Typescript, add type 2022-03-09 12:16:24 -06:00
Alex Gleason cd6fd8c0db Merge branch 'records' into 'develop'
Records: Status, Account, Instance

See merge request soapbox-pub/soapbox-fe!1083
2022-03-09 18:16:03 +00:00
Alex Gleason 38fbd703e4
Fix account relationships 2022-03-09 00:38:28 -06:00
Alex Gleason 4e254928fe
EditProfile: convert to Map before mutations 2022-03-09 00:12:27 -06:00
Alex Gleason 831741bea5
Test that reducers parse as Records 2022-03-08 23:59:59 -06:00
Alex Gleason 10116a312a
Normalizers: fix tests 2022-03-08 23:47:30 -06:00
Alex Gleason 7a18f8b9c8
Create Records for Account and Status 2022-03-08 23:25:30 -06:00
Alex Gleason 1c36d1b91c
Store statuses as StatusRecord 2022-03-08 22:02:02 -06:00
Alex Gleason 2ff3643368 Merge branch 'verification-badge-tsx' into 'develop'
VerificationBadge: use tsx, add className prop

See merge request soapbox-pub/soapbox-fe!1081
2022-03-07 19:01:13 +00:00
Alex Gleason 5c8e1c9277
eslint: don't enforce PropTypes in tsx files 2022-03-07 12:43:40 -06:00
Alex Gleason e7ed56127f
VerificationBadge: use tsx, add className prop 2022-03-07 12:42:00 -06:00
Alex Gleason 2c97aa8d11 Merge branch 'verified-icon-color' into 'develop'
verified.svg: use currentColor instead of .bg class

See merge request soapbox-pub/soapbox-fe!1080
2022-03-07 17:43:45 +00:00
Alex Gleason a10ba9ce16
verified.svg: use currentColor instead of .bg class 2022-03-07 11:33:15 -06:00
marcin mikołajczak edb80c705d Merge branch 'attachment-thumbs-sensitive' into 'develop'
Fix: Quote posts do not carry sensitive tag

Closes #852

See merge request soapbox-pub/soapbox-fe!1079
2022-03-06 23:22:01 +00:00
marcin mikołajczak 06b8b407c5 AttachmentThumbs: sensitive tag
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-06 23:39:13 +01:00
marcin mikołajczak fd27688b11 Merge branch 'fix-modal-navigation' into 'develop'
Fix: User is returned to a previously viewed page after replying to a post

Closes #843

See merge request soapbox-pub/soapbox-fe!1078
2022-03-06 22:35:39 +00:00
marcin mikołajczak 5b46f0c0f7 Fix: User is returned to a previously viewed page after replying to a post
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-06 23:20:13 +01:00
Alex Gleason 7e5ca22264 Merge branch 'custom-instance' into 'develop'
Copy custom instance files into the build

See merge request soapbox-pub/soapbox-fe!1076
2022-03-05 20:54:45 +00:00
Alex Gleason ea0b6e7fff
Copy custom instance files into the build 2022-03-05 14:38:21 -06:00
Alex Gleason 7d8448c24b Merge branch 'custom-verified' into 'develop'
Allow configuring a custom verified icon

See merge request soapbox-pub/soapbox-fe!1075
2022-03-05 20:16:56 +00:00
Alex Gleason 067e3a26f5
Allow setting a custom verified icon 2022-03-05 13:55:41 -06:00
Alex Gleason 583de44b35
Use an SVG verified icon 2022-03-05 13:17:03 -06:00
Alex Gleason d496e2a5d4 Merge branch 'compose-form-features' into 'develop'
Compose form features

See merge request soapbox-pub/soapbox-fe!1074
2022-03-04 19:17:29 +00:00
Alex Gleason 664dfa2688
MarkdownButton: don't do the availability check in the component itself 2022-03-04 13:01:22 -06:00
Alex Gleason 151863a067 Merge branch 'features-overrides' into 'develop'
Features overrides

See merge request soapbox-pub/soapbox-fe!1073
2022-03-04 19:00:10 +00:00
Alex Gleason d98c54de4f
ComposeForm: conditional features 2022-03-04 12:47:59 -06:00