Sean Yesmunt
9c9530c6f3
Revert "bring in comments/blocked code from 'lbry-redux'"
...
This reverts commit fa7f74f979
.
2020-07-14 19:23:25 -04:00
eatdostacos
5869734a15
Remove extra button
2020-07-14 15:58:02 -04:00
eatdostacos
b3606d15f7
Small typo correction
2020-07-14 15:58:02 -04:00
eatdostacos
9b10b775cd
Add a LBRY status card to help page with links to new FAQ page and status page
2020-07-14 15:58:02 -04:00
Sean Yesmunt
fa7f74f979
bring in comments/blocked code from 'lbry-redux'
2020-07-14 15:57:19 -04:00
infiinte-persistence
fdcfd3b6fc
Add: PasswordResetPage (the real one)
2020-07-08 14:36:04 -04:00
infiinte-persistence
47f600e797
Rename: PasswordResetPage --> PasswordSetPage
...
There will be an actual "Reset" page coming up next.
2020-07-08 14:36:04 -04:00
infiinte-persistence
1a3669ca76
Patch for "7839bbf2: Fix language-change not applied to all components immediately"
...
- Missed the "Account Password" card that is used for authenticated case.
- For cards that are only used in Settings, listen to the language change in "select" instead of passing in as a prop. I think this is cleaner.
2020-07-06 09:52:16 -04:00
Sean Yesmunt
cfd5d46802
rewards redirect fix for manually approved users
2020-07-03 13:18:28 -04:00
jessopb
64d67026cc
Merge branch 'master' into feat-newChannelCreate
2020-07-03 10:53:16 -04:00
jessop
2315727385
tweaks
2020-07-03 10:32:48 -04:00
jessop
1f32d454db
error handling, ux tweaks, apiLogPublish
2020-07-02 18:27:49 -04:00
jessop
d8098d8eb1
fix resolve loop
2020-07-02 12:47:36 -04:00
jessop
ffa248a353
limit tags, new channel link
2020-07-02 12:18:59 -04:00
infiinte-persistence
d51e52444c
Allow entering Blocked Page even for 0 blocked channels.
...
Issue 4447 (item 2)
2020-07-02 10:33:51 -04:00
Sean Yesmunt
259f51abd6
style pass for channel edit
...
clean up sections and improve navigation handling
cleanup + image upload modal styling
2020-07-01 22:04:23 -04:00
jessop
36f93343f6
new channel creating and editing
2020-07-01 22:01:48 -04:00
infiinte-persistence
defbdc1ca2
Fix "Notification" page button being incorrectly disabled by 0 blocked channels.
...
Issue 4447
2020-07-01 11:21:22 -04:00
infiinte-persistence
3288f235fb
Refresh on publish page does not have loading indicator
...
## Fixes:
4214
## Approach:
`ClaimList` currently only shows the loading indicator if there is a header. We could make the indicator always appear at the top of the list when `loading=true`, but that would be the list jump up and down as the indicator appears/dissapears. I assume that is too distracting and is the reason why it was not made that way in the first place.
Show the indicator in place of the Refresh button while fetching instead.
2020-06-30 10:25:53 -04:00
infiinte-persistence
44ae8a64cd
Blocked-Page: Set 'showUnresolvedClaims' so that 'AbandonedChannelPreview' is used instead of regular version.
...
Issue 3800
2020-06-29 16:05:23 -04:00
infiinte-persistence
192bf12a0e
refresh youtube creator status when switching between channels
...
Issue 3750
2020-06-29 10:19:05 -04:00
infiinte-persistence
7839bbf2a1
Fix language-change not applied to all components immediately.
...
## Fixes:
3641 Language switch does not take effect right away
## Assessment:
Although `Card`s in the Settings Page are actually being re-rendered, the `actions` within them might not be getting the signal, depending on their props.
## Changes:
(1) Pass the language variable to the `actions`'s props for items that are affected.
(2) Make the Wunderbar listen to language-changes as well (the only component outside of Settings that would need an immediate update).
2020-06-29 09:48:12 -04:00
Sean Yesmunt
41abbcc861
Revert "bring in blocked redux code from lbry-redux"
...
This reverts commit b9f3146180
.
2020-06-23 16:21:40 -04:00
Sean Yesmunt
b9f3146180
bring in blocked redux code from lbry-redux
2020-06-23 16:01:20 -04:00
Sean Yesmunt
606a3002ae
fix typo
2020-06-22 17:50:20 -04:00
jessop
e065c81f88
support channel pending state
2020-06-22 11:27:03 -04:00
eatdostacos
684d0e302c
Add three icons to help page
2020-06-22 10:49:21 -04:00
Sean Yesmunt
feb7fb8e05
update link on help page
2020-06-22 09:48:35 -04:00
Sean Yesmunt
a17610d365
update title when only 1 email address present
2020-06-22 09:45:49 -04:00
Sean Yesmunt
b4851e6045
bring in email preferences page from lbry.com
2020-06-22 09:45:49 -04:00
jessopb
dbac4aca39
Revert "improve channel update"
2020-06-19 13:10:34 -04:00
jessop
99753f7717
improve channel edit
2020-06-19 12:41:45 -04:00
Sean Yesmunt
7f6c5c544e
only add gradient to bottom of channel cover
2020-06-18 12:19:21 -04:00
Sean Yesmunt
fa246a7f1f
move channel search into ChannelContent component
2020-06-18 12:19:21 -04:00
infiinte-persistence
ff7b4092c9
Publish: Make 'Channel' setting persistent.
...
Per discussion with Tom.
2020-06-16 16:36:23 -04:00
Sean Yesmunt
2066205b8f
add user + rewards redux code from lbryinc
2020-06-16 09:56:32 -04:00
Sean Yesmunt
7138fe54bc
bring in 'notifications' state from lbry-redux
2020-06-16 09:56:32 -04:00
Sean Yesmunt
ca988d38ae
fix layout on '/$/report'
2020-06-15 14:11:15 -04:00
Sean Yesmunt
019d1f9176
tip/support marriage
2020-06-15 10:50:01 -04:00
Sean Yesmunt
abc7b1298d
allow vanity urls in embeds
2020-06-12 17:24:00 -04:00
eatdostacos
4ab751286f
Spacing between info sentence and link
2020-06-11 13:04:52 -04:00
infiinte-persistence
a461c97962
About: Remove leading dash for app version in Web.
...
This completes the change in [b12c297a
] by handling the Web case.
2020-06-11 12:56:07 -04:00
infiinte-persistence
fa6a432c9d
Make library view mode [Downloads|Purchases] persistent.
...
Previously, the mode kept going back to 'Purchases' on every entry.
2020-06-10 10:06:24 -04:00
eatdostacos
b12c297a65
Add dash between app version and changelog link
2020-06-08 09:43:44 -04:00
eatdostacos
a434002be4
Testing Changelog Button on help page
2020-06-08 09:43:44 -04:00
jessop
91662a9d57
force https thumbs or handle img src error
2020-06-08 09:42:19 -04:00
Sean Yesmunt
2fe2b12ab6
cleanup
2020-06-03 14:16:43 -04:00
Sean Yesmunt
6ca2bfdc34
clean up strings
2020-06-03 14:16:43 -04:00
Sean Yesmunt
e7cdd6c13d
moonpay
2020-06-03 14:16:43 -04:00
Sean Yesmunt
a0ace5ca58
add refresh icon to refresh buttons
2020-06-02 16:10:43 -04:00
Sean Yesmunt
3d352593f3
defer rendering related/comments until user scrolls down
2020-06-01 10:28:13 -04:00
Jeremy Kauffman
a3d9555d38
pubish buttons get publish icons
2020-05-31 09:56:33 -04:00
Sean Yesmunt
85ec35f246
pause gifs until hover round 2
2020-05-28 13:07:51 -04:00
Sean Yesmunt
06f71f2f0d
Revert "pause gifs until hover"
...
This reverts commit e97a03c5c9
.
2020-05-28 12:31:45 -04:00
Sean Yesmunt
e97a03c5c9
pause gifs until hover
2020-05-28 11:39:39 -04:00
Sean Yesmunt
c2b80d3b3b
fix dnd for some file types
2020-05-28 10:45:56 -04:00
infiinte-persistence
e561ee29f3
Fix split sentence: "Join our tech forum", "Explore our technical resources"
...
#4239
2020-05-28 09:50:08 -04:00
Sean Yesmunt
68e687ee6e
moar improvements
2020-05-26 14:42:44 -04:00
Sean Yesmunt
1210a03c3f
add additional app driver on paid embeds
2020-05-26 14:29:53 -04:00
Sean Yesmunt
66468174c2
fix strings
2020-05-26 14:20:39 -04:00
Sean Yesmunt
3480bdc4cc
improve loading style for embedded videos
2020-05-26 14:20:39 -04:00
TigerxWood
c23d2a91f4
Changed code for "Blocked channels" settings
...
Because in some languages, like Japanese, the text start with the number first (as it mentioned in https://github.com/lbryio/lbry-desktop/pull/4215#issuecomment-633264851 ) I rewrote the code to be more easy and clear for translators to translate the text.
2020-05-26 10:07:19 -04:00
Sean Yesmunt
512131e527
add refund message
2020-05-26 09:45:48 -04:00
jessop
e3c2919373
rename lbrytv to web
...
language and API consts
improve customization
custom homepages
get config from .env.default
custom title and logo
small changes
add pinned item to sidebar
rebase?
2020-05-25 17:21:02 -04:00
Sean Yesmunt
b244261715
commas
2020-05-25 13:29:38 -04:00
Sean Yesmunt
047fb24731
add age confirmation on web when setting mature content setting
2020-05-22 11:49:38 -04:00
Thomas Zarebczan
6d888b5121
A few tweaks
2020-05-22 11:17:47 -04:00
jessopb
235930815e
prevent paid content in embeds ( #4230 )
2020-05-21 21:26:46 -04:00
jessop
bb674b6e2c
make embeds work
2020-05-21 17:11:56 -04:00
Sean Yesmunt
abe4e3a128
add comment
2020-05-21 13:23:52 -04:00
Sean Yesmunt
47c19e54ef
drop down purchases page to 10
2020-05-21 13:18:55 -04:00
Sean Yesmunt
c2abcf110c
Paid content on lbry.tv ( #4197 )
2020-05-21 11:38:28 -04:00
TigerxWood
ff035ed807
Changed how 'Blocked channels' are displayed on settings and a small typo
...
Problems solved (second attempt):
A. Small typo for <div className="card__title card__t itle--deprecated"> (extra space in the word **t itle**)
B. More details about problems with languages:
1. The word blocked has two forms in other languages (one for plural and one for singular) and therefore must be put together with channel and channels words. Currently it can be translated in only one form.
2. In the case there are no blocked channels there is no need to show the 0 value and is more elegant the message 'You do not have blocked channels'
3. The link to manage the channels should not be visible in the case that there is no channel blocked, because there is no channel that need to be managed.
And about your statement: "Your change would make it harder for other languages to change this sentence."
It's quite the opossite, it's very clear and easy. They just have to translate (with examples in Romanian):
'%count% %channels%. ', (leave it as it is)
'You don't have' = 'Nu aveți'
'You have' = 'Aveți'
'blocked channel' = 'canal blocat'
'blocked channels' = 'canale blocat**e**' (see the change for plural forms for the word blocked, not only for channels word?)
I hope this time I explained better the need for the changes.
Thanks
Messages displayed:
Case with 0 blocked channels: You don't have blocked channels. (No Manage button displayed)
Case with 1 blocked channel: You have 1 blocked channel. **Manage** (manage link)
Case with 2 or more blocked channels: You have 2 blocked channels. **Manage** (manage link)
2020-05-18 17:38:12 -04:00
Sean Yesmunt
730fc1a752
update typo
2020-05-18 10:13:35 -04:00
Sean Yesmunt
a02fe517cb
add credit card image and fake cost text
2020-05-18 10:13:35 -04:00
Sean Yesmunt
1fa3ce4e50
basic checkout page prototype
2020-05-18 10:13:35 -04:00
Sean Yesmunt
25984444ca
hide footer on channel pages
2020-05-15 10:27:38 -04:00
Sean Yesmunt
22a4255320
add footer for web
2020-05-13 12:13:13 -04:00
infiinte-persistence
598c336b66
Refactor DateTime to allow it's translated result string to be re-used elsewhere, for consistency.
2020-05-11 14:54:05 -04:00
Sean Yesmunt
919f82ba94
purchases page, cleanup on pages with <ClaimList />
2020-05-11 12:31:22 -04:00
Jeremy Kauffman
ab70f1c758
remove #whothinks
2020-05-05 15:03:15 -04:00
Sean Yesmunt
85ac7c5aac
move edit button on channel pages
2020-05-04 11:38:35 -04:00
Sean Yesmunt
1b830f74a1
update button styles
2020-05-04 10:57:47 -04:00
jessop
402710ce3b
removes delete button and ensures resolve on show page
2020-05-01 17:15:15 -04:00
Sean Yesmunt
f873b99875
modal consistency cleanup
2020-05-01 14:35:27 -04:00
jessop
7730ee1e3f
remove dependency on full claim list
...
paginate claim list
improve handling of pending publishes
add abandon to publishes list previews
use bodyCard
fix publish edit notification
2020-05-01 13:56:21 -04:00
jessop
867b5eb134
two bugfixes: i18n tags, all reposts loading loop
2020-04-29 15:49:14 -04:00
Sean Yesmunt
a5cc1a84aa
add card style for lists of claims
2020-04-29 15:37:39 -04:00
Jeffrey Fisher
122781036d
Use "Purchase and Tip Confirmations" setting to determine if a confirmation dialog is needed for tipping.
2020-04-29 13:28:11 -04:00
Jeremy Kauffman
793f622d8d
semi-broken
2020-04-29 11:00:42 -04:00
jessop
a411ec9b47
reenable reposts
...
reenable reposts and track for emails
review changes
change showReposts to hideReposts due to persist hydrate issue
bugfix
bugfix
2020-04-28 10:25:05 -04:00
Sean Yesmunt
837158218e
creator analytics improvements
2020-04-24 09:15:25 -04:00
Jeremy Kauffman
ef437c8847
proper search parameters
2020-04-22 19:19:00 -04:00
Sean Yesmunt
220994eeaa
no reposts for #whothinks
2020-04-22 15:17:29 -04:00
Sean Yesmunt
2504d126bd
update homepage
2020-04-22 13:29:07 -04:00
Jeremy Kauffman
3d6270b133
tag homepage campaign support
2020-04-17 12:24:33 -04:00
Sean Yesmunt
63092ce7da
fix spacing on publish page when user has no lbc
2020-04-15 15:32:47 -04:00
jessop
fdd20ef350
use txo list for wallet page:
...
paginated
enable revoking
filtering
txo pagination changes
move constants
remove fetchTransactions() calls
review changes
final changes
2020-04-15 11:12:29 -04:00
Sean Yesmunt
382eb256f4
remove tag edit from tag following page since it was added to first run
2020-04-14 14:12:19 -04:00
Sean Yesmunt
ff58ee53dc
update string
2020-04-14 13:04:31 -04:00