Alex Gleason
|
79c04713e1
|
LoginForm: convert to tsx
|
2022-04-19 15:06:35 -05:00 |
|
Alex Gleason
|
7630c64ddd
|
ExternalLogin: convert to tsx
|
2022-04-19 15:04:34 -05:00 |
|
Alex Gleason
|
5731b9b1c7
|
Redirect all /auth routes
|
2022-04-19 14:37:48 -05:00 |
|
Alex Gleason
|
f577f6fcbe
|
Account: normalize favicon and domain, clean up account.tsx
|
2022-04-19 12:28:47 -05:00 |
|
Alex Gleason
|
e5ca5464b7
|
Widget: fix action button in dark mode
|
2022-04-19 12:28:37 -05:00 |
|
Alex Gleason
|
5a4ad706cf
|
Widget: prevent circular imports
|
2022-04-19 11:37:06 -05:00 |
|
Alex Gleason
|
6968c6bf40
|
Remove BirthdayReminders component
|
2022-04-18 23:35:40 -05:00 |
|
Alex Gleason
|
67b0b6a317
|
Add BirthdayPanel
|
2022-04-18 23:30:40 -05:00 |
|
Alex Gleason
|
97b5c5af43
|
Widget: add actions
|
2022-04-18 23:10:01 -05:00 |
|
Alex Gleason
|
000121d74f
|
Notifications: use Virtuoso
|
2022-04-18 19:00:19 -05:00 |
|
Alex Gleason
|
c523e95789
|
Merge branch 'fix-pending-status' into 'next'
Improve Pending Status design
See merge request soapbox-pub/soapbox-fe!1236
|
2022-04-18 21:23:51 +00:00 |
|
Alex Gleason
|
4bfffebb32
|
Normalize accounts in who-to-follow-panel.test.tsx
|
2022-04-18 16:04:58 -05:00 |
|
|
2711291de6
|
Merge remote-tracking branch 'soapbox/next' into next_
|
2022-04-18 22:21:54 +02:00 |
|
Justin
|
76a04ccbb9
|
Improve Pending Status design
|
2022-04-18 15:08:41 -04:00 |
|
Justin
|
582767e673
|
Fix bugs with Account component
|
2022-04-18 12:15:15 -04:00 |
|
|
8a0913ac84
|
Merge remote-tracking branch 'soapbox/next' into next_
|
2022-04-17 23:28:04 +02:00 |
|
|
dc3c273311
|
Birthdays modal to TS
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-17 23:27:33 +02:00 |
|
Alex Gleason
|
bc8e9254cf
|
EditProfile: conditional features
|
2022-04-16 21:16:01 -05:00 |
|
Alex Gleason
|
39f6910d27
|
Poll: fix squished radio buttons
|
2022-04-16 21:08:18 -05:00 |
|
Alex Gleason
|
704524ea34
|
QuotedStatus: stopPropogation
|
2022-04-16 19:46:55 -05:00 |
|
Alex Gleason
|
24ffe230d5
|
Merge branch 'next_' into 'next'
next
See merge request soapbox-pub/soapbox-fe!1231
|
2022-04-17 00:28:13 +00:00 |
|
Alex Gleason
|
35396923be
|
Test rendering notifications
|
2022-04-16 19:03:33 -05:00 |
|
|
239e4b9d61
|
modals?
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-16 23:25:15 +02:00 |
|
|
fe92b37d6d
|
Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-16 23:19:22 +02:00 |
|
|
6c1a10e657
|
dark mode styles?
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-16 23:10:50 +02:00 |
|
Alex Gleason
|
69e22a4144
|
Notification: restore most notification types
|
2022-04-16 14:15:37 -05:00 |
|
Alex Gleason
|
5d2e10b2fa
|
Merge remote-tracking branch 'origin/next' into next-notifications
|
2022-04-16 13:44:21 -05:00 |
|
Alex Gleason
|
722c96bec2
|
Notification: convert to TSX
|
2022-04-16 13:43:55 -05:00 |
|
Alex Gleason
|
9d4b084764
|
Card: improve normalization of Pleroma OG fields
|
2022-04-16 12:57:17 -05:00 |
|
Alex Gleason
|
53a54bcc96
|
Convert Status Card to TSX+FC, trim obscenely long titles
|
2022-04-16 12:48:05 -05:00 |
|
Alex Gleason
|
bf8de20e0d
|
Prevent clicking stuff in statuses from expanding the status
|
2022-04-16 11:53:00 -05:00 |
|
Alex Gleason
|
2ebf4777c2
|
Nuke the local uuid implementation
|
2022-04-15 20:00:03 -05:00 |
|
Alex Gleason
|
7882bbf98f
|
Convert application entrypoint files into Typescript
|
2022-04-15 19:54:40 -05:00 |
|
Alex Gleason
|
2828f233d5
|
Restore ProfileMediaPanel, convert to TSX+FC
|
2022-04-15 19:14:34 -05:00 |
|
Alex Gleason
|
72879da710
|
actions/security: fix parseVersion import
|
2022-04-15 18:32:56 -05:00 |
|
Alex Gleason
|
5ca4e2fef7
|
Merge branch 'next' of gitlab.com:soapbox-pub/soapbox-fe into next
|
2022-04-15 18:13:53 -05:00 |
|
Alex Gleason
|
b47278582a
|
actions/security: conditionally use truthsocial password reset endpoint
|
2022-04-15 18:13:24 -05:00 |
|
Alex Gleason
|
dcc25c5d8e
|
Merge branch 'next-status-content' into 'next'
Next: Convert StatusContent to TypeScript React.FC, refactor
See merge request soapbox-pub/soapbox-fe!1226
|
2022-04-15 23:10:43 +00:00 |
|
Alex Gleason
|
be9bfa6409
|
StatusContent: refactor updateStatusLinks, remove reblogContent prop
|
2022-04-15 17:51:12 -05:00 |
|
Alex Gleason
|
2cfb151542
|
StatusContent: break out ReadMoreButton and SpoilerButton into FC's
|
2022-04-15 17:41:53 -05:00 |
|
Alex Gleason
|
cfbba43ca4
|
StatusContent: typescript, React.FC
|
2022-04-15 16:59:42 -05:00 |
|
Alex Gleason
|
05068460e0
|
ChatList: use Virtuoso
|
2022-04-15 15:19:34 -05:00 |
|
|
75e8525798
|
Merge remote-tracking branch 'soapbox/next' into next_
|
2022-04-15 14:57:47 +02:00 |
|
Alex Gleason
|
952e06ce41
|
AutosuggestTextarea: fix expand animation
|
2022-04-14 19:00:31 -05:00 |
|
Alex Gleason
|
1482b89323
|
Fix letterboxed image background
|
2022-04-14 15:58:22 -05:00 |
|
Alex Gleason
|
8da30ad98f
|
Fix video letterboxing
|
2022-04-14 15:47:55 -05:00 |
|
|
5a81c4672a
|
Merge remote-tracking branch 'soapbox/next' into next_
|
2022-04-14 22:33:17 +02:00 |
|
|
2d0dbf6005
|
dark
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-14 22:20:53 +02:00 |
|
|
19aa4b254e
|
Support 'status' notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-04-14 22:14:54 +02:00 |
|
Justin
|
42396c4c4c
|
Merge branch 'remove-preheader' into 'next'
Remove Preheader files
See merge request soapbox-pub/soapbox-fe!1220
|
2022-04-14 20:12:27 +00:00 |
|