infiinte-persistence
12db7c519f
Revert the Links Modal; we'll augment the Share Modal to include the download link.
...
This reverts commit cb47ed61375b4de32adacd89ce46d5da183150b5.
2020-07-07 09:29:05 -04:00
infiinte-persistence
3a2284a244
Add dialog to copy various types of links for a claim.
...
## Issue
Fixes 4293 `Better download link support`
- [x] make it so you can right click a download button > copy download URL
Given that this could be useful in mobile/web as well, I used a button+modal instead of the right-click approach.
- [ ] in share dialog, show download URL to copy for non-video content
This is already implemented, albeit hidden in the "More..." expansion.
2020-07-07 09:29:05 -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
be7eaff6f1
Add modal to remove uri from Blocked list.
...
Issue 3800
2020-06-29 16:05:23 -04:00
infiinte-persistence
8e85d77c71
Add 'revoke modal' strings
2020-06-22 10:27:55 -04:00
Sean Yesmunt
117ccd87e1
move repost icon to submit button instead of card for consistency
2020-06-18 12:19:21 -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
infiinte-persistence
140364cb67
Fix translation issues in the Publish modal dialog.
...
Two issues:
1. Values not marked with __()
2. Split sentence.
For #2 , it seems like there are translations that don't make sense when combined, because the values are being translated independently from full sentence in Transifex. Decided to just make it full sentences.
2020-06-15 10:51:26 -04:00
Sean Yesmunt
deb4107dd0
confirmation cleanup
2020-06-15 10:50:01 -04:00
Sean Yesmunt
01e0a2a5db
improve support/tip for 0 balance and own claims
2020-06-15 10:50:01 -04:00
Sean Yesmunt
019d1f9176
tip/support marriage
2020-06-15 10:50:01 -04:00
jessop
9758286ad8
fix channel revoke confirmation
2020-06-08 09:42:58 -04:00
jessopb
6a59d2b2f9
Revert "fix channel revoke confirmation"
2020-06-08 07:50:09 -04:00
jessop
e8576eec8c
fix channel revoke confirmation
2020-06-07 15:17:18 -04:00
Sean Yesmunt
e7cdd6c13d
moonpay
2020-06-03 14:16:43 -04:00
TigerxWood
2130c15132
Made texts translatable
...
Texts will be translated now
2020-05-29 16:47:12 -04:00
Sean Yesmunt
17885eeccd
disable purchase button while purchasing
2020-05-27 13:46:36 -04:00
Sean Yesmunt
8b68932997
improve first time play experience for paid content in blog posts
2020-05-25 13:29:38 -04:00
Baltazar Gomez
ca4bbf53df
Support drag-and-drop file publishing ( #4170 )
2020-05-25 10:27:36 -04:00
Sean Yesmunt
7eb759e0da
don't continue to play uri if user cancels purchase
2020-05-22 16:48:24 -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
Sean Yesmunt
4c768b3814
fix embed player
2020-05-21 12:53:21 -04:00
Sean Yesmunt
c2abcf110c
Paid content on lbry.tv ( #4197 )
2020-05-21 11:38:28 -04:00
Sean Yesmunt
3de71db341
remove test value
2020-05-13 17:45:06 -04:00
Sean Yesmunt
e0c90f866c
🤦♂️
2020-05-13 17:43:50 -04:00
Sean Yesmunt
919f82ba94
purchases page, cleanup on pages with <ClaimList />
2020-05-11 12:31:22 -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
Sean Yesmunt
9923df7b19
let browser validate iframe markup
2020-04-30 10:13:01 -04:00
Jeffrey Fisher
cb470ad970
Do not double confirm on supports, per code review
2020-04-29 13:28:11 -04:00
Jeffrey Fisher
85a8234115
Add Confirmation when sending Tip/Support
...
Closes #2714
2020-04-29 13:28:11 -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
2677cd17d8
new signin/signup ( #3960 )
...
* new signin/signup
* cleanup and password reset
* new flow working
* cleanup
* add 'autoComplete' props
* fix prop
* try to call email/confirm before resetting password
* Dont use password reset token for email confirmation.
* add password reset
* password manager improvements
* update lbryinc
* cleanup
* slightly improve close button on sign up page
* moar fixes
* fix password autofil
Co-authored-by: Mark Beamer Jr <markbeamerjr@gmail.com>
2020-04-13 15:16:07 -04:00
Thomas Zarebczan
1387c5be40
fix: double confirmation on channel updates
...
Fixes https://github.com/lbryio/lbry-desktop/issues/3956
2020-04-06 14:11:24 -04:00
Sean Yesmunt
508db2d38a
fix publish modal button spacing
2020-04-02 17:34:48 -04:00
jessop
9faca8da2b
adds tip unlock modal to file page
...
i18n messages, handle error case max
copy copy
update @lbry/components and tweak range styles
sigfigs
error catching and cleanup
apply review changes
style table and unlock button
handle tip errors
separate fileDescription from fileDetails
make expandable cards
ui tweaks
tweak copy, style, behavior
remove unused strings
forgot an important line
2020-04-02 08:54:43 -04:00
Sean Yesmunt
419b3890cd
improve share modal
2020-03-30 09:40:23 -04:00
YULIUS KURNIAWAN KRISTIANTO
6f86c34da4
fix wording
2020-03-17 12:08:28 -04:00
seanyesmunt
f8357c4ec6
update copy
2020-03-16 15:06:10 -04:00
Sean Yesmunt
304dcf79e1
add sign out confirmation modal for desktop
2020-03-16 14:52:29 -04:00
Sean Yesmunt
9b95b4994e
show available balance on tip/support modal for mobile devices
2020-03-16 14:52:29 -04:00
jessop
7595458caa
make user type channel name to abandon channel
2020-03-12 20:56:02 -04:00
Kenneth C
b5e7912f93
Updated commentAcknowledgement modal.
...
Removed outdated point regarding the ability to delete/edit comments and replaced it with an at least somewhat relevant point.
2020-03-09 05:57:17 -07:00
Sean Yesmunt
a87d564c9e
fix error colors on dark mode
2020-02-23 21:14:01 -05:00
Sean Yesmunt
0edea00943
call publish analytics event for reposts
2020-02-23 21:14:01 -05:00
Sean Yesmunt
bbd263c441
don't remember repost bid amount
2020-02-19 11:08:08 -05:00
Sean Yesmunt
2619adb880
add supports to 'top' page
2020-02-12 15:34:59 -05:00