Commit graph

8643 commits

Author SHA1 Message Date
Jeremy Kauffman
10163c53cc Clarify setup 2017-01-23 16:18:04 -05:00
alexliebowitz
f3c951187d Merge pull request #141 from lbryio/hide-unavailable-files
Add setting to hide unavailable content
2017-01-22 01:56:13 -05:00
Jeremy Kauffman
44412437ce unavailable content cleanup 2017-01-21 16:31:41 -05:00
Alex Liebowitz
e5b4aaf175 Revamp "file not available" message
- Don't fade out tile
 - Display message in place of buttons with an option to bypass the
   message
 - Factor out message into its own FileUnavailableMessage component
2017-01-21 01:52:35 -05:00
Alex Liebowitz
42517587ee Add FileUnavailableMessage component 2017-01-21 01:48:30 -05:00
Alex Liebowitz
3e33b5a2e8 Pass sdHash into FileTile on Discover page 2017-01-20 23:59:07 -05:00
Alex Liebowitz
9b68f71199 Always use local availability checks (not Lighthouse) 2017-01-20 23:55:49 -05:00
Alex Liebowitz
78176e6b0a In FileTile, show a message when a file is unavailable 2017-01-20 11:44:08 -05:00
Alex Liebowitz
9a421941fe Move styles for ToolTip and ToolTipLink into CSS 2017-01-20 11:38:23 -05:00
Alex Liebowitz
87e6713262 Make unavailable content visible by default 2017-01-20 08:54:36 -05:00
Alex Liebowitz
1c19537883 Clean up prop passing from FileTile to FileTileStream 2017-01-20 08:49:47 -05:00
Alex Liebowitz
9d0aa0d8da Add setting to hide unavailable content 2017-01-19 05:05:57 -05:00
Job Evers-Meltzer
09b9bacc35 use electron branch of web-ui 2017-01-19 03:51:54 -06:00
Alex Grintsvayg
a14414eb2f blah 2017-01-18 16:44:54 -05:00
Alex Grintsvayg
64315a329d dont let venv errors stop us 2017-01-18 16:41:49 -05:00
Alex Grintsvayg
f2453b7d73 still failing 2017-01-18 16:39:21 -05:00
Alex Grintsvayg
48d667b655 rm venv before builds 2017-01-18 16:35:06 -05:00
Alex Grintsvayg
059fd11b94 add virtualenv 2017-01-18 16:33:27 -05:00
Alex Grintsvayg
b1ce329e8e need python2.7-dev always 2017-01-18 16:08:27 -05:00
Alex Grintsvayg
4cdf12a169 set git user/email if its not set 2017-01-18 15:57:34 -05:00
Alex Grintsvayg
81be65703a bump 2017-01-18 15:34:28 -05:00
Alex Grintsvayg
18df362458 add build dependencies, better tarballing 2017-01-18 14:43:35 -05:00
Alex Grintsvayg
030d9e5c65 tarball 2017-01-18 13:03:10 -05:00
Alex Grintsvayg
a0ad78b037 lets do just osx and linux 2017-01-18 12:31:16 -05:00
Alex Grintsvayg
4585ce33bd in teamcity, create packages for all platforms 2017-01-18 12:11:04 -05:00
Alex Grintsvayg
805e1a2fca add electron-packager to build 2017-01-18 12:02:35 -05:00
Alex Grintsvayg
189dde38bc cp on osx is dumb 2017-01-18 11:48:51 -05:00
Alex Grintsvayg
ebfdabedf4 spruce up build.sh 2017-01-18 11:40:01 -05:00
Job Evers-Meltzer
cafe34cbdc better startup and process management 2017-01-18 10:32:10 -06:00
Alex Grin
c6104f9a21 test2 2017-01-18 11:22:46 -05:00
Job Evers-Meltzer
2aa10261d9 Improve startup checking
Before this fix, if the daemon wasn't accepting connections
the UI would get an error and then be stuck on the loading screen.

We now check if the daemon is accepting connections first, and then
check for the status.
2017-01-18 09:30:46 -06:00
Job Evers‐Meltzer
bfbe69a861 Merge pull request #135 from lbryio/my-bug-fixes
Minor bug fixes
2017-01-17 22:15:33 -06:00
Job Evers-Meltzer
f1b2d0d62d ensure that content_type exists 2017-01-17 21:57:16 -06:00
Job Evers-Meltzer
22c4f41066 fix errorcallback in publish 2017-01-17 21:37:24 -06:00
Job Evers-Meltzer
4166419823 fix missing Icon import 2017-01-17 21:36:48 -06:00
Job Evers-Meltzer
5f2312295c fix typo in proptypes 2017-01-17 21:36:32 -06:00
Alex Grin
db19bcc613 testing teamcity trigger 2017-01-17 18:39:02 -05:00
Jeremy Kauffman
2192efc49f Merge pull request #116 from lbryio/unified-tiles
Unified File Tiles (WIP)
2017-01-17 17:10:40 -05:00
Jeremy Kauffman
8ce5e23c8f Merge pull request #134 from lbryio/development
Merge development into master
2017-01-17 16:25:52 -05:00
Alex Liebowitz
e6563f26b8 Fix extra margin around Open and Download links 2017-01-17 06:44:48 -05:00
Alex Liebowitz
839c42bc3a Use new format for open and reveal RPC methods 2017-01-17 06:44:48 -05:00
Alex Liebowitz
8fdfd4b60e Show prices on Published page 2017-01-17 06:44:48 -05:00
Alex Liebowitz
88d4c49d9a Use Object.entries() when calling file info callbacks 2017-01-17 06:44:43 -05:00
Alex Liebowitz
0b9980f371 Rename all vars called "___sInfo" to "___Infos" 2017-01-17 05:06:39 -05:00
Alex Liebowitz
425fbb84a5 Fix delay in files disappearing from My Files
We now maintain a list of files that have been requested for removal in
lbry.js and simulate the file being removed so all components can
respond immediately.
2017-01-17 04:04:31 -05:00
Job Evers-Meltzer
ff093c4155 fix dumb mistake 2017-01-17 01:02:01 -06:00
Job Evers-Meltzer
42e3681a8d make sure to reset each submodule 2017-01-17 00:58:31 -06:00
Alex Liebowitz
e9f00eec23 Pad buttons using margin on content instead of padding on container
Allows button-style progress bars to set width without having to
account for padding
2017-01-16 23:44:06 -05:00
Jeremy Kauffman
70db4c937e shitty file remove 2017-01-16 23:44:06 -05:00
Jeremy Kauffman
7f135275df file list refactor 2017-01-16 23:44:06 -05:00