Commit graph

2472 commits

Author SHA1 Message Date
Jeremy Kauffman
17a164b10f Merge pull request #642 from lbryio/fix-play
Fix issues with playing uri
2017-10-01 12:35:39 -04:00
Baltazar Gomez
732b8d219f update changelog 2017-09-30 23:47:45 -06:00
Baltazar Gomez
45ca07115b Fix #643
Reset playing uri
2017-09-30 23:39:00 -06:00
Baltazar Gomez
c25ee25482 update change log 2017-09-30 21:01:47 -06:00
Baltazar Gomez
449997ff6e fix #605
Don't play video if you can't pay for it :(
2017-09-30 20:50:32 -06:00
Jeremy Kauffman
72ad1552cb Bump version: 0.16.0 → 0.16.1rc1 2017-09-29 16:52:01 -04:00
Jeremy Kauffman
ca6ef4e11f fix all step properties, removing publish or send minimums app-side 2017-09-29 16:51:36 -04:00
Jeremy Kauffman
d39664a0fd fix #624, remove unnecessary settings state 2017-09-29 16:05:26 -04:00
Jeremy Kauffman
f4b2c599c3 fix #615 2017-09-28 20:32:59 -04:00
Alex Grin
021d663960 Merge pull request #630 from lbryio/windowsbuildfix
update windows build instructions
2017-09-28 12:36:15 -04:00
Alex Grintsvayg
ad410b4c0b contributing 2017-09-28 08:14:54 -04:00
Thomas Zarebczan
5d15efffea update windows build instructions
-add step to download git for Windows
-I had to manually extract the last SDK to install on Windows 10
-add step to build windows-build-tools, otherwise it fails on keytar install
-fix xcopy  - /E includes directories
-fix syntax to run app
2017-09-27 15:35:08 -04:00
Jeremy Kauffman
9308971cab use consistent step property on credit inputs #604 2017-09-26 15:57:56 -04:00
Jeremy Kauffman
342162cfcc Merge branch 'patch_edit' 2017-09-24 16:37:05 -04:00
Jeremy Kauffman
71bb48eaf5 update changelog 2017-09-24 16:36:50 -04:00
btzr-io
b6279febc5 show full path to prevent confusion 2017-09-24 16:33:31 -04:00
btzr-io
a5f65d678d fix #606
tidy up

minor fix
2017-09-24 16:33:29 -04:00
btzr-io
6d38c0e322 fix #601
prefill price from uri

only working for edit button

revert last commit
2017-09-24 16:33:27 -04:00
Jeremy Kauffman
5c8db79b69 remove "showDeveloperMenu" as a setting 2017-09-22 19:10:38 -04:00
Jeremy Kauffman
4a23d13438 remove unnecessary lbry.js functions 2017-09-22 19:02:50 -04:00
Jeremy Kauffman
31cc95cf0e simplify balance check now that we are in redux land 2017-09-22 18:59:28 -04:00
Jeremy Kauffman
f7aec65912 Merge branch 'instant-purchase' 2017-09-22 18:34:39 -04:00
Jeremy Kauffman
b24b6e2e8e add labels, remove unused selectors 2017-09-22 18:34:19 -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
Jeremy Kauffman
7e9c8f2625 Merge pull request #587 from lbryio/show-local-channel
Show local file indicator on Channel page
2017-09-22 18:10:46 -04:00
Jeremy Kauffman
861241ca3a Merge branch 'icon-improvements' 2017-09-22 17:48:52 -04:00
Jeremy Kauffman
0a4e17af54 minor design changes 2017-09-22 17:48:35 -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
Jeremy Kauffman
4ed7d2cba9 bad solution for #544 2017-09-21 21:12:18 -04:00
Alex Grintsvayg
326d76b561 we don't need the full gnome-keyring, just libsecret 2017-09-21 10:24:18 -04:00
Alex Grintsvayg
a2ef39a3cb forgot to changelog this 2017-09-21 09:31:02 -04:00
Alex Grintsvayg
dafe9bb87d add message about installing dependencies in build 2017-09-21 09:29:56 -04:00
Jeremy Kauffman
cba6a40394 Bump version: 0.16.0rc7 → 0.16.0 2017-09-21 09:26:32 -04:00
Alex Grin
054a548fc4 Merge pull request #558 from MSFTserver/patch-2
better (build.sh)
2017-09-21 09:23:43 -04:00
Alex Grintsvayg
dbd147f4d1 add gnome-keyring deb dependency. closes #386.
the rest of the `depends` are the defaults

see https://www.electron.build/configuration/deb for details
2017-09-21 08:50:05 -04:00
Jeremy Kauffman
a01b258f47 Bump version: 0.16.0rc6 → 0.16.0rc7 2017-09-20 15:45:57 -04:00
Jeremy Kauffman
cac00028c4 update invite reward check, fix infinite reward loop 2017-09-20 15:45:39 -04:00
Jeremy Kauffman
7b41c199b2 Bump version: 0.16.0rc5 → 0.16.0rc6 2017-09-20 15:27:44 -04:00
Jeremy Kauffman
6b87369bbe transaction value fix 2017-09-20 15:27:25 -04:00
Jeremy Kauffman
0f8e61982e Bump version: 0.16.0rc4 → 0.16.0rc5 2017-09-20 13:55:29 -04:00
Jeremy Kauffman
8690d8a414 update daemon to 0.16.1 proper 2017-09-20 13:55:10 -04:00
Jeremy Kauffman
3bb146244e Bump version: 0.16.0rc3 → 0.16.0rc4 2017-09-20 13:23:57 -04:00
Jeremy Kauffman
7b7a63b892 disable anything cost related other than direct content cost 2017-09-20 13:20:02 -04:00
Jeremy Kauffman
33c5158818 channel navigation fixes 2017-09-20 13:12:53 -04:00
Jeremy Kauffman
a22a773633 fix channel pagination 2017-09-20 10:57:43 -04:00
Jeremy Kauffman
16bc650d6a fix sign on some transaction outpoints 2017-09-20 10:39:51 -04:00
Jeremy Kauffman
2a15331e88 Bump version: 0.16.0rc2 → 0.16.0rc3 2017-09-20 09:43:59 -04:00
Jeremy Kauffman
13074fef0c no data is included 2017-09-20 09:43:49 -04:00
Jeremy Kauffman
4553418f98 remove dependency on lighthouse for size 2017-09-20 09:38:24 -04:00