Commit graph

602 commits

Author SHA1 Message Date
Alex Liebowitz 0fc4712820 Convert Publish page to use new FormField and field label styles 2017-03-01 15:51:08 -05:00
Alex Liebowitz a9563b80df Add a "text-number" form field type, and add styles for 2 others 2017-03-01 15:51:00 -05:00
Alex Liebowitz 166db552b2 Fix two links to Discover page
Need the "index.html" for Electron
2017-03-01 15:26:03 -05:00
Alex Liebowitz c12b7645a7 Remove code for Linux close link
Not needed for Electron
2017-03-01 15:25:11 -05:00
Jeremy Kauffman 049e007747 add missing var declaration 2017-02-27 17:15:15 -05:00
Jeremy Kauffman 7eb15a9ac6 fix pending changes to api.lbry.io 2017-02-27 17:15:06 -05:00
Alex Liebowitz eaa0b7ba01 Convert error modal to use ExpandableModal component 2017-02-25 03:18:24 -05:00
Alex Liebowitz 08c4a5173a Add new ExpandableModal component 2017-02-25 02:56:57 -05:00
Alex Liebowitz ce33050fb3 Refactor Modal component 2017-02-25 02:55:05 -05:00
Alex Liebowitz 041771f07b Publish: restore "you have not published anything yet" message 2017-02-24 04:22:44 -05:00
Alex Liebowitz b041d66ee4 Make menus close after you click an option 2017-02-24 04:14:02 -05:00
Alex Liebowitz e8da1d09f5 Fix some links 2017-02-24 03:57:24 -05:00
Alex Liebowitz 23a4ad09de Fix "Component not mounted" error in FileActions 2017-02-24 02:30:32 -05:00
Alex Liebowitz d3666b119f My Files: Fix sorting comparison functions
- Properly distinguish between < and = cases
 - Make a copy before sorting (this wasn't causing problems; just good
   practice)
2017-02-24 00:38:55 -05:00
Alex Liebowitz e058470a70 Restore UI version on Help page 2017-02-23 23:36:19 -05:00
Jeremy Kauffman 4473536626 Merge branch 'development' into always-show-cancel 2017-02-23 09:15:36 -05:00
Alex Liebowitz 2c0b47edf2 On load screen, always show Cancel link if a previous page is available
Before, it was only showing if a load attempt timed out, and would show
even if there was no previous page to go back to.
2017-02-23 04:04:09 -05:00
alexliebowitz 129fa5aaa7 Merge pull request #182 from lbryio/fix-balance-check
When user hits "Watch", don't check balance if download already started
2017-02-23 03:56:31 -05:00
Alex Liebowitz fb421cdd79 When user hits "Watch", don't check balance if download already started 2017-02-23 03:56:50 -05:00
Alex Liebowitz 756a04a368 Watch: fix back button flickering on mouseover 2017-02-23 02:50:53 -05:00
Alex Liebowitz 889ef01782 Watch: Update Back to LBRY button for Electron 2017-02-23 02:50:53 -05:00
Alex Liebowitz 7f2358fdbb Add Back button to Watch page 2017-02-23 02:20:52 -05:00
Alex Liebowitz b8103bce21 Remove incorrectly formatted comment in app.js 2017-02-23 01:36:44 -05:00
Alex Liebowitz b18063584a Add link styles back to "Try Anyway" link 2017-02-23 01:28:58 -05:00
Alex Liebowitz 0266523a5c Fix wrong prop types for metadata 2017-02-23 01:14:48 -05:00
Job Evers-Meltzer c1ef161972 need absolute paths for electron 2017-02-22 15:41:39 -06:00
Job Evers‐Meltzer fe954ed17d Merge pull request #176 from lbryio/electron-2
Electron 2
2017-02-21 12:59:00 -06:00
jobevers b65910f441 revert to detecting the OS client side for update url 2017-02-21 08:36:29 -06:00
jobevers 27b85e2301 Improve updates download
- create progress bar modal
- trigger app shutdown on successful download
- move update url logic to the website
2017-02-21 08:36:29 -06:00
Alex Liebowitz fb75bc19b4 Fix several problems with margin and padding on buttons
- Buttons on dialogs were not getting width and height
 - Tooltip buttons were getting standard button spacing when they
   should be closer to their corresponding menu button
 - Several buttons and other elements had containers just to get
   spacing in button sets; rename button-container class to
   button-set-item and apply directly to elements where possible.
2017-02-21 01:27:08 -05:00
jobevers b8b43ec587 change path for images 2017-02-20 23:06:55 -06:00
jobevers 4771682ee0 Use local file path for publishing instead of uploading 2017-02-20 23:06:55 -06:00
Job Evers-Meltzer 9979315d6a only show the splash screen on initial load 2017-02-20 23:06:55 -06:00
Job Evers-Meltzer 4ee729fb81 need full link for electron 2017-02-20 23:06:55 -06:00
Job Evers-Meltzer 1ab1684b2d add html5 video playback 2017-02-20 23:06:55 -06:00
alexliebowitz 4cc1a5355f Revert "Merge updates from development into Electron branch" 2017-02-20 23:15:17 -05:00
Alex Liebowitz ae9e474fdc Merge branch 'development' into electron 2017-02-20 22:56:25 -05:00
jobevers 0005280cb6 revert to detecting the OS client side for update url 2017-02-20 13:28:59 -06:00
jobevers 86351d1736 Improve updates download
- create progress bar modal
- trigger app shutdown on successful download
- move update url logic to the website
2017-02-20 12:56:15 -06:00
Alex Liebowitz f93ff2c1d7 Merge branch 'master' into development 2017-02-20 01:14:57 -05:00
Alex Liebowitz a114f81543 Merge branch 'master' into development 2017-02-20 01:09:35 -05:00
Alex Liebowitz 1f4ec440df Fix error in FileTile when metadata is unavailable 2017-02-19 18:47:40 -05:00
Alex Liebowitz bb26b5372a If get_availability gives an error, treat the stream as unavailable 2017-02-19 18:47:37 -05:00
Alex Grintsvayg fbb11d78c7 Revert "Revert "Use get_availability to determine stream availability""
This reverts commit 24e43ba42e.

Ok, that wasn't it.
2017-02-18 09:59:13 -05:00
Alex Grintsvayg 24e43ba42e Revert "Use get_availability to determine stream availability"
This reverts commit c209c1f84f.

This commit may have broken downloading/watching by never showing the download button.
Let's see if reverting it fixes the issue. --grin
2017-02-18 09:53:05 -05:00
Alex Liebowitz c209c1f84f Use get_availability to determine stream availability
More info than peer_count, and now has built-in timeout
2017-02-17 17:54:45 -05:00
Alex Liebowitz c9a171ae28 Update how Publish page polls for file appearing in file manager
Formerly polled the full list of files; now looks up the specific file
by name.
2017-02-17 15:45:52 -05:00
jobevers 5b454a3837 download updates using node 2017-02-16 21:26:29 -06:00
Jeremy Kauffman 5099fe3ab2 use remote api to fetch featured names 2017-02-16 13:30:57 -05:00
Alex Liebowitz 6059c3bebb Watch: Update Back to LBRY button for Electron 2017-02-16 02:41:24 -05:00