Commit graph

1073 commits

Author SHA1 Message Date
Alex Gleason
e68b8e63b1
CryptoDonate: update block explorer data 2021-06-10 15:19:05 -05:00
Alex Gleason
ef53cd2de1
CryptoDonate: add donate button to mobile sidebar 2021-06-10 14:05:07 -05:00
Alex Gleason
8a2d436d31
CryptoDonate: add explanation box to donation page 2021-06-10 14:00:45 -05:00
Alex Gleason
7525713460
CryptoDonate: configure wallets and panel in SoapboxConfig 2021-06-10 13:48:43 -05:00
Alex Gleason
6f1ce38473
crypto_addresses -> cryptoAddresses 2021-06-10 12:57:16 -05:00
Alex Gleason
acfca37dec
CryptoDonate: add CryptoDonateWidget to homepage 2021-06-10 12:56:27 -05:00
Alex Gleason
95b5738dfd
CryptoDonate: parse Profile Fields as CrypoAddresses 2021-06-09 20:36:02 -05:00
Alex Gleason
820afa9412
CryptoDonate: refactor duplicated code 2021-06-09 19:49:53 -05:00
Alex Gleason
39ee6505d8
CryptoDonate: add CryptoDonateModal 2021-06-09 19:28:16 -05:00
Alex Gleason
940af0dd85
CryptoDonate: style form elements 2021-06-09 18:53:13 -05:00
Alex Gleason
acbfd7bcc3
CryptoDonate: add block explorer links 2021-06-09 18:28:54 -05:00
Alex Gleason
51ac3e3d4e
CryptoDonate: improve styling 2021-06-09 17:57:14 -05:00
Alex Gleason
fde99ff11c
CryptoDonate: make crypto addresses copyable 2021-06-09 17:39:45 -05:00
Alex Gleason
483fadb7c2
CryptoDonate: refactor, rename, reorganize 2021-06-09 17:12:26 -05:00
Alex Gleason
149c7718c3
Cryptocoin: display images and QR codes 2021-06-09 15:58:35 -05:00
Alex Gleason
561ff2b53f
Crypocoin: scaffolding 2021-06-09 13:52:17 -05:00
Alex Gleason
8569d74daf Merge branch 'mkljczk-develop-patch-52845' into 'develop'
Update Polish translation

See merge request soapbox-pub/soapbox-fe!520
2021-06-08 14:33:58 +00:00
marcin mikołajczak
ddd592e78a Update Polish translation 2021-06-08 11:49:42 +00:00
Alex Gleason
421069bfd1
Support blocking notifications from strangers 2021-06-06 22:43:18 -05:00
Alex Gleason
00d1fd67ac
Fix chats "Message" button for intermediate screen sizes 2021-06-01 10:21:24 -05:00
Alex Gleason
e2fdd86a76
Filter out invalid chats, fixes #648 2021-05-31 19:58:19 -05:00
Alex Gleason
47f6376e3e
Letterbox images with excess aspect ratios 2021-05-30 14:21:52 -05:00
Alex Gleason
da630ab8c2
Let media be cropped less 2021-05-30 13:43:09 -05:00
Alex Gleason
0a3cd3fc05
Return detailed alert on HTTP 502 2021-05-21 20:16:09 -05:00
Alex Gleason
8cd0f594a0
Fix media modal unable to close from image 2021-05-17 23:21:42 -05:00
Alex Gleason
66a491d298
Fix video display in media gallery 2021-05-17 22:17:10 -05:00
Alex Gleason
a5f9ff08cb
Don't close media modal unless you really click outside 2021-05-17 21:41:22 -05:00
Alex Gleason
4afb0a9868
Video fixes 2021-05-17 20:08:09 -05:00
Alex Gleason
c7bd447930
Use Mastodon's audio player 2021-05-17 19:39:08 -05:00
Alex Gleason
4db03cc3c9
Indicate > 4 attachments, fixes #591 2021-05-17 17:38:36 -05:00
Alex Gleason
51e52dcfb6 Merge branch 'video-meta-fixes' into 'develop'
Fix video meta dimensions

See merge request soapbox-pub/soapbox-fe!509
2021-05-17 22:16:09 +00:00
Alex Gleason
4d22bdfe28
Fix video meta dimensions 2021-05-17 17:02:23 -05:00
Alex Gleason
80c18f0fed
Composer: display uploaded video preview 2021-05-17 16:44:59 -05:00
Alex Gleason
3bae6e25e1
Preview uploaded media 2021-05-17 15:15:46 -05:00
Alex Gleason
1e3b2f853f
Composer: don't collapse if non-empty 2021-05-17 15:13:42 -05:00
Alex Gleason
60f4385fe6
Card: ignore dimensions for links 2021-05-13 15:44:39 -05:00
mkljczk
163fab70dd Update Polish translation
Signed-off-by: mkljczk <me@mkljczk.pl>
2021-05-13 15:18:44 +02:00
Alex Gleason
5b24ac0503
Only letterbox media without an aspect ratio 2021-05-12 20:07:59 -05:00
Alex Gleason
01dcd9ac2a
Use 'original' size for aspect ratio 2021-05-12 15:04:31 -05:00
Alex Gleason
93e866c7ad
Always display embed description, even in timelines 2021-05-12 12:13:10 -05:00
Alex Gleason
87fd056d57
Stack link previews on mobile 2021-05-11 22:35:02 -05:00
Alex Gleason
b2fde53adc
Improve link previews 2021-05-11 18:15:39 -05:00
Alex Gleason
c6e6c07f49
Rich media improvements, fixes #633 2021-05-11 16:54:12 -05:00
Alex Gleason
82e026b010
Fix verify_credentials bug, fixes #638 2021-05-09 10:37:49 -05:00
Alex Gleason
0586ec4264
Fix auth reducer tests 2021-05-07 22:43:44 -05:00
Alex Gleason
9a859dad14
Properly dispatch fetchMeFail, don't show white screen on VERIFY_CREDENTIALS_FAIL 2021-05-07 21:53:24 -05:00
Alex Gleason
377c0fb64a
Only delete token if it 403's 2021-05-07 21:46:08 -05:00
Alex Gleason
e6fe7f7d52 Merge branch 'ios-emoji-react-fix' into 'develop'
Emoji reacts: use hover or click depending on isUserTouching, fixes #629

Closes #629

See merge request soapbox-pub/soapbox-fe!492
2021-05-02 21:08:09 +00:00
Alex Gleason
55902f1d80
Emoji reacts: use hover or click depending on isUserTouching, fixes #629 2021-05-02 15:55:10 -05:00
Alex Gleason
4339378018
Fix iOS autofocus bug, fixes #630 2021-05-02 15:30:29 -05:00