saltrafael
178dec7030
Fix null active channel case ( #918 )
2022-02-18 12:22:21 -05:00
Max Kotlan
56f8d8b71a
Custom body scrollbar + disable body scroll when overlay or image viewer opened ( #897 )
2022-02-18 18:03:15 +01:00
Raphael Wickihalder
6a69e02d57
Merge branch 'ravedev'
2022-02-18 18:00:36 +01:00
Raphael Wickihalder
4c27d6673f
Fix following button on channel page on mobile in guest mode
2022-02-18 17:57:37 +01:00
Raphael Wickihalder
6e79aa4950
Adjust channel wrapper spacing on file page on mobile
2022-02-18 17:57:36 +01:00
Raphael Wickihalder
4d77d2a6c6
Fix following button on channel page on mobile in guest mode
2022-02-18 17:56:39 +01:00
Raphael Wickihalder
6805e78d2c
Adjust channel wrapper spacing on file page on mobile
2022-02-18 17:52:30 +01:00
infinite-persistence
a6316ce71e
Fix header avatar stuck in pending mode when all channels are deleted ( #911 )
...
## Issue
535
## Change
- Header: Use the "channel list undefined" instead of "active channel url undefined" to determine if the button should be "pending".
- App: restore the use of `activeChannelClaim` instead of `activeChannelId`. In the existing design, the latter is never cleared is some situations, so the former is more accurate as it takes the current channel list into account. We might want to hide (not export) `activeChannelId` to avoid this mis-use again.
2022-02-18 08:14:54 -05:00
infinite-persistence
636b00f9db
Sync up with recent homepage string changes
2022-02-18 20:00:37 +08:00
infinite-persistence
aedd194be6
Various i18n fixes
2022-02-18 20:00:36 +08:00
infinite-persistence
c04f61d318
Fix incorrect usages of I18nMessage
2022-02-18 20:00:36 +08:00
infinite-persistence
88e0ea5d7d
Missing strings
2022-02-18 20:00:35 +08:00
infinite-persistence
58a1614c92
Fix tip method split string
2022-02-18 20:00:35 +08:00
infinite-persistence
8441bd020a
Corrected 'SuperChat' to 'HyperChat'
2022-02-18 20:00:34 +08:00
Raphael Wickihalder
299c3ff021
Merge branch 'ravedev'
2022-02-18 12:57:03 +01:00
Raphael Wickihalder
a697d70ff9
Fix repost ribbon on search result page
2022-02-18 12:56:03 +01:00
Raphael Wickihalder
09ee8829ed
Fix repost ribbon on search result page
2022-02-18 12:55:16 +01:00
Raphael Wickihalder
2d2edf986f
Adjust channel wrapper spacing on file page
2022-02-18 12:37:45 +01:00
Raphael Wickihalder
f109ee2db2
Adjust channel wrapper spacing on file page
2022-02-18 12:33:08 +01:00
Raphael Wickihalder
a3f00944d4
Fix top page repost ribbon & buttons on mobile
2022-02-18 11:51:48 +01:00
Raphael Wickihalder
5af52bd032
Fix calendar overflow on livestream setup page on mobile
2022-02-18 11:15:31 +01:00
Raphael Wickihalder
23d4de5457
Merge branch 'ravedev'
2022-02-18 09:26:28 +01:00
Raphael Wickihalder
d0920317ad
Adjust comment section width on markdown page on HiDPI screens
2022-02-18 09:23:47 +01:00
Raphael Wickihalder
745148c2dc
Fix 'Find new channels' page on mobile
2022-02-18 09:15:56 +01:00
Raphael Wickihalder
e23e0f526d
Optimize DMCA page on mobile
2022-02-18 09:03:35 +01:00
Raphael Wickihalder
d95593486f
Adjust input focus in reply
2022-02-18 08:50:49 +01:00
Raphael Wickihalder
f18b851edb
Optimize comment input section on markdown page on mobile
2022-02-18 08:46:41 +01:00
infinite-persistence
9f7dda0234
Update commentron url
2022-02-18 09:19:53 +08:00
infinite-persistence
678a160f7c
Fix missing homepage placeholder while waiting for livestream data ( #904 )
...
## Issue
When loading the homepage, I kept seeing a blank page with footer first. Even Google is picking it up.
## Ticket
572 Slow appearance of tiles
## Notes
The tiles were originally delayed to prevent the "Upcoming Livestream" section from causing layout shifts.
With the new theme, the footer would cause a visible shift anyway. Hiding the footer is one solution, but I think not showing anything until the fetch is done is bad because the livestream fetch could stall.
2022-02-17 09:18:49 -05:00
infinite-persistence
95f90d8a84
Fix autoplay-next not working on mobile
...
## Why
The playing URI was being cleared every time we leave the File Page, I believe to prevent the floating from continue playing outside of the File Page.
## Approach
Close FileRenderMobile by checking playingUri/primaryURI instead.
For the case of livestreams, just display it.
2022-02-17 17:37:58 +08:00
infinite-persistence
cb441ef5f4
Don't report thumbnail size errors
...
These are now checked at client side (not CDN side), so not actually an error worth collecting.
Also removed "Uploading the same file from multiple tabs or windows is not allowed." -- no longer exists.
2022-02-17 13:54:54 +08:00
AsadUmar
50423111af
Fix/use has window width changed enough ( #894 )
...
* fix render of toggle.
* Fix useHasWindowWidthChangedEnough
* fix flow
Co-authored-by: Asad Umar <au@visuary.fr>
2022-02-16 14:08:57 -05:00
Evans Lyb
b3c4ce05fa
Add pagination support to channel search ( #791 )
...
* Add pagination support to channel search
* fix #605 - channelContent component - replace lighthouse.search() to doSearch()
* #605 - Add pagination support to channel search - create ClaimListSearch component to support channel search instead of ClaimListDiscover
* #605 - Add pagination support to channel search - fix lint errors & component naming error
Co-authored-by: Kyle <kyle.mai@wiredcraft.com>
2022-02-16 23:01:20 +08:00
Rafael
2606758c0d
Also hide discover but exclude tag params
2022-02-16 06:53:21 -08:00
infinite-persistence
24d23b8cc9
Fix video thumbnail selector exceeding the modal size ( #891 )
...
## Issue
- 655 "Take a snapshot from your video" controls off-screen
- It also exceeds horizontally on mobile.
## Fix
Just add css constraints.
2022-02-16 09:50:41 -05:00
infinite-persistence
80d4d8c57c
Limit channel-creation count from the UI ( #886 )
...
## Issue
534 prevent new channel creation over x channels
## Notes
Also handled from the API call (`doCreateChannel`) in case there are other UI components that create channels.
2022-02-16 09:14:08 -05:00
saltrafael
0774090bdc
Remove extra scrollbar ( #888 )
2022-02-16 07:49:17 -05:00
infinite-persistence
70c05972cc
Fix "key missing in list" errors ( #885 )
2022-02-16 16:38:48 +08:00
infinite-persistence
c512b1147e
Notification: fix "missing key in list" error
2022-02-16 16:37:05 +08:00
infinite-persistence
d4f26c4272
ClaimList: fix "missing key in list" error
...
Each list item must have a unique key, and I didn't realize it needs to happen at the `<React.Suspence>` level too.
2022-02-16 16:37:05 +08:00
infinite-persistence
b56dc66f23
Remove i18n on repost ribbon since there is no text.
2022-02-16 00:36:42 -08:00
infinite-persistence
88907901a1
Fix livestream date incorrect if short url is used
...
## Issue
- "https://odysee.com/LIVE:6dd " yields "Live 3 months ago" (incorrect)
- "https://odysee.com/@RekietaLaw:a/LIVE:6dd " yields "Live 30 minutes ago" (correct)
## Approach
Use claim ID instead of uri when searching `activeLivestreams`
2022-02-15 22:16:46 -08:00
infinite-persistence
a636d7d8c9
UriIndicator: props cleanup, no functional change
...
- Marked optional props properly.
- Re-ordered to make it easier to differentiate "props used in jsx" vs. "from redux".
Separated the commit to make the upcoming diffs easier to read.
2022-02-16 11:53:53 +08:00
toshikanneko
c2c44f7334
Adjust level indicator star border in header
2022-02-15 20:44:06 +01:00
toshikanneko
dc31c0f8fe
Merge branch 'master' of https://github.com/OdyseeTeam/odysee-frontend
2022-02-15 20:38:52 +01:00
saltrafael
381200800e
Revert tips by amount on hyper chat banner ( #877 )
2022-02-15 14:28:06 -05:00
saltrafael
60d9acfa55
Hide Wild West for DE ( #875 )
2022-02-15 12:36:33 -05:00
toshikanneko
f60a267b61
Merge branch 'master' of https://github.com/OdyseeTeam/odysee-frontend
2022-02-15 16:58:08 +01:00
David Granado
a38ef1337a
Fix css specificity issue on skip-button. ( #853 )
2022-02-15 10:40:19 -05:00
saltrafael
6fa12bf237
Fix wrong param for selector ( #874 )
2022-02-15 10:35:39 -05:00