Alex Gleason
|
787c6600a0
|
SidebarMenu: fix missing message
|
2022-03-21 13:39:12 -05:00 |
|
Alex Gleason
|
83137498d9
|
Generalize some language
|
2022-03-21 13:33:10 -05:00 |
|
Alex Gleason
|
5cd894ab02
|
Truth Social
|
2022-03-21 13:14:26 -05:00 |
|
Alex Gleason
|
1d4daee53b
|
Merge branch 'datepicker-async' into 'develop'
Load react-datepicker asynchronously
Closes #855
See merge request soapbox-pub/soapbox-fe!1086
|
2022-03-16 21:42:13 +00: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
|
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 |
|
|
a29019dbb0
|
Load react-datepicker asynchronously
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-03-09 22:59:51 +01:00 |
|
Alex Gleason
|
e7ed56127f
|
VerificationBadge: use tsx, add className prop
|
2022-03-07 12:42:00 -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 |
|
|
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 |
|
|
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
|
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 |
|
Justin
|
74af8c0e91
|
Fix scroll-to-top on Notifications
|
2022-03-03 10:13:45 -05:00 |
|
Alex Gleason
|
e9efb6078d
|
Merge remote-tracking branch 'origin/develop' into revert-7d2ccc72
|
2022-02-28 14:15:09 -06:00 |
|
Alex Gleason
|
d86eac4c1a
|
Remove isVerified() function
|
2022-02-27 22:25:23 -06:00 |
|
Alex Gleason
|
3a5c62cb70
|
Revert "Merge branch 'revert-f59d977a' into 'develop'"
This reverts merge request !1056
|
2022-02-27 00:13:35 +00:00 |
|
Alex Gleason
|
1f549ebe1a
|
Revert "Merge branch 'typescript' into 'develop'"
This reverts merge request !859
|
2022-02-26 23:55:34 +00:00 |
|
Alex Gleason
|
79b782600b
|
Merge remote-tracking branch 'origin/develop' into typescript
|
2022-02-26 15:40:39 -06:00 |
|
|
bb6e904642
|
Use gavel icon from Tabler icons
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-26 13:32:54 +01:00 |
|
Alex Gleason
|
a6a87f6702
|
Convert Badge component to typescript
|
2022-02-23 15:29:03 -05:00 |
|
Alex Gleason
|
8bc790de17
|
ErrorBoundary: display Soapbox version
|
2022-02-23 12:42:04 -05:00 |
|
Alex Gleason
|
01bf8b4729
|
Merge remote-tracking branch 'origin/develop' into fix-self-reply
|
2022-02-23 12:03:04 -05:00 |
|
|
f9b934d8f5
|
Fix 'View context' in media modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-22 08:52:33 +01:00 |
|
Alex Gleason
|
70ac6b2a76
|
Fix error in ErrorBoundary
|
2022-02-21 03:17:52 -05:00 |
|
Alex Gleason
|
f7f18fac79
|
Refactor status normalizer
|
2022-02-20 02:27:29 -05:00 |
|
Alex Gleason
|
10c6a82e53
|
SidebarMenu: /settings/aliases --> /settings/migration
|
2022-02-18 22:22:11 -05:00 |
|
Alex Gleason
|
635f88f5e8
|
Rewrite code with optional chaining (?.)
|
2022-02-18 21:04:18 -05:00 |
|
|
5f73f96735
|
Minor modals cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-14 22:38:15 +01:00 |
|
|
767c3dad7a
|
Merge remote-tracking branch 'soapbox/develop' into modals-stack
|
2022-02-14 22:32:58 +01:00 |
|
Alex Gleason
|
a4060f8a4c
|
Merge branch 'normalize-attachments' into 'develop'
Status: normalize media attachments
See merge request soapbox-pub/soapbox-fe!1036
|
2022-02-12 00:13:02 +00:00 |
|
Alex Gleason
|
63fa3e7154
|
Status: normalize media attachments
|
2022-02-11 17:58:18 -06:00 |
|
|
66ab33a550
|
Fix item deletion on 'Edit profile' and 'Soapbox config' pages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-12 00:11:15 +01:00 |
|
|
c672f7a6ae
|
Don't show 'Bookmark' item menu if not authenticated
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-09 23:11:45 +01:00 |
|
Alex Gleason
|
d260cc2e2c
|
Add fallback avatar
|
2022-02-07 13:14:15 -06:00 |
|
Alex Gleason
|
c4bf347dae
|
MediaGallery: fall back on url when preview_url isn't provided
|
2022-02-07 12:26:11 -06:00 |
|
Alex Gleason
|
fb7c642dc7
|
GoToSocial support
|
2022-02-06 20:46:06 -06:00 |
|
|
a041a4452b
|
Rename modal -> modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-02 16:36:20 +01:00 |
|
|
e0f0370579
|
Merge remote-tracking branch 'soapbox/develop' into modals-stack
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-02-02 14:30:38 +01:00 |
|
Alex Gleason
|
3708c0128c
|
Merge branch 'birthdays' into 'develop'
Birth dates
See merge request soapbox-pub/soapbox-fe!1000
|
2022-02-01 01:00:52 +00:00 |
|
|
807b3c7e5b
|
Use stack for modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-30 18:53:47 +01:00 |
|
|
ae7f2f86a0
|
Add quoted status tombstone
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-27 17:26:39 +01:00 |
|
|
6c11d2f0bf
|
Merge branch 'birthdays' of https://gitlab.com/mkljczk/soapbox-fe into birthdays
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-26 18:43:44 +01:00 |
|
|
b1bc544a01
|
Birthdays: Use custom header
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-26 18:43:00 +01:00 |
|
|
741e80d9ab
|
Birthdays: Try to fix timezones
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-25 23:37:40 -08:00 |
|
Alex Gleason
|
0f9e01b4a1
|
"birth date" --> "birthday", move the toggle next to the picker
|
2022-01-25 17:08:20 -06:00 |
|
|
8277d78f4c
|
Quote posts: Shift+Click for normal repost
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-01-25 23:00:30 +01:00 |
|