lbry-desktop/ui
infiinte-persistence 8920b4ca75 Fix video transcode setting not reflected correctly (MP3 incorrectly transcoded to MP4)
## Issue
4332: Video transcode setting not reflected correctly (MP3 incorrectly transcoded to MP4)

2 issues here:
(1) The checkbox is mixing between user state and logic state.
(2) The variables (e.g. `optimize`, `isVid`, `filePath`, etc) will have values from the previous operation when you enter Publish Page, so GUI issues beyond Transcode can be also produced (e.g. showing Transcode enabled for an image).

## Changes
The "Transcode" checkbox state (checked vs. unchecked) will now reflect the user's desire and will be a persisted state. Whether or not this setting is used will be reflected by the checkbox's grayed-out state (i.e. it can be checked for non videos, but it will be grayed out).
2020-07-06 09:42:16 -04:00
..
component Fix video transcode setting not reflected correctly (MP3 incorrectly transcoded to MP4) 2020-07-06 09:42:16 -04:00
constants new channel creating and editing 2020-07-01 22:01:48 -04:00
effects fix thumbnails on desktop 2020-06-03 13:49:44 -04:00
modal style pass for channel edit 2020-07-01 22:04:23 -04:00
page rewards redirect fix for manually approved users 2020-07-03 13:18:28 -04:00
redux Revert "bring in blocked redux code from lbry-redux" 2020-06-23 16:21:40 -04:00
scss remove unused styles and add title fallback 2020-07-02 13:01:31 -04:00
util style pass for channel edit 2020-07-01 22:04:23 -04:00
analytics.js strip ga calls 2020-06-02 16:52:34 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
i18n.js app plays embed in iframe 2020-01-28 10:20:54 -05:00
index.jsx add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
logWarningConsoleMessage.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reducers.js Revert "bring in blocked redux code from lbry-redux" 2020-06-23 16:21:40 -04:00
rewards.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
store.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00