Sean Yesmunt
8f42280969
add path when deleting cookie so logout always works
2019-10-24 17:01:01 -04:00
Sean Yesmunt
0fb4f6f96d
cleanup publish modal behavior to work better on lbry.tv
2019-10-24 17:01:01 -04:00
Sean Yesmunt
39f0f97be0
hide proper things on lbry.tv
2019-10-24 17:01:01 -04:00
Sean Yesmunt
74a598c8cf
fix api link for lbry.tv
2019-10-23 10:14:39 -04:00
reece
b5c7722cb3
ammended comment
2019-10-23 10:04:02 -04:00
reece
0caac8e402
fixed bug where trying adding two identical tags just added none
2019-10-23 10:04:02 -04:00
reece
4cea57060e
normalized tags
2019-10-23 10:04:02 -04:00
Brent M Clark
46d1cfcbed
make for better translation
2019-10-22 23:10:02 -04:00
Brent M Clark
eaa196a768
remove console.log
2019-10-22 23:10:02 -04:00
Brent M Clark
efb1f0d7eb
copy changes and a warning
2019-10-22 23:10:02 -04:00
Oleg Silkin
47867efdf0
Fixes breaking app-strings json file
2019-10-22 23:06:06 -04:00
Sean Yesmunt
9877a28b9f
fix typo
2019-10-22 18:32:31 -04:00
Sean Yesmunt
446edd8096
fix typo
2019-10-22 16:46:50 -04:00
Sean Yesmunt
a736cbffeb
cleanup style
2019-10-22 16:45:47 -04:00
jessop
3cc69ddaf0
UI/UX
...
disable file input while awaiting publish
add spinner to publishes in sidebar
add spinner and Publishing title on Publish page
add WebUploadList to Publishes
add WebUploadItem
- thumb
- name
- progress bar
- abort button
beforeunload prevent closing tab / navigation
enforce and notify about publish size limit
6 outstanding flow complaints
2019-10-22 16:45:47 -04:00
jessop
dc1863890e
publish uses xhr instead of fetch for upload progress
2019-10-22 16:45:47 -04:00
jessop
f8ea6164f7
file selector operational for thumbs, publishes, thumb generation, channel edits
2019-10-22 16:45:47 -04:00
jessop
bd1d32e5d5
api done
2019-10-22 16:45:47 -04:00
jessop
82658618d0
wip publish page
2019-10-22 16:45:47 -04:00
Sean Yesmunt
179f758f4d
only redirect if syncError
2019-10-22 16:44:21 -04:00
Sean Yesmunt
07bf3f4916
add default SDK_API_URL to webpack web build
2019-10-22 16:44:21 -04:00
Sean Yesmunt
3e556e505c
sync support on lbry.tv
2019-10-22 16:44:21 -04:00
Sean Yesmunt
55b529ec0f
fix url
2019-10-22 16:44:21 -04:00
Sean Yesmunt
734a37c951
allow setting stream url for lbrytv
2019-10-22 16:44:21 -04:00
Sweta271097
8e25119800
Redirected to the valid url
2019-10-22 11:43:02 -04:00
Sesamestrong
dbaf98412f
Sanitize urls with single quotation marks
...
This fixes behavior for URLs with single quotes within them.
The behavior for a url like `https://severalglamorousthing.426729.repl.co/google's%20logo.png ` would be no background at all; the CSS rule would change to `background-image: url((unknown));`.
This fixes the problem and adds `\` to every `'` in the image url.
The behavior of the repo with this fix would be a conversion of the url provided above to `https://severalglamorousthing.426729.repl.co/google\'s%20logo.png `, which can be put into `\`url('${url}')\`` without breaking the CSS rule.
2019-10-22 11:27:52 -04:00
reece
122811d768
now displays original content when emtpying searchbar. Also switched to using util debounce
2019-10-22 11:20:55 -04:00
reece
a5529f6298
added debounce duration constant
2019-10-22 11:20:55 -04:00
reece
c6b25894d7
onchange now triggers searching, it is also debounced
2019-10-22 11:20:55 -04:00
jessop
92b558cfe8
deletes redundant useEffect and changes title config
2019-10-22 11:14:34 -04:00
jessop
b2079d561c
sets <title> on show page
2019-10-22 11:14:34 -04:00
Thomas Zarebczan
37d4ea956b
changelog
2019-10-22 11:12:59 -04:00
Thomas Zarebczan
df4d8729c3
ship it!
2019-10-22 11:12:59 -04:00
PRATEEK PARDESHI
8a453216f0
Documentation: Important changes in Readme.md
...
Documentation: Added Logo at Center, Text-Center Alignment,URL addition in Readme.md
2019-10-22 00:35:20 -04:00
Sean Yesmunt
36c788be5b
v0.37.1-rc.4
2019-10-21 22:47:44 -04:00
Thomas Zarebczan
f5faf6f49b
fix: blank password take 2
2019-10-21 22:44:07 -04:00
Harshit Singh
f06aaef256
Update .gitignore
2019-10-21 13:43:46 -04:00
Harshit Singh
14bf663873
Update .gitignore
2019-10-21 13:43:46 -04:00
Sean Yesmunt
8f951cddb8
v0.37.1-rc.3
2019-10-21 13:06:53 -04:00
Thomas Zarebczan
f74d73f2dc
Fix: add callback after unlocking
2019-10-21 12:59:19 -04:00
Sean Yesmunt
3bd42f1048
v0.37.1-rc.2
2019-10-21 10:38:18 -04:00
Thomas Zarebczan
bcda83ac44
fix: blank password bug
2019-10-21 10:37:34 -04:00
Sean Yesmunt
f360e0990b
v0.37.1-rc.1
2019-10-18 18:46:58 -04:00
Sean Yesmunt
679f8aee80
bump sdk and update changelog
2019-10-18 18:46:49 -04:00
Yurii Koval
39056413b6
added missing dots for labels to be consistent a across the app
2019-10-18 14:35:00 -04:00
reece
28fe56ddf3
fixed issue where search bar was being rendered outside of channel content tab
2019-10-18 14:34:17 -04:00
Sean Yesmunt
ea7e40f268
v0.37.0
2019-10-17 17:56:52 -04:00
Sean Yesmunt
153423f618
v0.37.0-rc.8
2019-10-17 16:00:55 -04:00
Sean Yesmunt
fde204b3b5
fix typo
2019-10-17 16:00:26 -04:00
Sean Yesmunt
d556a4b8dd
update sdk to 0.43.2
2019-10-17 15:47:43 -04:00