infinite-persistence
f43577a2dd
Variable naming and doc cleanup
...
- The function name is good and self-documenting, so removed the redundant comment. Whether it's 'precise' or not, it could change in the future and not worth maintaining a comment like that.
- Focused on the non-obvious reason for SHIFT key instead.
- Fixed "on scroll" variable naming since it is not just for scrolling (it applies to keyboard up/down too)
2022-06-07 11:19:55 +08:00
infinite-persistence
151749d4c3
LbryVolumeBarClass: add documentation
2022-06-07 11:09:03 +08:00
infinite-persistence
b921547386
Missing yarn.lock commit
...
This diff came up when building. Probably missed from the eslint update PR.
2022-06-07 10:33:20 +08:00
Thomas Zarebczan
cb06c10f0b
Help hints + channel removal
2022-06-06 16:53:36 -04:00
mayeaux
4893085ee3
bump eslint version ( #1640 )
2022-06-06 12:19:35 -04:00
mayeaux
045fc2c940
dedupe yarn.lock ( #1639 )
2022-06-06 11:19:50 -04:00
mayeaux
dcf9b1802f
Styling touchups for image previews ( #1582 )
...
* styling touchups for image previews
* update vtt-thumbnails commit hash
2022-06-06 10:28:06 -04:00
mayeaux
8aaa820e2f
Add volume control using scroll wheel from myzel, with flow errors fixed ( #1638 )
...
* created function
* removed console logs
* made volume change on mousewheel functional
* improved code
* added precise volume control
* updated behavior
* fixed error
* fix flow errors
Co-authored-by: myzel394 <50424412+Myzel394@users.noreply.github.com>
2022-06-06 09:37:44 -04:00
Rave | 図書館猫
c146ccc432
Resolve player icon hover conflict ( #1637 )
2022-06-05 15:06:11 +02:00
Rave | 図書館猫
e83d667b25
Player icons patch ( #1636 )
...
* Adjust player icon size & position on desktop & mobile
* Adjust control-bar position
* Fix chapter button offset
2022-06-05 13:32:21 +02:00
Rave | 図書館猫
2762d43224
Restructure header navigation ( #1611 )
...
* Restructure header navigation
* Hide theme button in guest mode
* Update channel selector width and navigation top in header
2022-06-03 09:43:31 -04:00
Rave | 図書館猫
81eddb2b5d
Publish revamp (Part 1) ( #1593 )
...
* Rearrange fields
* Autocomplete title
* Fix class position
* Hide deposit behind advanced settings
* Redesign additional options
* Redesign price section
* Update price section
* Redesign tags section
* Fix title edit
* Make with dynamic
* Redesign thumbnail section
* Redesign description section
* Resedign file section
* Polish sections
* Adjust help text
* Clear title on form reset
* Adjust price section
* Fix help color in light theme
* Polish
* Mobile adjustments
* More mobile adjustments
* Remove border-bottom from publish rows
* Redesign date section
* Adjust some details
* Adjust clear button
* Adjust channel selector on mobile
* Adjust post save button position
* Adjust browse button color
* Adjust channel picker on mobile
* Eenable announcement page
* Remove file title, remove space, redesign licence section
* Fix edit form, existing claim warning, missing title warning
* Adjust light theme
* Adjust icon collor in button
2022-06-03 09:28:12 -04:00
dependabot[bot]
9dc03d816a
Bump protobufjs from 6.11.2 to 6.11.3 in /web
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 01:57:01 -04:00
Thomas Zarebczan
547781c07c
Update messaging around bitrates / resolution
...
Allow for higher bitrates, but still recommend transcode over 8mbps until we have transcode on upload.
2022-06-02 14:47:50 -04:00
Thomas Zarebczan
37d9db9cf2
not sure why this has to be the same
...
otherwise it just shows the premium driver...tried a few things, and it seemed to work fine like this. Maybe due to some cleanup/styles, etc
2022-06-02 13:02:38 -04:00
Thomas Zarebczan
328c8938c6
Use separate ad for file pages
2022-06-02 13:02:38 -04:00
infinite-persistence
70ddd08df6
Show Sticky in Content and Channel Page for incognito
...
https://odysee-workspace.slack.com/archives/C02G20Z2AEL/p1654171314724029?thread_ts=1654089384.715699&cid=C02G20Z2AEL
Content: not showing ads for signed-in users because it interferes with commenting.
Channel: same behavior as Categories (i.e. show is not Premium+).
2022-06-02 10:49:42 -04:00
infinite-persistence
9787940bc8
Make MODALS.CONFIRM not dismissed when out of focus
...
Clicking OK or cancel will be the only way to dismiss this modal.
2022-06-02 10:40:19 -04:00
infinite-persistence
0fb27e7c48
Also apply timeout msg to wallet_send
2022-06-02 10:40:19 -04:00
infinite-persistence
16da04e6b9
SnackBar: pause dismiss timer when mouse is over it
2022-06-02 15:56:45 +08:00
infinite-persistence
d89e04942b
Tweak tip/boost toast message
...
- Split the friendly text (non-essential) to `subMessage`.
- Put a link to the wallet history for all these tipping toasts.
- Don't say "tip" for the Wallet Send action (Issue_1605)
- Make the link font-size smaller than the main text.
2022-06-02 15:36:05 +08:00
infinite-persistence
f69097b488
Don't block entire router while fetching Categories
...
This is a follow up for 2b60fe95
## Issues
- Not every page needs the Category data, so only block for Category pages.
- `categoryPages.length` was rendered as a number while blocking for the fetch.
## Change
It's a chicken-and-egg thing because we don't know what the category path is, but fortunately categories and internal pages start with `/$/`, so we can make a reliable guess. The other internal pages would have matched the defined routes and would not reach this function.
2022-06-02 14:11:52 +08:00
infinite-persistence
c677f69c60
CONTRIBUTING.MD: remove electron and other app references
2022-06-02 14:11:09 +08:00
infinite-persistence
227b6e3011
DiscoverPage: re-org, no functional change
...
- Avoid double loop in `isFollowing` (map + includes).
- Move calculations into functions, as most of the variables are only single-purpose. This makes it easier to find things and tweak. Only shared variables need to be at the top.
- Re-org to 'vars -- funcs -- effects -- return' file structure.
2022-06-02 13:28:15 +08:00
Raphael Wickihalder
c3aaadf4aa
Adjust space between icon and menu in player
2022-06-01 19:49:50 +02:00
Raphael Wickihalder
1b84ac0268
Adjust player playlist icons
2022-06-01 19:41:49 +02:00
Raphael Wickihalder
1efa54c121
Fix player button alignment
2022-06-01 19:38:58 +02:00
Raphael Wickihalder
eeda485bb4
Adjust player icons
2022-06-01 19:23:16 +02:00
Raphael Wickihalder
8a5cf5f71b
Adjust timestamp position
2022-06-01 18:35:40 +02:00
Rave | 図書館猫
c775072e7e
Realign & adjust player icons ( #1621 )
2022-06-01 18:25:37 +02:00
infinite-persistence
331ae641d0
No sticky in mobile, and only show in Category.
...
## Code changes
- Switch from blacklist to whitelist.
2022-06-01 21:58:29 +08:00
Thomas Zarebczan
5fe5f7599f
Revert "DRY: fix duplicate code for Recommended key generation"
...
This reverts commit 05376490a8
.
2022-06-01 09:55:56 -04:00
Thomas Zarebczan
4cf531b8ad
Revert "Recommendations: factor out a selector for raw results"
...
This reverts commit 2edf1ca564
.
2022-06-01 09:55:56 -04:00
Thomas Zarebczan
b6eb580c82
Revert "Recsys: determine the clicked index based on raw results instead of rendered order"
...
This reverts commit e4214b1c1b
.
2022-06-01 09:55:56 -04:00
Raphael Wickihalder
6ee3b34b10
gdpr-theme
2022-06-01 09:13:53 -04:00
infinite-persistence
32f0d1d7a1
Tip: show modal instead of toast when timeout
...
## Issue
The toast wasn't good enough as the user might miss it and attempt to re-send.
## Change
- Change the tip timeout from Toast to Modal.
- For the case of Comments, add additional info about being unable to re-link the txid to the comment for now. Not really useful to the user, but better than nothing.
2022-06-01 08:40:39 -04:00
infinite-persistence
cfa59507ba
doSendTip: pass the err back to the callback
...
No real users for now, but an error callback so should do that.
2022-06-01 08:40:39 -04:00
infinite-persistence
e4214b1c1b
Recsys: determine the clicked index based on raw results instead of rendered order
...
## Ticket
1606
## Issue
The displayed order of the recs are often re-adjusted -- viewed content are pushed to the bottom to avoid auto-play-next from picking it up again. This was causing recsys to be confused, because the click order does not correspond the results.
## Change
Refactored the selector we can grab the raw results and use that as the index reference.
2022-06-01 08:32:37 -04:00
infinite-persistence
2edf1ca564
Recommendations: factor out a selector for raw results
...
1606
2022-06-01 08:32:37 -04:00
infinite-persistence
05376490a8
DRY: fix duplicate code for Recommended key generation
...
Must use `getRecommendationSearchOptions`, otherwise there is a chance of some clients deriving the wrong key.
2022-06-01 08:32:37 -04:00
Rave | 図書館猫
67d0655314
Adjust toggle buttons in modal ( #1615 )
2022-06-01 12:39:32 +02:00
Rave | 図書館猫
0a3d47edce
Design patch 22 06 01 ( #1613 )
...
* Adjust autofill icon color
2022-06-01 09:26:36 +02:00
Raphael Wickihalder
78509a92c4
Fix close button in footer banner
2022-06-01 13:13:49 +08:00
infinite-persistence
d5910c8172
Fix sticky not reliably opening when navigated into page
...
## Issue
Stickly loads fine when Category Page is opened directly (F5, open), but doesn't load if F5 was at Homepage and then navigated into Category Page.
## Root
There is a bug where AdsSticky cannot be loaded on a page where AdsBanner exists. As long as AdsSticky is loaded in a page without AdsBanner, they both can still be visible together later, says from navigating around.
## Temp fix
Adding inAllowedPath to the logic is a band-aid that relies on AdsBanner only being used in Homepage for now, which we currently happen to not place AdsSticky.
2022-06-01 12:48:14 +08:00
Thomas Zarebczan
487d5c4a86
Add twitch sticker
2022-05-31 15:47:03 -04:00
Raphael Wickihalder
d66bd72b22
Adjust meme position
2022-05-31 18:46:02 +02:00
Rave | 図書館猫
2baddb1b1e
Adjust meme text spacing & fix ad tile title size ( #1602 )
2022-05-31 17:37:10 +02:00
Myzel394
d4f2236ea3
fixed nudge styling ( #1597 )
2022-05-31 17:04:43 +02:00
Raphael Wickihalder
a4834706e3
Adjust meme text margin bottom
2022-05-31 17:02:44 +02:00
Anthony
9b2cc7eb79
dont show subs for ios and correct position for actual subs
2022-05-31 10:41:31 -04:00