Travis Eden
e32a597c38
add uploadStatus to PublishForm
2018-06-04 15:27:55 -04:00
Baltazar Gomez
bb9e4e218d
Merge branch 'master' into md-fix
2018-06-01 11:32:05 -06:00
Travis Eden
cb85b633f7
use splice to remove reward; force update in newState data
2018-05-30 12:09:01 -04:00
btzr-io
f3fff5667c
update changelog
2018-05-29 21:18:41 -06:00
Travis Eden
ef3ea8c319
Refactor unclaimed rewards as array to keep order from api.lbry.io. Display reward notification message through snackbar with fallback for rewards without a message.
2018-05-29 14:44:34 -04:00
Sean Yesmunt
ea4c7d9d15
Merge pull request #1481 from lbryio/publish-by-channel-id
...
Publish by channel_id
2018-05-25 11:05:55 -04:00
Sean Yesmunt
b5d8b57043
set default route back to /discover
2018-05-25 10:44:48 -04:00
Travis Eden
bd3936fc2b
publish by channel_id rather than channel_name
2018-05-24 08:56:33 -04:00
Sean Yesmunt
f54a24309e
fix: use short form uri when preparingEdit so users know they are editing
2018-05-23 00:35:34 -04:00
Sean Yesmunt
c806d10f1e
fix incompatible daemon modal
2018-05-16 14:04:08 -04:00
Sean Yesmunt
492b1601f6
feature: use internal-apis for subscriptions and add page loader
...
update subscription types
update changelog
Simplify subscriptions sync logic
add claim type
use let over const
change spinner color based on theme
clean up subscriptions
2018-05-15 11:16:14 -04:00
Travis Eden
bf8518d04c
Autoplay: start playing/downloading video/audio/image in video component. Adds on/off checkbox on settings and file pages. Adds CHECK_SIMPLE icon (w/o circle).
...
add changelog entry
2018-05-11 10:47:08 -04:00
Daniel Dominguez
16c09a9ddd
Move modals types constants to lbry-redux repository.
...
- Remove useless file modal types as is not referenced anymore in this repository.
- Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
seanyesmunt
a92535f9f8
fix typo
2018-04-24 01:29:16 -04:00
Sean Yesmunt
ca4a51c4b9
remove edits from pending publishes and update modal style
2018-04-23 21:15:15 -04:00
Sean Yesmunt
c702a89454
move app modal actions to doNotify type
2018-04-19 15:03:28 -04:00
Sean Yesmunt
eaa11679e7
update: move to lbry-redux
2018-04-18 00:13:00 -04:00
Sean Yesmunt
402bba5835
fix: allow metadata only edits
2018-04-03 20:59:31 -04:00
Sean Yesmunt
3edd660f77
implement app redesign
2018-03-26 14:32:43 -07:00
liamcardenas
2251fe5832
Notify after download, badges and fix error
2018-03-26 00:31:52 -07:00
Baltazar Gomez
fcdb935687
fix: exporting issues ( #1163 )
2018-03-22 11:43:35 -04:00
Thomas Zarebczan
bf3ed1f28e
Include updated channels in results
...
Channels may be updated with new bids and will appear as "update" in channel_list. This would also occur if claims were sent from one user to another (i.e. us transferring a channel to a youtuber).
2018-03-19 18:48:22 -04:00
liamcardenas
cbe05c3bcc
Merge branch 'master' into daemon19
2018-03-08 10:20:28 -08:00
liamcardenas
98c9dfb68e
Formatted code with prettier
2018-03-06 00:36:04 -08:00
liamcardenas
c3dd7f3449
Added notifications and downloading upon detecting to subscription items
2018-03-05 23:44:36 -08:00
liamcardenas
7296800ce0
Add most recent latest video to subscription state
2018-03-05 16:28:11 -08:00
btzr-io
f29a947c09
create component FileExporter
2018-02-23 17:24:00 -07:00
Liam Cardenas
3863c517fd
Upgrade daemon to 0.19.0rc35
2018-02-20 21:41:30 -08:00
alexliebowitz
f302a0f92a
Merge branch 'master' into auto-update
2018-01-23 19:59:57 -05:00
Alex Liebowitz
483809be1b
Merge remote-tracking branch 'origin/master' into auto-update
2018-01-23 10:35:15 -05:00
Liam Cardenas
f47108c4c0
Merge pull request #946 from lbryio/twilio
...
Phone verification
2018-01-22 15:49:35 -08:00
Liam Cardenas
ca9f67b240
Added reset button on phone verification
2018-01-22 15:26:34 -08:00
Liam Cardenas
bdc49691f0
Remove unused reducers and action types
2018-01-22 14:06:07 -08:00
Liam Cardenas
f67e12003f
Merge pull request #950 from Arrowana/automatic_dark_mode
...
Automatic dark mode
2018-01-22 10:16:36 -08:00
Arrowana
a5dce3e77a
isNight() to arrow function and update isNight every 10 minutes, default to false
2018-01-20 08:37:22 +11:00
Liam Cardenas
a34a61bce8
Add custom country code
2018-01-17 21:09:08 -08:00
Alex Liebowitz
863f7dc23b
Make new dialogs behave correctly when video is playing
2018-01-17 06:10:11 -05:00
Alex Liebowitz
f244f9035b
Add back "Upgrade App" button on Mac/Win with different dialog on click
2018-01-17 06:09:02 -05:00
Liam Cardenas
4409315353
Added phone verification functionality
2018-01-15 05:32:01 -08:00
Arrowana
8eb7f58988
add basic feature
2018-01-14 20:14:15 +11:00
Sean Yesmunt
2b9561f0c0
Revert "Redesign groundwork, homepage, search"
2018-01-08 17:15:44 -08:00
Sean Yesmunt
c93f459113
update search action names to proper naming conventions
2018-01-08 13:10:15 -08:00
Sean Yesmunt
7d492ae1fc
Redesign groundwork (home/search)
2018-01-08 13:10:14 -08:00
Igor Gassmann
094c3b8a9f
Merge branch 'master' into issue/397
2018-01-08 00:51:34 -03:00
Travis Eden
7bc2f888f1
resolve merge conflicts
2018-01-05 18:57:24 -05:00
Travis Eden
345badb049
store position by outpoint
2018-01-05 14:27:58 -05:00
Travis Eden
a8988d9e05
remove video files; save video claimId rather than URI
2017-12-29 11:07:03 -05:00
Igor Gassmann
0a94082983
Convert anonymous functions to arrow functions
2017-12-27 20:48:11 -03:00
Igor Gassmann
4cab8055ca
Merge origin/master into issue/763
2017-12-21 22:21:22 -03:00
Igor Gassmann
7cd25e777a
Pretty print and lint non-component sources
2017-12-21 18:00:33 -03:00