toshikanneko
e537679624
Hide unmute button on mobile
2022-02-13 11:44:22 +01:00
toshikanneko
6c178993af
Adjust position of play button on active element in playlist on mobile
2022-02-13 11:21:55 +01:00
toshikanneko
162b77a078
Fix video poster misaligned on mobile
2022-02-13 11:18:28 +01:00
toshikanneko
04137b4ec8
Fix video poster misaligned
2022-02-13 11:09:46 +01:00
toshikanneko
d4f0d99fe1
Temp show repost ribbon on category pages
2022-02-12 19:54:24 +01:00
toshikanneko
6537fc855e
Hide repost ribbon on category pages
2022-02-12 19:31:54 +01:00
toshikanneko
06782c0e31
Hide repost ribbon on category pages
2022-02-12 19:30:55 +01:00
toshikanneko
9703ba2eb3
Adjust hyperchat row on mobile
2022-02-12 17:55:27 +01:00
toshikanneko
a0a664baf5
Adjust font size in chat on mobile
2022-02-12 17:48:03 +01:00
toshikanneko
28a1bfefab
Adjust font size in comment section on mobile
2022-02-12 17:38:37 +01:00
toshikanneko
559ab774f6
Adjust frozen avatar size in comment section on mobile
2022-02-12 16:55:50 +01:00
toshikanneko
9573f30b8d
Adjust avatar size in comment section on mobile
2022-02-12 16:54:46 +01:00
toshikanneko
039cccba87
Remove markdown font size from comment section on markdown page
2022-02-12 09:48:09 +01:00
infinite-persistence
d102cbe802
Fix broken resolves due to escaped characters ( #849 )
...
## Issue
`/$/embed/尾崎豊----大阪球場ライブ%E3%80%801_6/bfd63daa9453bb1a11674ca8a7c5f5dd6b49d024?r=2ituZftpdG18f1TBADDbCaaEZ9ecYYYm` wasn't working
## Change
Probably need to revisit this properly, but for now, grab the `requestPath` that's needed for resolving before escaping the characters.
Tested that `http://localhost:1337/$/search?q=%22\/%3E%3Cimg%20s+src+c=x%20on+onerror+%20=alert(1)+\%3E ` would still be blocked.
2022-02-11 21:26:36 -05:00
toshikanneko
f17662cf46
Fix top page subscribe button icon color
2022-02-12 01:09:29 +01:00
toshikanneko
ee8791004b
Fix top page subscribe button color
2022-02-12 01:03:51 +01:00
toshikanneko
e7e7d143e3
Fix top page support button position & color
2022-02-12 00:58:19 +01:00
Thomas Zarebczan
d6d3328201
Fix edit from claim menu
2022-02-11 17:27:25 -05:00
Rave | 図書館猫
2001d769ac
theme-hotfix ( #846 )
2022-02-11 20:41:53 +01:00
mayeaux
0c4f85fe53
MAKE ODYSEE EVEN MORE BEAUTIFUL ( #539 )
...
WE LOVE YOU RAPHAEL FOR MAKING THIS HAPPEN!
2022-02-11 13:50:55 -05:00
infinite-persistence
0cdf6e1970
i18n : mobile revamp and more
2022-02-11 09:39:01 -05:00
Rafael
2d39325a24
Fix edit
2022-02-09 15:39:15 -05:00
Thomas Zarebczan
f943affb19
update reports endpoint.
2022-02-09 15:06:38 -05:00
Rafael
5c028fea7f
Fix commentCreate focus and blur issues
2022-02-09 14:00:11 -05:00
Rafael
63cc5da092
Expand override for mobile livestream layout
2022-02-09 11:48:40 -05:00
Rafael
2a7b9364e4
Fix missing navigate on Edit mobile menu button for own claims
2022-02-09 11:48:40 -05:00
Rafael
aaf36e88dd
Cleanup Comment and CommentsList and fix new pages
...
- Fixes new pages not fetching at all inside a drawer component
- Fixes fetching multiple pages at once some times
2022-02-09 11:48:40 -05:00
infinite-persistence
f9a1fcc6a7
Bump thumbnail size to 5MB & check size before upload.
...
- The previous 2MB was a CDN limit (more of a mistake). That has been increased to a far greater number, so we're setting a more reasonable 5MB limit.
- The previous code checks/shows the "size exceeded" message after the file has been uploaded ... in the `catch` block. This will not work since the CDN now allows a 5MB file.
- Fixed by checking the size before actually uploading.
2022-02-09 11:14:46 -05:00
infinite-persistence
0f5948d871
Don't upload file if "Use URL" is selected
...
## Issue
When pressing "Done", it will call the upload function, which usually results in a "please select a file" error, or the file being uploaded if a file was selected prior to switching to "Use Url".
2022-02-09 11:14:46 -05:00
infinite-persistence
02accb5c79
Strip timestamp from url when resolving for OG
...
`Lbry.resolve` won't work with timestamps in the url.
2022-02-09 10:11:31 -05:00
Thomas Zarebczan
56c39cf60e
update search domain
2022-02-08 14:39:45 -05:00
Thomas Zarebczan
bb14fe30b4
update videoplayer
2022-02-08 13:34:37 -05:00
Rafael
07eaba5a89
Unscape uri for resolve
2022-02-08 13:34:26 -05:00
Rafael
dae0f9c3d5
Fix keyboard & comment selectors open affecting scroll
2022-02-08 12:35:40 -05:00
Rafael
e42090d3b6
Change scroll behavior
2022-02-08 12:35:40 -05:00
Rafael
b5c7f9cd8a
Focus on Tap at the end of the line
2022-02-08 12:35:40 -05:00
Rafael
0394211021
Fixes
2022-02-08 12:35:40 -05:00
Rafael
1f367c641e
Cleanup Form-Field
...
- avoid declaring components inside the body function of parent components https://dev.to/borasvm/react-create-component-inside-a-component-456b
2022-02-08 12:35:40 -05:00
Rafael
ba5d96bb71
fixes
2022-02-08 12:35:40 -05:00
Rafael
59a06dbc3b
Fix redux actions
2022-02-08 12:35:40 -05:00
Rafael
c758c59066
Improve comment selectors
2022-02-08 12:35:40 -05:00
Rafael
2b56ca8599
Cleanup CommentCreate
2022-02-08 12:35:40 -05:00
Rafael
67053beda9
Fix drawer resize
2022-02-08 12:35:40 -05:00
Rafael
6bb7a155cd
Add help tip notice to input
2022-02-08 12:35:40 -05:00
Rafael
83a535928d
Allow adding tip to sticker chats
2022-02-08 12:35:40 -05:00
Rafael
9067a024ab
Improve unauth
2022-02-08 12:35:40 -05:00
Rafael
0399250906
Add drawer subtitle (ex view count for livestreams)
2022-02-08 12:35:40 -05:00
Rafael
3a511d0647
Fix recent comments
2022-02-08 12:35:40 -05:00
Rafael
1a87fb6239
Fix Autoplay
2022-02-08 12:35:40 -05:00
Rafael
575e73dccd
Fix empty comments disabled message
2022-02-08 12:35:40 -05:00