btzr-io
b6b23b5583
update input styles
2017-10-14 16:03:05 -06:00
btzr-io
37d3515fa8
publish layout cleanup
2017-10-14 13:41:04 -06:00
Jeremy Kauffman
eeec63a27e
win can sometimes be null (not sure how?)
2017-10-13 16:33:37 -04:00
Jeremy Kauffman
d1c09ad71c
update discover api endpoint
2017-10-13 16:29:58 -04:00
Jeremy Kauffman
11033dd5b2
case-insensitive protocol replacement
2017-10-13 09:33:12 -04:00
Jeremy Kauffman
7d056d3944
Merge pull request #674 from lbryio/upgrade-electron-179
...
Stop lbry:// links from opening a new window on Linux
2017-10-13 09:25:53 -04:00
btzr-io
d8e4e2437a
fix empty search results
2017-10-12 20:23:02 -06:00
btzr-io
036bc5200a
fix pr :(
2017-10-12 20:08:29 -06:00
btzr-io
d7dede8c08
fix channel tile thumbnail
2017-10-12 19:49:49 -06:00
btzr-io
28216e998b
fix jsx
2017-10-12 19:37:26 -06:00
Baltazar Gomez
5ed51109f6
Merge branch 'master' into ux-patch
2017-10-12 19:23:44 -06:00
Alex Liebowitz
c9bd5ad488
Use Single Instance App mode on Linux
...
This Electron feature now works on Linux again as of Electron 1.7.8.
Fixes #164 (multiple windows opening on Linux when clicking lbry://
links)
2017-10-12 18:52:17 -04:00
Alex Liebowitz
992c9d16a3
Upgrade to Electron 1.7.9
2017-10-12 18:30:24 -04:00
Thomas Zarebczan
e1122ef1e3
fix pr
...
fix 547 > 576
2017-10-12 14:12:22 -04:00
Jeremy Kauffman
fed95f0549
Bump version: 0.17.0rc3 → 0.17.0
2017-10-12 13:04:17 -04:00
Jeremy Kauffman
ab0bc8e3ff
update daemon to 0.17 proper
2017-10-12 13:03:48 -04:00
Jeremy Kauffman
3cf63e73a3
Bump version: 0.17.0rc2 → 0.17.0rc3
2017-10-12 10:05:34 -04:00
Jeremy Kauffman
a6b83a0b08
fix infinite loops on unclaimed URLs (somewhat ugly)
2017-10-12 10:05:18 -04:00
Jeremy Kauffman
142b1eb529
Bump version: 0.17.0rc1 → 0.17.0rc2
2017-10-12 09:50:37 -04:00
Jeremy Kauffman
45b2bc6aa8
style form row labels and form field labels the same way
2017-10-12 09:45:59 -04:00
Jeremy Kauffman
3735498785
saner paging, fix resolving uri state, fix counts in channel results, fix search prefix
2017-10-12 09:45:59 -04:00
btzr-io
c20ecd5f36
improvements for channel Tile
2017-10-11 22:25:53 -06:00
btzr-io
3374c8ba39
add smart text selection
2017-10-11 21:37:36 -06:00
btzr-io
7ccc701b7b
remove overall text selection
2017-10-11 21:15:09 -06:00
btzr-io
6eff0b46dd
minor update for scrollbar - fix #666
2017-10-11 21:05:57 -06:00
btzr-io
e18ba31988
file selector cleanup - fix #656
...
add readonly style
minor css fixes
2017-10-11 20:52:34 -06:00
Jeremy Kauffman
9e7800d6d7
Merge pull request #662 from lbryio/rc-patch
...
Better title for menu bar
2017-10-11 10:34:18 -04:00
Jeremy Kauffman
8be0ba5809
Merge pull request #665 from lbryio/effectiveamount
...
show effective amount as top bid
2017-10-11 10:25:38 -04:00
Thomas Zarebczan
0bc3b31946
show effective amount as top bid
...
This changes amount > effective_amount which provides a more accurate top bid.
2017-10-11 09:57:33 -04:00
btzr-io
cb8e9b4bdf
remove uri from tile component
2017-10-10 22:53:01 -06:00
Baltazar Gomez
5341dab102
don't show default title - fix #658
2017-10-10 20:04:08 -06:00
Jeremy Kauffman
d553f9e8e3
Bump version: 0.16.1 → 0.17.0rc1
2017-10-10 09:59:25 -04:00
Jeremy Kauffman
5bce9f887a
fix version numbers
2017-10-10 09:59:09 -04:00
Jeremy Kauffman
38702ad00d
Bump version: 0.18.0rc1 → 0.18.0rc2
2017-10-10 09:48:09 -04:00
Jeremy Kauffman
e290a7474d
Bump version: 0.17.0rc1 → 0.18.0rc1
2017-10-10 09:44:31 -04:00
Jeremy Kauffman
c4bcfbc0ca
Bump version: 0.16.1rc1 → 0.17.0rc1
2017-10-10 09:36:26 -04:00
Jeremy Kauffman
34addb6ffd
update daemon and changelog
2017-10-10 09:29:48 -04:00
Jeremy Kauffman
dd667e8bad
Merge branch 'lighthouse_v2'
2017-10-10 09:24:48 -04:00
Jeremy Kauffman
646c91efcb
Merge branch 'css_patch'
2017-10-10 09:17:16 -04:00
Jeremy Kauffman
d6b86c0f07
Merge branch 'multi-resolve'
2017-10-10 09:05:00 -04:00
Jeremy Kauffman
cc1963d21e
restore resolve dispatch behavior on file cards and tiles
2017-10-10 09:03:19 -04:00
Alex Liebowitz
c5c67a0de5
Minor refactors in doResolveUri()
...
Add doResolveUris()
Always call resolveUri() in FileTile and FileCard
Before, these components would only try and resolve if claim info
wasn't provided.
Don't require uri param in lbry.resolve()
It can now be "uris" instead, plus the error message about caching
doesn't really apply anymore.
Don't cache/cancel open resolve requests
No longer needed because we're not doing resolve requests in bulk
Add support for multiple URI resolution in lbry.resolve()
Handle multi URL resolves with one action
Update CHANGELOG.md
2017-10-10 09:03:17 -04:00
btzr-io
2039ab7f21
update file layout and more fixes :)
2017-10-09 22:53:50 -06:00
btzr-io
3c31ad69ea
implement dividers
2017-10-09 21:10:59 -06:00
btzr-io
16e236cb2b
add more focus to edit button
2017-10-09 19:39:41 -06:00
btzr-io
3eef5d7070
revert commit dd8ab64
and minor cleanup for fileActions
2017-10-09 19:27:35 -06:00
Jeremy Kauffman
401bb85272
shit-tier channel search results
2017-10-09 19:19:50 -04:00
btzr-io
73c2d02e38
minor cleanup for wallet page
2017-10-08 23:10:56 -06:00
btzr-io
a3b0ecd9b9
update cards margin
2017-10-08 21:37:37 -06:00
btzr-io
7400b8c916
more experimental changes
...
add more focus for support button
minor fixes css
2017-10-08 20:39:10 -06:00