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
Sean Yesmunt
92efa2e49b
make sure auth token header is set for already signed in users too
2020-06-09 13:03:47 -04:00
Sean Yesmunt
36044b9e03
make sure email is verified before setting auth token header
2020-06-09 12:37:34 -04:00
infiinte-persistence
8068279b5e
Limit the Markdown Editor width in Edit (not New) Mode to prevent overflow.
...
The MDE used in the "new" section has a parent width parameter to limit itself, while the MDE used in the "edit" section didn't.
Fix by limiting ".comment__body_container" to 80%, which takes into account the space taken by the author's avatar. This feels a little bit dirty since it's hard-coded. If there's a way to calculate the avatar width from here, it will be more robust.
2020-06-09 09:54:10 -04:00
infiinte-persistence
d95ab2c168
Fix [ ff0cc861
] that broke regular word-wrap in comments.
...
Now, both regular text and "long text without spaces" will wrap correctly.
2020-06-09 09:39:54 -04:00
TigerxWood
8099088415
Made uniform display of text views
...
Too many forms of word "views" and "view" to translate, with caps and without. We need to choose the same in all places.
2020-06-09 09:26:41 -04:00
TigerxWood
bb790b4332
Removed space to sync with app-strings
...
Removed space to sync the text "LBRY takes privacy and choice seriously. Just a few questions before you enter the land of content freedom." with that from app-strings.jsx
2020-06-09 09:24:58 -04:00
TigerxWood
29b0111c9e
Made strings from settingWalletServer translatable
...
Made connecting string translatable
2020-06-09 09:24:32 -04:00
TigerxWood
374323713b
Make strings from fileDetails translatable
...
Text for files sizes can be translated as Mo (from Mega octet) so KB, MB, GB etc will be Ko, Mo, Go etc. in other languages.
2020-06-09 09:24:15 -04:00
Sean Yesmunt
1dcf16b0b4
fix download link on desktop
2020-06-08 16:26:49 -04:00
Sean Yesmunt
f11d06817f
pass undefined instead of null so that default value can be used
2020-06-08 16:17:00 -04:00
Sean Yesmunt
6c12525df3
fix typo
2020-06-08 14:22:03 -04:00
Sean Yesmunt
36d60fabe4
make sure auth token header is set before any authenticated sdk calls are made
2020-06-08 13:38:34 -04:00
infiinte-persistence
ff0cc8610d
Fix long comments without spaces not wrapping and pushing buttons to go off-screen.
...
#4331 (issue #2 )
2020-06-08 09:45:02 -04:00
infiinte-persistence
39f13e1b3a
Form-field: Wrap the label/error message when it is too long.
2020-06-08 09:45:02 -04:00
infiinte-persistence
861dd2a70f
Form-field: Truncate the "read-only prefix" to 40% width so that the input field is always visible.
...
Currently, the input field goes off-screen if the read-only prefix is too long.
Given that the prefix is read-only, the user probably knows what the prefix is from context. e.g. In the case of the Repost Modal, the prefix is repeated in a selection field above. So, it's probably ok to just truncate the text to an ellipsis.
The input field is the more important one here, so giving it 60% width when truncation is needed.
2020-06-08 09:45:02 -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
9758286ad8
fix channel revoke confirmation
2020-06-08 09:42:58 -04:00
jessop
91662a9d57
force https thumbs or handle img src error
2020-06-08 09:42:19 -04:00
jessopb
6a59d2b2f9
Revert "fix channel revoke confirmation"
2020-06-08 07:50:09 -04:00
jessopb
e51765cd72
Merge pull request #4338 from lbryio/fix-channelDeleteConfirm
...
fix channel revoke confirmation
2020-06-07 16:42:26 -04:00
jessop
e8576eec8c
fix channel revoke confirmation
2020-06-07 15:17:18 -04:00
Sean Yesmunt
fea3533b4c
fix share link
2020-06-05 12:17:36 -04:00
jessop
cb64522fa9
install_new domain parameter
2020-06-04 13:43:36 -04:00
Sean Yesmunt
dd47bc673d
fix links in embeds
2020-06-04 10:57:31 -04:00
infiinte-persistence
468efaf34e
Fix css "--spacing-?" renaming that recent PRs missed during the merge.
2020-06-04 10:53:32 -04:00
infiinte-persistence
50fc2698d6
Add StatusBar into Page for 'app' only.
...
#3776 #4259
2020-06-04 10:31:06 -04:00
infiinte-persistence
ae82b3fc05
Create transient "status bar" to display the hover URL.
...
Implementation:
- <StatusBar> listens to 'update-target-url' and will show/hide itself as needed.
- Handled the display of "lbry://" protocol.
CSS:
- The colors chosen should work on both Light and Dark Theme.
- The delay is necessary to avoid blinkies when the mouse is moving around.
#4259
2020-06-04 10:31:06 -04:00
infiinte-persistence
5d1d36d4af
Fix color contrast in Markdown Editor (both light & dark).
...
Fixed color issues that were making things hard to read:
- selected text color, including inline code.
- HTML tags
- Horizontal rule not visible in Preview mode. While at it, I changed the color in Edit mode as well as syntax highlighting.
- blockquote (was gray over gray)
Attempted to fix uneven margins between top and bottom for inline-code and codeblock. Also, removed the extra margin to make it more nice and cosy, instead of far apart.
2020-06-04 10:22:57 -04:00
Joaquim
4aba0716dd
Add Catalan language
2020-06-04 10:13:25 -04:00
Sean Yesmunt
9607a0a5f3
remove code left from rebase
2020-06-04 10:11:59 -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
78422ccfb2
fix thumbnails on desktop
2020-06-03 13:49:44 -04:00
Sean Yesmunt
48a707f0db
fix comment replies when turning off advanced mode
2020-06-03 11:39:37 -04:00
Sean Yesmunt
1cae7a6038
fix share link so claim id isn't lost in url
2020-06-03 11:39:37 -04:00
Sean Yesmunt
af5ee2f253
fix channel gif alignment on comments
2020-06-03 11:39:37 -04:00
Sean Yesmunt
02b67d9271
fix homepage mobile spacing
2020-06-03 11:39:37 -04:00
jessopb
77971e4f1f
Merge pull request #4305 from lbryio/noGa2
...
strip ga calls
2020-06-03 10:37:26 -04:00
jessop
7fe88d86d5
strip ga calls
2020-06-02 16:52:34 -04:00
TigerxWood
c0fc7e5fbd
Fix boolean declaration in claimInsufficientCredits
2020-06-02 16:20:36 -04:00
TigerxWood
5b4e45b0b0
Update translatable string
2020-06-02 16:19:17 -04:00
Sean Yesmunt
16fcc4c932
only set x-lbry-auth-token once user is signed in
2020-06-02 16:10:43 -04:00
Sean Yesmunt
48eac1188f
always use thumbnail from claim if it exists on web
2020-06-02 16:10:43 -04:00
Sean Yesmunt
a0ace5ca58
add refresh icon to refresh buttons
2020-06-02 16:10:43 -04:00
Thomas Zarebczan
17b8aa0202
add @MH to paid content beta
2020-06-02 10:50:34 -04:00