alexliebowitz
2ff2d12d94
Merge pull request #193 from lbryio/developer-menu
...
Add option in Developer Settings to enable/disable developer menu
2017-03-08 18:24:13 -05:00
Alex Liebowitz
e9fdcd1094
Tune up logic for launching developer settings
...
- Don't bother to return false, event.preventDefault() is enough
- Don't respond to cmd-shift, only ctrl-shift (cmd-shift was a
workaround for OS X, but it works fine on OS X if we use
onMouseUp instead of onClick)
2017-03-08 18:18:42 -05:00
Alex Liebowitz
302a1029bd
Simplify developer menu logic
2017-03-08 18:14:43 -05:00
Jeremy Kauffman
d78aab14e8
Merge pull request #192 from lbryio/open-reveal-electron
...
Open and reveal files using Electron instead of daemon
2017-03-08 17:12:30 -05:00
Alex Liebowitz
694eb77b0b
Add option in Developer Settings to enable/disable developer menu
...
Also added the ability to access Developer Settings by holding
Ctrl-Shift or Cmd-Shift and clicking the LBRY logo.
https://youtu.be/pXPXMxsXT28
2017-03-08 04:37:10 -05:00
Alex Liebowitz
a6979445cc
Fix "search for your first download" link on My Files page
2017-03-08 02:37:06 -05:00
Alex Liebowitz
fbc1d4fe8a
Open and reveal files using Electron instead of daemon
2017-03-08 02:33:42 -05:00
Alex Grintsvayg
86c1210793
Bump version: 0.9.0rc13 → 0.9.0rc14
2017-03-07 16:03:17 -05:00
Alex Grintsvayg
9ff1ffd53e
Bump version: 0.9.0rc12 → 0.9.0rc13
2017-03-06 18:15:43 -05:00
Alex Grintsvayg
4a4b575d93
Bump version: 0.9.0rc11 → 0.9.0rc12
2017-03-06 17:47:46 -05:00
Jeremy Kauffman
c2f9352466
Merge pull request #189 from lbryio/refactor-publish-page
...
Refactor Publish page + make styling of form fields more flexible
2017-03-02 12:19:59 -05:00
Alex Liebowitz
714714cece
Update change log for changes to form field styles and Publish page
2017-03-01 16:07:52 -05:00
Alex Liebowitz
0fc4712820
Convert Publish page to use new FormField and field label styles
2017-03-01 15:51:08 -05:00
Alex Liebowitz
828041449f
Add style for form field labels
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
alexliebowitz
3750acded1
Merge pull request #188 from lbryio/bug-fixes-3
...
Fix 2 links and remove some dead code
2017-03-01 15:27:37 -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
Alex Liebowitz
1ccbbe721f
Bump version: 0.9.0rc10 → 0.9.0rc11
2017-02-27 17:49:08 -05:00
alexliebowitz
a97cd34407
Merge pull request #187 from lbryio/fix-api-changes
...
Fix pending changes to lbry.io API
2017-02-27 17:15:00 -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
Jeremy Kauffman
ae4a27c122
Merge pull request #186 from lbryio/modal-updates
...
Improvements to modals
2017-02-26 10:31:51 -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
2b7c258cf3
Restore centering of modal headers
2017-02-25 01:51:33 -05:00
alexliebowitz
7bce94b10d
Merge pull request #185 from lbryio/misc-bugfixes-2
...
Misc. bugfixes, round 2
2017-02-24 04:23:13 -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
7172149bac
Tweak padding on drop-down menus
2017-02-24 03:02:32 -05:00
Alex Liebowitz
23a4ad09de
Fix "Component not mounted" error in FileActions
2017-02-24 02:30:32 -05:00
alexliebowitz
4494b8f117
Merge pull request #184 from lbryio/fix-my-files-sort
...
Fix sorting on My Files page
2017-02-24 00:38:43 -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
alexliebowitz
4ac007bbf6
Merge pull request #183 from lbryio/fix-web-ui-version
...
Restore UI version on Help page
2017-02-23 23:37:10 -05:00
Alex Liebowitz
e058470a70
Restore UI version on Help page
2017-02-23 23:36:19 -05:00
Jeremy Kauffman
7daeb610a2
Merge pull request #181 from lbryio/always-show-cancel
...
On load screen, always show Cancel link if a previous page is available
2017-02-23 09:15:48 -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
alexliebowitz
94768bb086
Merge pull request #180 from lbryio/back-button-2
...
Re-integrate Back button on Watch page
2017-02-23 02:50:14 -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
Jeremy Kauffman
1ccc7fd047
change bg color
2017-02-23 02:24:53 -05:00
Alex Liebowitz
7f2358fdbb
Add Back button to Watch page
2017-02-23 02:20:52 -05:00
alexliebowitz
a24c6ed281
Merge pull request #179 from lbryio/bugfixes-feb-2017
...
Misc. bug fixes
2017-02-23 01:46:58 -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