infinite-persistence
57bcf6bc03
Update description in PWA
2022-02-07 07:29:11 -08:00
infinite-persistence
e879cd3968
Update chat channel
...
There is no #help in the new odysee Discord. Closest I can find is #support
2022-02-07 10:22:20 -05:00
infinite-persistence
bfb8e90b1e
Limit embed generation to just Audio and Video
...
## Ticket
761 Should Posts have embed links
The original code also supported all text modes like PDF, all of which looked really bad, so it's unlikely someone is utilizing it.
Disabling them until a designer can fix 'em.
2022-02-07 10:21:33 -05:00
Asad Umar
373f7f75e0
useHasWindowWidthChangedEnough
2022-02-07 10:18:50 -05:00
Asad Umar
bdc5c2e9fb
optimize useWindowSize
2022-02-07 10:18:50 -05:00
Asad Umar
df320a2375
fix useWindowSize (again)
2022-02-07 10:18:50 -05:00
Asad Umar
e45ef63d41
fix useWindowSize
2022-02-07 10:18:50 -05:00
Asad Umar
00c9410253
fix useScreensize
2022-02-07 10:18:50 -05:00
Asad Umar
e0f01a58d2
fix expandable view
2022-02-07 10:18:50 -05:00
Asad Umar
b2093e822a
hook made for listening to resize events ie use-on-resize.js, with a debounced callback as to make performance even better.
2022-02-07 10:18:50 -05:00
Asad Umar
e4abc7ef41
WIP
...
fixed the issue by removing the useRect, and putting in a resize event, going to try and make the code cleaner by removing all that logic and putting it in a hook.
2022-02-07 10:18:50 -05:00
Thomas Zarebczan
fd1ee4f43c
recsys take 99
2022-02-04 18:38:42 -05:00
Thomas Zarebczan
ffcf09efd0
category updates
...
thx Drew
2022-02-03 11:02:59 -05:00
infinite-persistence
fae68d40fd
Category: Featured
2022-02-03 11:02:59 -05:00
infinite-persistence
18cdba65cf
i18n weekly
2022-02-03 11:02:59 -05:00
infinite-persistence
fe3a55ff95
Remove custom comments server
...
- Not used by Web.
- It's basically a revert of Desktop 5459.
2022-02-03 10:24:58 -05:00
Rafael
9b7dbc97b2
Add Featured Icon
2022-02-02 23:53:12 -05:00
David Granado
63a3602464
Case insensitive subscription filter
2022-02-02 09:50:55 -05:00
Thomas Zarebczan
fc99d85efc
Add max bitrate messaging
...
Disable form on error
Fix resetting
2022-02-01 17:26:09 -05:00
Rafael
e37a6c66be
Fix embed params regex again
2022-02-01 15:52:39 -05:00
David Granado
c7a23058c8
Only show subscription filter when more subs than initial limit
2022-02-01 10:20:00 -05:00
David Granado
652d98f6c6
Factor out input to isolate component updates
2022-02-01 10:20:00 -05:00
David Granado
5048c460f1
Add padding around search input
2022-02-01 10:20:00 -05:00
David Granado
8e94044904
Adjust 'no results' styling
2022-02-01 10:20:00 -05:00
David Granado
d7845f2988
Remove unneeded class
2022-02-01 10:20:00 -05:00
David Granado
a869e9dc2c
Add channel list filter
2022-02-01 10:20:00 -05:00
Rafael
e1b6c5149a
Fix Regex for claimUrl embed url params
2022-02-01 09:02:57 -05:00
Rafael
e9a003328d
Avoid persistent lone question mark on url
2022-02-01 09:02:57 -05:00
Rafael
df360f7ccc
Fix player error
2022-01-31 17:27:41 -05:00
Rafael
3d4a4cd960
Add escapeHtmlProperty on url params
2022-01-31 14:22:39 -05:00
Rafael
1628d4901c
Revert encode share embed url
2022-01-31 14:22:39 -05:00
Rafael
b30a8568e5
Fix embed url param parsing
2022-01-31 14:22:39 -05:00
Thomas Zarebczan
92f0fd8745
More cleanup
2022-01-31 11:39:03 -05:00
David Granado
f09c6d7a50
Fix play btn calcs as audio tag was not measuring as expected
2022-01-31 11:32:44 -05:00
Thomas Zarebczan
5ee2f40608
Take 2 encoding test
2022-01-29 15:24:35 -05:00
Thomas Zarebczan
185c2d8496
encode oembed full url
2022-01-29 15:04:19 -05:00
Thomas Zarebczan
b3d9fe5473
Force stop event on dispose
2022-01-28 16:19:27 -05:00
infinite-persistence
1d8105a84a
Stop autoplay-next countdown when any input is in focus.
...
## Issue
On large screens, the comment field and autoplay countdown can both be visible at the same time. The currently code only stops the timer when the countdown component is not visible on screen.
The page annoyingly navigates away while typing.
## Change
When servicing the timer, check if the current active element is an input type. As far as I know, there is no React equivalent for this.
2022-01-28 09:11:15 -05:00
Rafael
898376888d
Fix
2022-01-27 11:32:01 -05:00
Rafael
6544f4c0b6
Fix resolve mentioned_channels
2022-01-27 11:32:01 -05:00
Rafael
44213fbad2
Properly parse URIs for invalid terms
2022-01-27 11:32:01 -05:00
Rafael
e4d5d69524
Use uri from props instead of location
...
- which was causing it to fail on popout chat for example
2022-01-27 11:32:01 -05:00
David Granado
cab4b3aba8
Return empty array rather than null from selectRepliesForParentId
2022-01-27 09:51:45 -05:00
David Granado
7dfbe5a539
Fix null property access bug
2022-01-27 09:51:45 -05:00
Thomas Zarebczan
a8418025db
Clean up buy page
2022-01-26 11:13:46 -05:00
infinite-persistence
47fa736bdc
Channel Thumbnail: handle json errors
...
1. Added size-specific error message.
2. Route whatever Vanwa's error instead of showing "unexpected json token". It's ugly, but at least it contains the reason string.
2022-01-26 08:32:40 -05:00
Thomas Zarebczan
ed0f574339
Respect disable download button tag
...
Fixes https://github.com/OdyseeTeam/odysee-frontend/issues/742
2022-01-25 15:51:45 -05:00
David Granado
a417cc3aca
Correctly encode the path for query string
2022-01-24 11:21:43 -05:00
David Granado
04aa77253f
Only send search request when string length enough for api expectation.
2022-01-24 11:16:30 -05:00
infinite-persistence
8b06c3df19
i18n
2022-01-24 17:33:59 +08:00