Sean Yesmunt
863b2e32ce
add comment support button
2018-11-07 17:44:38 -05:00
Sean Yesmunt
121e4b215f
Rc fixes ( #2085 )
...
* fix: channel button color on dark mode
* fix: disabled primary button in dark mode
* fix: show pending publishes immediately
* update lbry-redux
* remove duplicate import
* use lbry colors for 'new' badge
* fix: don't filter transactions in recent transactions
* fix: remove unread subscriptions on un-subscribe
* handle edits and new files the same for pending publishes
* don't loop over transactions if we don't have to
* bump lbry-redux
2018-11-02 14:33:00 -04:00
Sean Yesmunt
78c27b4601
Revert "move modals to app and use doToast/doError"
...
This reverts commit 24100fac06
.
2018-10-29 13:25:22 -04:00
Sean Yesmunt
24100fac06
move modals to app and use doToast/doError
2018-10-29 13:24:15 -04:00
Sean Yesmunt
5e98a9b982
updates for lbrynet30
2018-10-26 14:16:43 -04:00
Sean Yesmunt
70b95f2f61
subscription improvements
2018-10-22 12:44:22 -04:00
Chakrit Likitkhajorn
2b46483344
Centralized type to type/claim
2018-10-14 18:53:30 +07:00
Chakrit Likitkhajorn
9b4cbc2712
Limit file type when upload
2018-10-14 18:53:11 +07:00
Chakrit Likitkhajorn
2f02d6f656
Refactor actions/subscription.js to use redux action centralized
2018-10-14 00:03:09 +07:00
Sean Yesmunt
23ae86e0e7
remove copyright and fix other license edit
2018-10-03 15:00:06 -04:00
Sean Yesmunt
9b700e48bf
use lbryio/lbryinc
2018-09-23 23:44:42 -04:00
Sean Yesmunt
db0b77504d
set default path back to discover
2018-09-08 12:44:15 -04:00
Sean Yesmunt
d01b893a68
add UserHistory component
2018-08-30 01:11:05 -04:00
Travis Eden
5cd7794fa0
record browsing history, persist content
2018-08-29 23:17:20 -04:00
Travis Eden
82252e6985
remove media.paused; catch file open pause from change of content.playingUri
2018-08-29 23:16:06 -04:00
Travis Eden
f1a799374a
media.positions[outpoint] |> content.positions[claimId][outpoint]
2018-08-29 23:15:43 -04:00
Travis Eden
503bc76ef1
remove unused state.content.currentlyIsPlaying
2018-08-29 23:14:34 -04:00
Travis Eden
fa0e9fcb0c
set autoDownload default true
2018-08-20 09:47:19 -04:00
Travis Eden
386e9271ff
when file download completes, notify through snackbar if on subscriptions page; formatting
2018-08-20 09:47:19 -04:00
Sean Yesmunt
f62181dbd6
Merge pull request #1857 from doniyor2109/master
...
Clear upgrade subscribed interval after declining
2018-08-09 14:27:31 -04:00
Aliyev Doniyor
90d1b18586
Code refactor
...
Create action for clearing upgrade timer
2018-08-07 19:02:11 +05:00
Daniel
5c65ca7a47
Rename variables names and text labels to be more descriptive.
2018-08-01 15:49:57 -03:00
Daniel Dominguez
b31781f6ef
Add setting to skip desktop nofifications, persist the setting on localstorage, defaults to true(notifications enabled).
2018-07-30 21:13:57 -03:00
Electron - Mark Firth
9c8181a37c
Typo
...
Typo
2018-07-16 22:36:40 +10:00
Electron - Mark Firth
bf246168c3
Dot removed
...
Dot removed
2018-07-16 21:44:48 +10:00
Electron - Mark Firth
65760f28d6
Better Error Message
...
The current error message sounds like LBRY is broken, when in fact it's a ShapeShift issue.
This message is friendlier and more accurate, which helps to keep LBRY's brand reputation stronger :)
2018-07-16 21:43:01 +10:00
Sean Yesmunt
bf2bc68da8
Show error if LBC is unavailable for shapeshifting
2018-07-09 11:04:29 -04:00
Sean Yesmunt
42413cffff
set default search results to 50
2018-06-22 15:18:08 -04:00
Mark Beamer Jr
78055ad0d1
fixed isPlayable to only play for video or audio.
2018-06-22 14:46:02 -04:00
Sean Yesmunt
539ca36637
show edits as pending
2018-06-20 15:30:52 -04:00
Thomas Zarebczan
4c23f4e105
Fix phone verification + claim first reward
...
This ensures that a newly verified user, via phone verification, automatically claims the new user reward.
2018-06-18 17:09:21 -04:00
Thomas Zarebczan
0e1df68cc2
Minor UX fixes
...
Includes
-some better error messages when using credits (publish, tip, send)
-claim new user reward after phone verification (requires API change)
-vertical stacking on send screen
-add missing blank slate message for transaction history
2018-06-18 02:34:59 -04:00
Sean Yesmunt
e09c214697
update thumbnail upload statuses constant
2018-06-14 16:55:43 -04:00
Sean Yesmunt
961f1cf2fd
add no thumbnail fallback and make sure .zips aren't playable
2018-06-13 16:47:22 -04:00
Sean Yesmunt
6e5edbdb34
clean up code and fix edit this claim button
2018-06-12 23:28:06 -04:00
Sean Yesmunt
a69a4e2852
fix: editing with no source
2018-06-12 01:11:17 -04:00
Sean Yesmunt
3e283f3c73
cleanup thumbnail upload styling
2018-06-08 00:05:45 -04:00
Travis Eden
8def65f1d8
rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount
2018-06-04 15:44:01 -04:00
Travis Eden
9c235861fe
add uploadStatus to PublishForm
2018-06-04 15:38:43 -04:00
Travis Eden
75b540635b
rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount
2018-06-04 15:34:15 -04:00
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