Commit graph

525 commits

Author SHA1 Message Date
Jeremy Kauffman 7372f5dff9 lint fixes 2019-10-28 12:59:02 -04:00
Jeremy Kauffman 2b0a35717d add support for searching downloaded files 2019-10-28 12:59:02 -04:00
zxawry 2989ef6f7b disable tags input field autofocus on channel edit and publish form 2019-10-28 12:41:25 -04:00
zxawry 080a36c5a6 show blocked mature channels on block list 2019-10-28 12:41:25 -04:00
jessop 7d35e998ec solves 3 issues with tags 2019-10-28 10:58:40 -04:00
Axle7XStriker 4fe31f318b Fixed flow error in walletSendTip/view.jsx 2019-10-28 10:57:44 -04:00
Justin Collier 531ad8dc63 fix flow error in player 2019-10-28 10:57:14 -04:00
colinfruit ca44581abd view htm files with HtmlViewer 2019-10-28 10:54:20 -04:00
Thomas Zarebczan 604572bb0f
spelling fix 2019-10-25 11:28:36 -04:00
Sean Yesmunt 6b61a544bc add email to syncPassword component and more sync cleanup 2019-10-24 17:01:01 -04:00
Sean Yesmunt 0fb4f6f96d cleanup publish modal behavior to work better on lbry.tv 2019-10-24 17:01:01 -04:00
Sean Yesmunt 39f0f97be0 hide proper things on lbry.tv 2019-10-24 17:01:01 -04:00
reece b5c7722cb3 ammended comment 2019-10-23 10:04:02 -04:00
reece 0caac8e402 fixed bug where trying adding two identical tags just added none 2019-10-23 10:04:02 -04:00
reece 4cea57060e normalized tags 2019-10-23 10:04:02 -04:00
Sean Yesmunt 446edd8096 fix typo 2019-10-22 16:46:50 -04:00
Sean Yesmunt a736cbffeb cleanup style 2019-10-22 16:45:47 -04:00
jessop 3cc69ddaf0 UI/UX
disable file input while awaiting publish
add spinner to publishes in sidebar
add spinner and Publishing title on Publish page
add WebUploadList to Publishes
add WebUploadItem
 - thumb
 - name
 - progress bar
 - abort button
beforeunload prevent closing tab / navigation
enforce and notify about publish size limit
6 outstanding flow complaints
2019-10-22 16:45:47 -04:00
jessop f8ea6164f7 file selector operational for thumbs, publishes, thumb generation, channel edits 2019-10-22 16:45:47 -04:00
jessop 82658618d0 wip publish page 2019-10-22 16:45:47 -04:00
Sean Yesmunt 179f758f4d only redirect if syncError 2019-10-22 16:44:21 -04:00
Sean Yesmunt 3e556e505c sync support on lbry.tv 2019-10-22 16:44:21 -04:00
Sesamestrong dbaf98412f Sanitize urls with single quotation marks
This fixes behavior for URLs with single quotes within them.
The behavior for a url like `https://severalglamorousthing.426729.repl.co/google's%20logo.png` would be no background at all; the CSS rule would change to `background-image: url((unknown));`.
This fixes the problem and adds `\` to every `'` in the image url.
The behavior of the repo with this fix would be a conversion of the url provided above to  `https://severalglamorousthing.426729.repl.co/google\'s%20logo.png`, which can be put into `\`url('${url}')\`` without breaking the CSS rule.
2019-10-22 11:27:52 -04:00
Thomas Zarebczan f5faf6f49b fix: blank password take 2 2019-10-21 22:44:07 -04:00
Thomas Zarebczan f74d73f2dc Fix: add callback after unlocking 2019-10-21 12:59:19 -04:00
Thomas Zarebczan bcda83ac44 fix: blank password bug 2019-10-21 10:37:34 -04:00
Sean Yesmunt fde204b3b5 fix typo 2019-10-17 16:00:26 -04:00
Sean Yesmunt 52dd9d269c disable sync for encrypted wallets with no saved password 2019-10-17 15:15:32 -04:00
Sean Yesmunt a6c3c1b480 actually fix it 2019-10-17 14:54:33 -04:00
Sean Yesmunt 1f309fdc75 fix for startup splash with locked wallets 2019-10-17 14:32:36 -04:00
Sean Yesmunt 98ee0b1500 quick fix for splash screen unlocking 2019-10-17 13:49:00 -04:00
Sean Yesmunt 4a9e90b45a remove anonymous setting code 2019-10-17 13:08:00 -04:00
Sean Yesmunt f056c7baec remove @reach/tooltip and claim preview tooltips for now 2019-10-17 13:08:00 -04:00
Sean Yesmunt 18c5743f89 fix status being called continuosly after startup 2019-10-17 13:08:00 -04:00
Sean Yesmunt 4e70642163 don't lose subs/tags for existing users and don't opt them into sync automatically 2019-10-17 13:08:00 -04:00
jessop ab9bce2dca welcome tags only shows on 0 tags 2019-10-16 20:01:58 -04:00
jessop 7af4a63400 removes redundant logPublish calls 2019-10-16 19:58:06 -04:00
Sean Yesmunt 30fca67550 fix: interval for calling status 2019-10-16 19:52:05 -04:00
Sean Yesmunt 09d32f2da5 check Lbry.wallet_status for unlocked status instead of Lbry.status 2019-10-16 19:52:05 -04:00
Sean Yesmunt d74f573763 set default value of 'enableSync' to false for exisiting users 2019-10-16 19:52:05 -04:00
Sean Yesmunt 4097b0e9fd fetch channels after syncing 2019-10-16 19:52:05 -04:00
Sean Yesmunt 2ec3f62407 redirect to password screen if toggling sync from settings page 2019-10-16 19:52:05 -04:00
Sean Yesmunt d7c0f5c6b7 fix sync becoming untoggled 2019-10-16 19:52:05 -04:00
Sean Yesmunt a3b3a204b0 first pass at sync for everyone 2019-10-16 19:52:05 -04:00
Dustin Robison 1ec3742fcf Added prevent default to formfield price onWheel 2019-10-16 00:41:50 -04:00
jessop da19ff2471 triggers api publish new on streams and channels 2019-10-16 00:34:06 -04:00
Sean Yesmunt 4f62606e22 fix settings link 2019-10-16 00:22:03 -04:00
Tom Biju 2a123509f7 add message to say content is hidden according to settings (2703) 2019-10-16 00:22:03 -04:00
jessop 194464bd71 provides recheck button at verification screen 2019-10-16 00:12:56 -04:00
jessop 00262eeb92 adds requiresAuth bool to button and enables it on selected buttons 2019-10-15 15:26:24 -04:00