Sean Yesmunt
bc89d774ba
add youtube sync to first run
2020-09-29 17:12:32 -04:00
Sean Yesmunt
1f2fabe81b
Use sentence case for all card titles
2020-09-29 17:12:32 -04:00
Sean Yesmunt
cc1a8ca4e8
fix navigation button spacing
2020-08-20 01:38:48 -04:00
Sean Yesmunt
f688402748
align page contents with header width
2020-08-18 10:17:53 -04:00
Sean Yesmunt
a31f14b016
cleanup
2020-08-11 17:04:14 -04:00
Sean Yesmunt
692862c769
collapsable sidebar initial commit
2020-08-11 17:04:14 -04:00
Sean Yesmunt
90327a72ed
add comments behind a flag
2020-07-23 11:03:00 -04:00
Sean Yesmunt
e7cdd6c13d
moonpay
2020-06-03 14:16:43 -04:00
Sean Yesmunt
90be60c9b0
don't use focus mixin on mobile
2020-05-11 10:51:47 -04:00
Sean Yesmunt
f873b99875
modal consistency cleanup
2020-05-01 14:35:27 -04:00
Sean Yesmunt
49275c298a
embeds style fixes
2020-04-30 11:06:06 -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
jessop
15dc05fffc
simplify header on mobile
2020-02-28 09:23:40 -05:00
Dalton
895154dab9
added Sean's changes back in
2020-02-14 17:28:48 -05:00
Dalton
42ff86c572
set correct margin-top for nav button dropdown
2020-02-14 17:28:48 -05:00
Dalton
f2f19b7863
history works well but only for channel related pages - need to add title update hook for other pages
2020-02-14 17:28:48 -05:00
Dalton
85d76515f1
wip - need to fix forward and backwards buttons
2020-02-14 17:28:48 -05:00
Dalton
bfeb3f162c
merge && backwards functionality working (kind of) WIP
2020-02-14 17:28:48 -05:00
Sean Yesmunt
f1742eca25
Revert "Right Click to Navigate History ( #3547 )"
...
This reverts commit 6d88d87ff2
.
2020-02-03 12:27:14 -05:00
Dalton Hill
6d88d87ff2
Right Click to Navigate History ( #3547 )
...
* merge && backwards functionality working (kind of) WIP
* wip - need to fix forward and backwards buttons
* history works well but only for channel related pages - need to add title update hook for other pages
* moved useEffect to router
* renamed buttonNavigation -> navigationButton
* removed unused history
* fixed issue with lbry.tv
* disable button if no entries
* added max size for history
* set correct margin-top for nav button dropdown
* cleanup
Co-authored-by: Sean Yesmunt <sean@lbry.io>
2020-02-03 10:19:15 -05:00
Sean Yesmunt
8a9a79720b
add aria-label and alt messages
2020-01-30 15:56:54 -05:00
Sean Yesmunt
6e2d37b474
color cleanup
2020-01-22 09:26:39 -05:00
Sean Yesmunt
72b9f3efdd
new text viewer layout
2020-01-06 16:35:43 -05:00
Sean Yesmunt
ef9b34c51f
cleanup
2020-01-02 18:16:54 -05:00
Sean Yesmunt
a8711c027f
navigation redesign
2020-01-02 18:16:54 -05:00
Sean Yesmunt
86cfa746de
mobile view
2019-12-20 15:03:18 -05:00
Sean Yesmunt
15815e5071
remove [data-mode='dark']
2019-11-22 16:45:33 -05:00
Sean Yesmunt
6ad31a3ce9
refactor lbrytv web server
2019-11-11 13:27:29 -05:00
Igor Gassmann
3032736026
attempt to fix restructuring branch
2017-11-27 18:48:45 -05:00
Jeremy Kauffman
3a0ffb312a
Revert "Update file structure to follow electron-webpack guidelines"
2017-11-24 16:36:10 -05:00
Igor Gassmann
dbf0fae552
Update file structure to follow electron-webpack guidelines
2017-11-24 11:31:05 -03:00
btzr-io
6cee8d7664
fixes for last review
2017-10-04 21:07:04 -06:00
btzr-io
55297041a1
fix header invalid css property and update button styles
2017-10-02 20:10:40 -06:00
btzr-io
d4fc6901dc
additional header css changes
2017-10-02 19:58:41 -06:00
btzr-io
1ea453237f
improve header css
2017-10-02 19:27:44 -06:00
btzr-io
15216d0cad
split tabs style from header
2017-09-17 18:27:50 -06:00
btzr-io
b49e5f3075
add better tab styles
...
add animation for active tab
2017-09-17 18:25:07 -06:00
Jeremy Kauffman
de69a7c76b
further css cleanup, no dependency on themes folder existing
2017-09-06 18:34:11 -04:00
Jeremy Kauffman
67c1ec531e
first attempt at merge
2017-09-06 18:03:09 -04:00
btzr-io
3c7f1761bb
minor fixes for overall scss / themes
2017-08-21 20:23:38 -06:00
btzr-io
d8f71eba6d
minor fix for dark theme
2017-08-20 11:07:26 -06:00
btzr-io
4ddecf2aaa
implement dark theme
2017-08-19 23:58:03 -06:00
btzr-io
3f3372c96a
update overall scss structure
...
make styles more flexible / customizable
2017-08-18 22:33:01 -06:00
btzr-io
6455f49956
minor fix for broken styles / animation
2017-08-18 18:06:53 -06:00
btzr-io
9bf654e05f
init migration to css vars
2017-08-17 23:37:35 -06:00
Akinwale Ariwodola
a76afb0253
discover page horizontal scroll initial progress
...
added translate3d transform for card hover and sibling cards
implemented simple horizontal scroll animation
updated header z-index
switched z-index of cards on hover with horizontal left/right nav buttons
removed unnecessary code
added transition and states for horizontal scroll arrows, and some css tweaks and fixes
2017-07-29 14:14:09 -04:00
Jeremy Kauffman
36a992343f
much progress towards a working merge
2017-05-03 23:44:08 -04:00
Jeremy Kauffman
da538a7a23
many bug fixes, working back button, progress towards working search
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
543b912ddb
more cleanup / restoration
2017-05-02 10:21:33 -04:00
Jeremy Kauffman
71771aeb6f
it's not the worst thing I've ever done
2017-05-02 10:21:33 -04:00