Sean Yesmunt
c8b949f020
format with prettier
2017-06-05 21:21:55 -07:00
Mayesters
a539b58829
Include y18n without creating files + fix modal
2017-06-03 13:27:37 +02:00
Jeremy Kauffman
f84c738018
changes to global declaration, eliminate translation files
2017-06-02 12:40:26 -04:00
Intnick
addf29f3bc
global i18n object defined in app.js; smaller translation improvements
2017-06-01 17:02:02 +02:00
6ea86b96
e55ba15613
Set ENV in webpack and always log in development
2017-05-23 11:41:26 +04:00
Jeremy Kauffman
4f7e7c6922
debug fixes
2017-05-21 14:07:02 -04:00
Jeremy Kauffman
60d298b354
Merge remote-tracking branch 'origin/master' into redux
2017-05-09 16:58:48 -04:00
Jeremy Kauffman
b28b116a24
Merge pull request #116 from lbryio/uri-handling
...
URI handling (WIP)
2017-05-08 10:11:18 -04:00
Alex Liebowitz
ef4274012f
Add better handling for URIs requested during load
2017-05-08 05:04:11 -04:00
Alex Liebowitz
38ea41775b
Avoid page reload when loading URIs passed in from other apps
2017-05-08 02:36:48 -04:00
Alex Liebowitz
536c5391fb
Make error modals display full screen properly
...
Was not passing in the generic modal-overlay class. (ExpandableModal
doesn't provide it automatically so you can omit it and make a totally
custom overlay if you want.)
2017-05-05 00:46:10 -04:00
Jeremy Kauffman
36a992343f
much progress towards a working merge
2017-05-03 23:44:08 -04:00
6ea86b96
ecd2063fed
Progress on featured content
2017-05-02 19:07:46 -04:00
6ea86b96
3d5e1db5e3
Redux proof of concept
2017-05-02 18:37:19 -04:00
6ea86b96
0d3647c709
Redux proof of concept
2017-05-02 18:24:21 -04:00
Jeremy Kauffman
13e198f20e
releasable?
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
59da42a84b
show refactor and fixes
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
3f923550f1
fixes, channel page stubs
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
5b11c2575a
still not quite releasable, but much progress
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
da538a7a23
many bug fixes, working back button, progress towards working search
2017-05-02 10:21:33 -04:00
Alex Liebowitz
0b8d9e3d82
Simplify state management of viewing page
...
Explicitly set the page being viewed to "discover" instead of just
rendering the discover page if none is set.
Eliminates several real or possible bugs and edge cases.
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
543b912ddb
more cleanup / restoration
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
71771aeb6f
it's not the worst thing I've ever done
2017-05-02 10:21:33 -04:00
Alex Liebowitz
0ffb0fd4d7
Replace all uses of bind() with arrow functions
2017-04-29 22:05:47 -04:00
Alex Liebowitz
9348d4d912
Move version checking into Electron
2017-04-27 02:58:34 -04:00
Jeremy Kauffman
280f98902c
closer to real watch
2017-04-17 09:47:38 -04:00
Jeremy Kauffman
c8c97e97ca
update
2017-04-17 09:47:37 -04:00
Jeremy Kauffman
cb4af24cd7
more clean up and fixes
2017-04-17 09:46:51 -04:00
Jeremy Kauffman
0313ba941a
approaching acceptable
2017-04-17 09:46:51 -04:00
Jeremy Kauffman
ecf54f400b
mostly garbage
2017-04-17 09:46:51 -04:00
Jeremy Kauffman
575db85477
so far
2017-04-17 09:46:51 -04:00
Alex Liebowitz
70d2f7c823
Add auth to lbryio.js
2017-04-17 09:46:51 -04:00
Alex Liebowitz
1dbbf8fc01
Style tweaks
2017-04-17 09:46:51 -04:00
Alex Liebowitz
3727e275c4
Update registration logic and move to app.js
2017-04-17 09:46:51 -04:00
Alex Liebowitz
5587d2f0f5
Convert Register page to Email page
2017-04-17 09:46:51 -04:00
Alex Liebowitz
98b38855a2
Progress toward register page
2017-04-17 09:46:51 -04:00
Alex Liebowitz
c5d4941535
Basic views for reward and reward list pages
2017-04-17 09:46:50 -04:00
Alex Liebowitz
562f7dd399
Update Watch page for channels
2017-04-10 21:55:35 -04:00
Alex Liebowitz
a80b2da5c2
Update Show page for channels
2017-04-10 21:55:34 -04:00
Jeremy Kauffman
2a0cf1d6db
Merge branch 'master' into fast_pages
2017-03-27 09:46:47 -04:00
Alex Liebowitz
a0903e6b4f
Style tweaks
2017-03-27 01:44:13 -04:00
Jeremy Kauffman
dc13de7160
make page changes fast
2017-03-26 14:30:18 -04:00
Alex Liebowitz
dead2bdeb3
Add Mac and Windows installer launching
...
Also starts a detached process so the window doesn't get held open
(many GUI apps launch the interface in a new process, so xdg-open
returns immediately, but it's not guaranteed).
2017-03-25 10:26:50 -04:00
Alex Liebowitz
71e8d42b27
Minor style fixes and tweaks
2017-03-25 10:24:34 -04:00
Alex Liebowitz
052eef5f81
Light refactoring of upgrade process
...
- Use Node instead of lbrynet to get platform info
- Factor out code that picks the download URI into its own function
- Remove out-of-date code for checking old versions of MacOS
2017-03-25 10:24:34 -04:00
Alex Liebowitz
f51b720e05
Make upgrade process better at killing old daemons
...
- Manually call xdg-open instead of using shell.openItem(), which
doesn't reliably work from the main process
- If there's a connection error or timeout when asking the daemon
to close, fall back on force killing
2017-03-25 10:24:34 -04:00
alexliebowitz
16122216bb
Fix filenames for downloaded upgrades
...
Windows and Linux were incorrect
2017-03-24 03:21:12 -04:00
Alex Liebowitz
c086842972
Revert newest upgrade changes (need more work)
2017-03-22 07:21:48 -04:00
Alex Liebowitz
534ea2aa75
Light refactoring of upgrade process
...
- Use Node instead of lbrynet to get platform info
- Factor out code that picks the download URI into its own function
- Remove out-of-date code for checking old versions of MacOS
2017-03-22 07:17:53 -04:00
Alex Liebowitz
4958f9decf
Make upgrade process better at killing old daemons
...
- Manually call xdg-open instead of using shell.openItem(), which
doesn't reliably work from the main process
- If there's a connection error or timeout when asking the daemon
to close, fall back on force killing
2017-03-22 07:17:53 -04:00