Commit graph

2492 commits

Author SHA1 Message Date
Jeremy Kauffman 401bb85272 shit-tier channel search results 2017-10-09 19:19:50 -04:00
Jeremy Kauffman 91d4dd610e search working, but no rendering of channels 2017-10-06 17:46:41 -04:00
Jeremy Kauffman 80f1cac4e5 drop developer page 2017-10-06 16:22:17 -04:00
Jeremy Kauffman 767630a985 finally killed client settings in lbry.js 2017-10-06 16:15:33 -04:00
Jeremy Kauffman 145e4c8b97 Merge pull request #641 from lbryio/redeemedrewards
change message if all rewards redeemed
2017-10-06 15:46:26 -04:00
Thomas Zarebczan b64196a641 update daemon version
0.16.3 ->0.16.4
2017-10-05 01:20:39 -04:00
Jeremy Kauffman 948ebe8500 fix bug introduced in previous commit 2017-10-03 17:55:41 -04:00
Jeremy Kauffman b8980c00d3 update upgrade message 2017-10-03 17:52:53 -04:00
Alex Grintsvayg 5168cb950c Revert "Bump version: 0.16.1rc1 → 0.16.1rc2"
This reverts commit 4c0cc5e7c8.

Revert "bump daemon version"

This reverts commit 37eb4ef6f8.
2017-10-02 17:51:57 -04:00
Alex Grintsvayg 4c0cc5e7c8 Bump version: 0.16.1rc1 → 0.16.1rc2 2017-10-02 17:39:24 -04:00
Alex Grintsvayg 37eb4ef6f8 bump daemon version 2017-10-02 17:38:24 -04:00
Jeremy Kauffman ab8c07a7aa Merge pull request #646 from lbryio/disabledmessage
update disabled reward text
2017-10-02 12:30:35 -04:00
Thomas Zarebczan 6759f9c320 update disabled reward text
This message appears when a user's account is manually disabled (rewards abuse, etc).  We don't reach out to them via email, so we should ask them to reach out if they are actually legitimate users.
2017-10-02 11:20:14 -04: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
Jeremy Kauffman 3539d78d0a prevent overwriting variable 2017-10-01 12:48:31 -04:00
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
btzr-io 36c106e16c fix wrong page number 2017-09-30 09:36:13 -06:00
Thomas Zarebczan 7687f1ff93 change message if all rewards redeemed
Change failed message to: "There are no rewards available at this time, please check back later."

This scenario happens when all rewards are claimed. Not sure if it can be encountered any other time.
2017-09-30 11:31:28 -04:00
Baltazar Gomez 78232eb2a9 update changelog 2017-09-29 17:25:53 -06:00
Baltazar Gomez ab3aa0501c fix for empty channels #636 2017-09-29 17:15:14 -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