ewwwwwwww
|
f10001fbfd
|
fix some tests
|
2022-07-09 08:33:13 -07:00 |
|
ewwwwwwww
|
9d0a3b7a69
|
remove cheerio and add custom html parser
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
a2fab1285d
|
fix types
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
bd9a33201a
|
convert type to union
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
f08d43ecb3
|
small fixes
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
e2d6a5d41d
|
remove useless file
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
485095e502
|
fixed types
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
bfa8331f96
|
new emoji search
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
36d6275107
|
type fixes
|
2022-07-09 08:31:31 -07:00 |
|
ewwwwwwww
|
d98371bf6a
|
migrate emoji types
|
2022-07-09 08:31:27 -07:00 |
|
ewwwwwwww
|
6ded0afc1e
|
remove files
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
ad523574e2
|
small fixes
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
d86b7ba333
|
new emojifier
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
a8e7e10f61
|
new emojifier
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
89bba0e2e3
|
lint fixes
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
eeb30b5492
|
migrated emoji picker to typescript
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
4b7876f1a6
|
enabled async component
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
170d3f748e
|
more emoji fixes
|
2022-07-09 08:30:44 -07:00 |
|
ewwwwwwww
|
2727fb8f20
|
lint fixes
|
2022-07-09 08:30:44 -07:00 |
|
Alex Gleason
|
1b373fae97
|
Fix registration test
|
2022-07-08 15:08:24 -05:00 |
|
Alex Gleason
|
f37f4b9e6e
|
Public layout header: fix weird error where the header can disappear
|
2022-07-08 13:50:38 -05:00 |
|
Alex Gleason
|
334857045a
|
Merge branch 'emoji-button' into 'develop'
Emoji reacts: show the emoji you reacted with on the button
See merge request soapbox-pub/soapbox-fe!1571
|
2022-07-07 16:10:59 +00:00 |
|
Alex Gleason
|
bcc9ff5066
|
Merge branch 'ts-tests' into 'develop'
Make TypeScript work correctly in tests
Closes #1010
See merge request soapbox-pub/soapbox-fe!1610
|
2022-07-07 13:39:51 +00:00 |
|
Justin
|
725b00039d
|
Merge branch 'subscription-feedback' into 'develop'
Improve UX after subscribing to account if web notifications are disabled
See merge request soapbox-pub/soapbox-fe!1608
|
2022-07-07 01:01:58 +00:00 |
|
Alex Gleason
|
afe1edddf9
|
rootReducer(undefined, {} as any) --> rootState
|
2022-07-06 17:22:11 -05:00 |
|
Justin
|
3e8ebb1661
|
Improve UX after subscribing to account
|
2022-07-06 14:20:20 -04:00 |
|
Alex Gleason
|
0c7f1628b0
|
Fix more types in tests
|
2022-07-06 12:31:11 -05:00 |
|
Alex Gleason
|
590e85ac59
|
Fix notification test types
|
2022-07-06 12:24:45 -05:00 |
|
Alex Gleason
|
bdf00bb692
|
Fix types in various component tests
|
2022-07-06 12:17:17 -05:00 |
|
Alex Gleason
|
354395501e
|
Fix verification tests types
|
2022-07-06 12:11:39 -05:00 |
|
Alex Gleason
|
9ce9a3f951
|
patchMe(): use multipart/form-data only optionally
|
2022-07-05 21:04:42 -05:00 |
|
Alex Gleason
|
82376d4b66
|
Merge remote-tracking branch 'origin/develop' into emoji-button
|
2022-07-04 16:52:59 -05:00 |
|
Alex Gleason
|
d168302e72
|
EditProfile: reenable birthdays with TextInput (for now)
|
2022-07-04 13:24:55 -05:00 |
|
Alex Gleason
|
388d887583
|
Upgrade axios to v1.0.0-alpha.1, remove custom toFormData implementation
|
2022-07-04 12:53:25 -05:00 |
|
Alex Gleason
|
2f78b9ccc6
|
Merge branch 'remove-unauth-setting' into 'develop'
Remove the guestExperience setting
See merge request soapbox-pub/soapbox-fe!1582
|
2022-06-30 15:15:23 +00:00 |
|
Justin
|
7ecb8f8d35
|
Merge branch 'feed-replacement' into 'develop'
Build Feed Filtering feature into the Home Timeline
See merge request soapbox-pub/soapbox-fe!1558
|
2022-06-30 12:19:51 +00:00 |
|
marcin mikołajczak
|
afc933b3ef
|
Merge branch 'preferences-features' into 'develop'
Don't display 'Always expand posts…' preference if spoilers feature not available
See merge request soapbox-pub/soapbox-fe!1589
|
2022-06-30 05:46:45 +00:00 |
|
|
dca0abed0f
|
Don't display 'Always expand posts…' preference if spoilers feature not available
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-06-29 23:54:56 +02:00 |
|
|
baaffa2d85
|
Allow up/down hotkey navigation in posts search results
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-06-29 23:50:45 +02:00 |
|
Alex Gleason
|
b3dc044ff3
|
Redirect /login when a user is signed in, add /login/add for multiple accounts
|
2022-06-29 13:32:59 -05:00 |
|
Alex Gleason
|
2e3718e548
|
Make /search a non-public route
|
2022-06-29 10:14:04 -05:00 |
|
Justin
|
8c581fc415
|
Skip dequeue when feed filtering
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
303ad10730
|
username -> acct
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
5f2e2c7fa4
|
Add tests for FeedCarousel
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
9e6bb5264a
|
Handle error state for carousels
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
14a9a2f4eb
|
Update UI around Empty Message
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
1f3785c920
|
Add FeedCarousel
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
8039772d05
|
Extend PlaceholderAvatar component to support "withText" prop
|
2022-06-29 11:10:00 -04:00 |
|
Justin
|
45147cd546
|
Fix spacing with PlaceholderStatus component
|
2022-06-29 11:10:00 -04:00 |
|
Alex Gleason
|
89e0eef60f
|
Remove the guestExperience setting
|
2022-06-28 14:43:03 -05:00 |
|