Commit graph

151 commits

Author SHA1 Message Date
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
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
Jeremy Kauffman
91d4dd610e search working, but no rendering of channels 2017-10-06 17:46:41 -04:00
Baltazar Gomez
57b6948212 Merge branch 'master' into css_patch 2017-10-05 10:39:44 -06:00
Thomas Zarebczan
b64196a641 update daemon version
0.16.3 ->0.16.4
2017-10-05 01:20:39 -04:00
Jeremy Kauffman
b8980c00d3 update upgrade message 2017-10-03 17:52:53 -04:00
Baltazar Gomez
b66968d9f9 Merge branch 'master' into css_patch 2017-10-02 09:30:39 -06:00
Jeremy Kauffman
a7a4e8dc16 remove channel length minimum, fixes #645 2017-10-02 08:40:42 -04:00
Jeremy Kauffman
92f3cf46e2 Merge branch 'fix-empty-channels' 2017-10-01 12:49:03 -04:00
Baltazar Gomez
732b8d219f update changelog 2017-09-30 23:47:45 -06:00
Baltazar Gomez
c25ee25482 update change log 2017-09-30 21:01:47 -06:00
Baltazar Gomez
78232eb2a9 update changelog 2017-09-29 17:25:53 -06:00
Baltazar Gomez
2e28582277 Merge branch 'master' into css_patch 2017-09-28 20:30:27 -06:00
Baltazar Gomez
1c83e8f78a update changelog 2017-09-28 20:23:26 -06:00
Baltazar Gomez
6ae166a559 Update CHANGELOG.md 2017-09-28 20:19:25 -06:00
Jeremy Kauffman
f4b2c599c3 fix #615 2017-09-28 20:32:59 -04:00
Jeremy Kauffman
9308971cab use consistent step property on credit inputs #604 2017-09-26 15:57:56 -04:00
Jeremy Kauffman
71bb48eaf5 update changelog 2017-09-24 16:36:50 -04:00
Alex Liebowitz
93b1ab8ac6 Add basics of Instant Purchase setting
Fix and simplify state management of Instant Purchas setting

Add Instant Purchase check to Watch page

Merge Max Purchase Price and Instant Purchase into one section

Wording still not finalized.

Add Instant Purchase setting names to constants

Support USD for Instant Purchase

On Settings page, use constants for new Instant Purchase settings

Convert Instant Purchase Maximum setting into FormRow

Update wording of Instant Purchase option and add helper text.

Wording still not final.

On Settings page, get Instant Purchase settings via selector

Update CHANGELOG.md
2017-09-22 18:34:16 -04:00
Jeremy Kauffman
27448499dd update changelog 2017-09-22 18:11:55 -04:00
Alex Liebowitz
bbfb0fea67 Add <IconSet /> component
This is a presentational component for horizontal banks of icons (and
sometimes other stuff).

Convert <FileCard /> and <FileTile /> to use <IconSet />

Factor out "downloaded/published" icon into its own component

Add Featured Content icon to file tiles

Add alignment style for Featured Content icon

Update CHANGELOG.md

Handle featured content icon adjustment in _icons.scss

Remove IconSet component

Converted back to a presentational span and move positioning styles
into card SCSS

Fix spacing between price and icons in file tiles and cards

Before, it would be missing the space if there was a "local file" icon
but no featured content icon.

Rewrite Icon component to use semantic icons

Now you can pass in a constant that indicates the meaning of the icon
within the interface, e.g. icons.FEATURED instead of "icon-rocket".
Also adds the appropriate title.

All icons should eventually be updated to use this.

Remove IconFeatured and IconLocal in favor of new Icon component

Add space between Featured and Local icons

In the conversion to a generic Icon component, we lost the styles that
added padding on the left for FeaturedIcon and LocalIcon.

Fix how rocket icon position is adjusted

Before, it was using a negative margin, which altered the shape of the
bounding box. Changed to use relative positioning.

Add support for styling LBRY icons

Move style for Featured icon into icons.js

Uses new class name format for LBRY icon styles
2017-09-22 17:48:30 -04:00
Alex Grintsvayg
a2ef39a3cb forgot to changelog this 2017-09-21 09:31:02 -04:00
Jeremy Kauffman
cba6a40394 Bump version: 0.16.0rc7 → 0.16.0 2017-09-21 09:26:32 -04:00
Jeremy Kauffman
ae512ea68e update changelog 2017-09-18 18:17:01 -04:00
Jeremy Kauffman
3e4aea3a15 lost theming in changelog 2017-09-17 22:14:48 -04:00
Jeremy Kauffman
65f65f1aea transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
Jeremy Kauffman
c3a9eee10a Fix multi-line URLs on cards 2017-09-17 12:43:18 -04:00
Jeremy Kauffman
13d61651c9 Merge remote-tracking branch 'origin/master' into v16 2017-09-11 18:46:21 -04:00
Jeremy Kauffman
9cb28e8f46 Bump version: 0.15.1rc2 → 0.15.1 2017-09-08 09:48:40 -04:00
Jeremy Kauffman
2e3ea9e2ae update daemon version 2017-09-07 17:21:23 -04:00
Baltazar Gomez
24e21271a7 Update CHANGELOG.md 2017-09-07 08:23:54 -04:00
Jeremy Kauffman
0a543a3dcd Merge branch 'tipping_button' of https://github.com/hackrush01/lbry-app into hackrush01-tipping_button 2017-09-07 08:20:23 -04:00
Jeremy Kauffman
cacaed401f update CHANGELOG 2017-09-06 16:21:33 -04:00
Jeremy Kauffman
be95ebf916 update changelog 2017-09-06 15:06:43 -04:00
Alex Liebowitz
de08c04158 Add regexp option to FormField
Still needs logic to notify the form when there's invalid input

Add address validation to Send page

Trim address input on Send page

Adds trim prop to FormField

Improve LBRY address regexp

On Send page, don't prevent form submit, and only show error on blur

This isn't a full fix (it only handles blur, it's still the form's
job to do validation on submit). A proper solution to this (that can
generalize to other forms) will probably involve looking at all of the
inputs and asking each one whether it has an error, which will
require some tricky state management.

On Send page, use error message from daemon

Update CHANGELOG.md

Further improve invalid address regexp

 - Remove incorrect check for second character
 - Add "O" to chars excluded from b58 section
 - Allow for 33-character addresses

Don't internationalize daemon error message on Send page

remove console, add i18n
2017-09-06 14:53:57 -04:00
Jeremy Kauffman
38ed9985b7 Merge branch 'btzr/relative-time' 2017-09-03 12:35:49 -04:00
Jeremy Kauffman
2b77c16cdd add datetime component, show date of publishes, store block history in redux 2017-09-03 12:35:01 -04:00
Jeremy Kauffman
1916589553 clarify auth token is equivalent to a password 2017-09-03 11:29:59 -04:00
hackrush
5b49915ff6 Merge branch 'master' into tipping_button 2017-09-01 14:02:35 +05:30
Akinwale Ariwodola
b18391085b card row autoadjust on window resize and scroll arrow clipping css fix 2017-08-31 21:22:24 +01:00
Jeremy Kauffman
104f022fcc Bump version: 0.15.0rc5 → 0.15.0 2017-08-31 14:40:05 -04:00
Baltazar Gomez
91a9c43ef4 update changelog 2017-08-30 19:00:43 -06:00
Jeremy Kauffman
592cab3351 update changelog prior to release 2017-08-30 14:09:39 -04:00
Jeremy Kauffman
7e23b62c7b CHANGELOG fix, remove settings, abstract interval setting 2017-08-30 12:43:35 -04:00
Jeremy Kauffman
2013da3fac decent progress 2017-08-29 14:40:30 -04:00
hackrush
21175ba608 Merge remote-tracking branch 'upstream/master' into tb2 2017-08-29 13:21:23 +05:30
Baltazar Gomez
dec4fb893d update changelog 2017-08-27 19:20:09 -06:00
hackrush
ebd7c66faa Changelog entry 2017-08-26 13:32:05 +05:30