Commit graph

543 commits

Author SHA1 Message Date
Jeremy Kauffman
619ab3d1de once startup has failed, stop animations and strip UI 2020-03-09 11:54:14 -07:00
Sean Yesmunt
80dddf8f9e update lbry-redux and fix ClaimList header alignment 2020-03-09 10:46:12 -04:00
jessopb
815ab193aa
update publishing messages: (#3794)
increase lbrytv limit until tv transcoding
warn about bitrate
warn about strange types
more reliably convey size limit message
2020-03-06 18:11:16 -05:00
jessop
c630482eab overhaul tags 2020-03-06 17:15:51 -05:00
Sean Yesmunt
89d998c9ae keep text on same line 2020-02-28 13:30:29 -05:00
jessop
9dc9d50e19 add options card to claim search
changes

almost done

wip

wip

more

changes after comment

detect custom qs and show options

ux and mobile styling

bugfix

console logs

appstrings
2020-02-28 13:30:29 -05:00
Sean Yesmunt
e430098613 add claim_type changes to ClaimTilesDiscover too 2020-02-28 12:37:43 -05:00
Michael Tintiuc
356611d3a7 Fixes #3200 Claim previews right-clickable 2020-02-28 12:37:43 -05:00
Sean Yesmunt
8f7aea9844 update nag z-index 2020-02-28 10:13:33 -05:00
Sean Yesmunt
aad0f6fef6 always show channel following section on first-run 2020-02-28 09:37:31 -05:00
Sean Yesmunt
21de13a3c2 update script 2020-02-28 09:37:31 -05:00
Sean Yesmunt
3e08d8e231 basic channel discovery in first run 2020-02-28 09:37:31 -05:00
Sean Yesmunt
cf4dc25f34 Update nag.scss 2020-02-28 09:28:17 -05:00
Yamboy1
4220368d07 fix wrapping on code in mobile view 2020-02-28 09:28:17 -05:00
Yamboy1
4728b4b494 keep nag banner on top 2020-02-28 09:28:17 -05:00
jessop
15dc05fffc simplify header on mobile 2020-02-28 09:23:40 -05:00
Sean Yesmunt
92ea75b1d8 add message for signed in users on privacy page and add sign out button 2020-02-24 15:45:30 -05:00
Sean Yesmunt
a87d564c9e fix error colors on dark mode 2020-02-23 21:14:01 -05:00
Sean Yesmunt
d783d2a24f style fixes 2020-02-21 17:09:20 -05:00
Sean Yesmunt
df748878e1 update copy and add help link 2020-02-21 16:09:10 -05:00
Lukewh
9a74d87e21 Remove max-width channel header padding 2020-02-21 09:35:41 -05:00
Michael Tunnell
e44eef8c21 fixed a variable conflict for embed play button
This fix addresses a problem with the color variable "var(--color-primary)" being used in the hover element. The output of the variable is not compatible with the rgba modification from the previous code. This commit fixes this bug in relation to Issue #3706
2020-02-20 16:21:43 -05:00
Sean Yesmunt
e1aac34079 use claim_search for channel discovery 2020-02-20 13:17:11 -05:00
Michael Tunnell
73d6fd9e90 improved color scheme for embed player
This commit changes the colors of the play button on the embed video player to blend better with other websites. This relates to Issue #3706
2020-02-20 12:40:53 -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
Yamboy1
abb0b535d2 Add extra media style 2020-02-14 16:57:42 -05:00
Sean Yesmunt
c9e759fc9f add youtube verified message 2020-02-12 14:11:13 -05:00
Sean Yesmunt
87baaf960e fix wrong amount showing for effective_amount visual 2020-02-12 10:51:33 -05:00
Sean Yesmunt
83ebe9a18f less padding on repost author 2020-02-12 10:51:33 -05:00
Sean Yesmunt
c8451483b3 add effective amount and claim_id to file page 2020-02-11 15:02:29 -05:00
Sean Yesmunt
6a529d55ba mvp for 'top' page 2020-02-11 15:02:29 -05:00
Sean Yesmunt
9343f5855c fix winning claim for top search results 2020-02-11 13:38:06 -05:00
Sean Yesmunt
7eb340167a fix publish modal style 2020-02-11 13:38:06 -05:00
Sean Yesmunt
82c038b354 add padding to web upload claim preview 2020-02-11 11:50:42 -05:00
Sean Yesmunt
1d2e33628c slightly improve channel prefix on dark mode 2020-02-11 11:22:23 -05:00
Sean Yesmunt
e1cfe6aa9a cleanup 2020-02-11 11:09:55 -05:00
Sean Yesmunt
776de49c15 basic repost UI 2020-02-11 11:09:55 -05:00
Yamboy1
4d19c86293 Use classNames 2020-02-07 09:21:28 -05:00
Yamboy1
2ae3255d01 Make exception for markdown files 2020-02-07 09:21:28 -05:00
Yamboy1
9cc19936eb Add integrated light theme 2020-02-07 09:21:28 -05:00
Yamboy1
99f87e746e Forgot about fit-content 2020-02-07 09:21:28 -05:00
Yamboy1
737e4c92de Specify that theme has been customised 2020-02-07 09:21:28 -05:00
Yamboy1
1a029dcfad Allow content to resize a bit. See commit description
With this change, the default size of content in the new text format
is increased a bit, but the content will also increase in size to try
and fit all its lines properly. This is especially useful with stuff
like guitar tab which looks terrible if it's wrapped
2020-02-07 09:21:28 -05:00
Yamboy1
f990e4bd16 Codebox theming 2020-02-07 09:21:28 -05:00
Sean Yesmunt
f37f792e61 higher contrast for toggle inputs 2020-02-06 17:12:24 -05:00
jessop
ac62156229 fix bugs and review changes 2020-02-05 13:25:31 -05:00
Sean Yesmunt
78aeb55bc5 clean up css 2020-02-05 12:03:54 -05:00
Kenneth Tubman V
b2bf80f3ce Added download icon to Claim Previews 2020-02-05 12:03:54 -05:00
Sean Yesmunt
2c36a0642d sentry 2020-02-04 23:02:18 -05:00
Michael Tintiuc
0a4234b328 Add missing commits 2020-02-04 20:11:21 -05:00
Michael Tintiuc
c94fdb2749 Fixes #3200 Claim previews right-clickable 2020-02-04 20:11:21 -05:00
Sean Yesmunt
72d69d5d31 Revert "Fixes #3200 Claim previews right-clickable - original author (michaeltintiuc)"
This reverts commit 0b55f26fce.
2020-02-04 18:33:01 -05:00
Sean Yesmunt
0b55f26fce Fixes #3200 Claim previews right-clickable - original author (michaeltintiuc) 2020-02-04 18:23:58 -05:00
Sean Yesmunt
3516ef62ac Revert "Fixes #3200 Claim previews right-clickable"
This reverts commit 382b6fd6dc.
2020-02-04 18:17:05 -05:00
Sean Yesmunt
4e94d66e7e Revert "fix link color"
This reverts commit e379b85b9c.
2020-02-04 18:17:05 -05:00
Sean Yesmunt
e379b85b9c fix link color 2020-02-04 17:56:23 -05:00
Michael Tintiuc
382b6fd6dc Fixes #3200 Claim previews right-clickable 2020-02-04 17:56:23 -05:00
Sean Yesmunt
ae1374210c Revert "sentry"
This reverts commit 4091aca554.
2020-02-04 16:57:06 -05:00
Sean Yesmunt
4091aca554 sentry 2020-02-04 16:40:33 -05:00
Sean Yesmunt
a2600245c2 put header back and test to see if this fixes pathname issue 2020-02-04 09:54:21 -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
Oleg Silkin
b44d2f59e8 Adds comment actions menu & implements their actions 2020-01-31 16:30:51 -05:00
Sean Yesmunt
bf0ff8ee84 fix tabs background color 2020-01-31 13:20:04 -05:00
Sean Yesmunt
9dddbf93a6 update wunderbar color 2020-01-31 13:14:58 -05:00
Sean Yesmunt
77e26eb440 basic display of reposts in app 2020-01-31 12:50:19 -05:00
Sean Yesmunt
0f3239284f better naming of things 2020-01-30 17:26:08 -05:00
Sean Yesmunt
8a9a79720b add aria-label and alt messages 2020-01-30 15:56:54 -05:00
Sean Yesmunt
6a5f90ce2a fix mobile view on homepage 2020-01-30 12:41:21 -05:00
Sean Yesmunt
90bcfaa865 fix encoded urls getting 404'd 2020-01-29 15:31:46 -05:00
Sean Yesmunt
10d12fb0e8 cleanup 2020-01-29 14:04:08 -05:00
Dalton
8e16b8d8ab text overflow is hidden, allowing user to click on close button 2020-01-29 13:23:33 -05:00
Sean Yesmunt
8717327c34 move icons/time on file tiles to thumbnail 2020-01-29 11:39:27 -05:00
Sean Yesmunt
1bc4bdc8d8 icon cleanup 2020-01-29 11:22:35 -05:00
Sean Yesmunt
cf3be2e8b7 add FileProperties to ClaimPreviewTile 2020-01-29 11:22:35 -05:00
Sean Yesmunt
16d52b1231 make channel thumbnails clickable on claim tiles 2020-01-29 11:22:35 -05:00
Sean Yesmunt
01e6fe8e68 add file icons to ClaimPreview 2020-01-29 11:22:35 -05:00
Sean Yesmunt
dfde740ecb basic video length on file tiles 2020-01-29 11:22:35 -05:00
Sean Yesmunt
d5d553d51a make search bar higher contrast to see if it does anything 2020-01-28 10:49:52 -05:00
Sean Yesmunt
94c41655a9 add link to lbry.tv after content is finished playing 2020-01-28 10:20:54 -05:00
jessop
33672a789b app plays embed in iframe
make player full screen and prepared for overlay actions

small changes

cleanup
2020-01-28 10:20:54 -05:00
Sean Yesmunt
9a37080769 clean up mobile styling 2020-01-28 09:35:39 -05:00
Sean Yesmunt
d312a8e8b6 basic autoplay timer working 2020-01-28 09:35:39 -05:00
Sean Yesmunt
28f2a9da0a hide channel thumbnail on medium screens too 2020-01-27 15:46:17 -05:00
Sean Yesmunt
9655c527f4 add background color to ads and fix dark mode style 2020-01-24 14:26:37 -05:00
Sean Yesmunt
b4564c6f46 add message to ads about signing in 2020-01-24 14:26:37 -05:00
jessop
c2eaac6729 review changes 2020-01-23 21:31:10 -05:00
jessop
2261a92fe5 loads script for alternate sidebar 2020-01-23 21:31:10 -05:00
Sean Yesmunt
866ae9019c fix 'publishes' styling on claim tiles 2020-01-22 09:33:27 -05:00
Sean Yesmunt
6e2d37b474 color cleanup 2020-01-22 09:26:39 -05:00
Sean Yesmunt
80595311c6 fix spacing on send tip modal 2020-01-21 17:38:10 -05:00
Sean Yesmunt
d256d9eac1 quick fix to see if people will stop complaining about cards not lining up 2020-01-20 14:38:15 -05:00
Sean Yesmunt
ba675f48c9 new homepage 2020-01-20 12:09:57 -05:00
Sean Yesmunt
a6270226ef fix invite page on mobile 2020-01-17 12:56:28 -05:00
Sean Yesmunt
c7c16479fa quick fix for mobile alignment 2020-01-16 13:36:50 -05:00
Sean Yesmunt
1c0a7ede0a referrer modal styling 2020-01-15 12:55:44 -05:00
Sean Yesmunt
8d60a87645 cleanup 2020-01-14 10:49:51 -05:00
Dalton
5a544a43e8 added clearPublish when user selects new publish from the navbar
added clearPublish() to the 'new publish' link on user's publish page if they have previously published

menu drop-down does not clear publishes && increase size of button font in card headers

increased size of card header button icons
2020-01-14 10:49:51 -05:00
tuxfoo
5584096da2 disable pointer if fullscreen and inactive mouse and playing 2020-01-09 14:09:37 -05:00
Sean Yesmunt
4ccefa0252 add draggable to the top of the floating player so it doesn't get stuck out of the screen 2020-01-08 15:00:50 -05:00
Sean Yesmunt
b47b52cf97 allow card titles to wrap 2020-01-08 14:46:22 -05:00
Sean Yesmunt
0fe07b05c0 mobile cleanup plus some font fixes 2020-01-08 14:21:52 -05:00
Sean Yesmunt
b44182e751 mobile styling hot fixes 2020-01-08 00:04:35 -05:00
Sean Yesmunt
618b186ac1 cleanup 2020-01-06 16:35:43 -05:00
Sean Yesmunt
72b9f3efdd new text viewer layout 2020-01-06 16:35:43 -05:00
Sean Yesmunt
11dcd4c3d5 add currently signed in email to sign out button 2020-01-03 15:51:44 -05:00
Sean Yesmunt
a43fea6e9a clean up side navigation 2020-01-03 14:25:00 -05:00
Sean Yesmunt
a31178318a fix channel page style 2020-01-03 14:25:00 -05:00
Sean Yesmunt
0b38bb1f1a moar cleanup 2020-01-02 18:16:54 -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
ea6855df08 quick fix to add a cancel button on publish 2019-12-26 10:40:08 -05:00
Thomas Zarebczan
1687edb945 fix: mobile + m4v video 2019-12-22 17:52:21 -05:00
Sean Yesmunt
aefa330ad8 put back broken style 2019-12-21 16:16:27 -05:00
Sean Yesmunt
c9dc97298a lets tryout these thumbnail styles 2019-12-20 15:46:59 -05:00
Sean Yesmunt
d181cd9e3f cleanup 2019-12-20 15:03:18 -05:00
Sean Yesmunt
86cfa746de mobile view 2019-12-20 15:03:18 -05:00
Sean Yesmunt
662cf9c906 fix tray icons, download icons, and fix embed route 2019-12-20 11:43:26 -05:00
Sean Yesmunt
9d83de7eea wallet server selection style 2019-12-16 13:29:11 -05:00
Sean Yesmunt
7872f8b7f8 Revert "darker inputs on dark mode and tone down the green a bit"
This reverts commit cbb82f8532.
2019-12-15 23:49:01 -05:00
Sean Yesmunt
cbb82f8532 darker inputs on dark mode and tone down the green a bit 2019-12-15 23:28:52 -05:00
Sean Yesmunt
f3c5f03fa9 load fonts from html head 2019-12-12 16:41:02 -05:00
Sean Yesmunt
6e09dbfb96 show play button when video is paused 2019-12-12 16:26:42 -05:00
Sean Yesmunt
5d3077ff9f fix unused channel style on search page 2019-12-11 15:54:26 -05:00
Sean Yesmunt
486dd44b32 fix text color for paid content 2019-12-11 09:24:21 -05:00
Sean Yesmunt
769c2e8610 fix search option style 2019-12-10 10:08:14 -05:00
Sean Yesmunt
21b712f786 cleanup css 2019-12-10 10:08:14 -05:00
Sean Yesmunt
e00f89b890 cleanup 2019-12-09 10:04:07 -05:00
Oleg Silkin
b389a4e139 Adds icons for claim-list alt control buttons & styles them 2019-12-09 10:04:07 -05:00
Sean Yesmunt
143f17feb7 redesign fixes 2019-12-09 09:50:50 -05:00
Sean Yesmunt
2944ed3664 add open in app link 2019-12-06 16:16:14 -05:00
Sean Yesmunt
d2a1852a8d Revert "add open in app link"
This reverts commit d980a01303.
2019-12-06 16:05:10 -05:00
Sean Yesmunt
d7d8b2f39a Revert "move upgrade prompt to a <Nag />"
This reverts commit 0c125ed2b9.
2019-12-06 16:05:10 -05:00
Sean Yesmunt
0c125ed2b9 move upgrade prompt to a <Nag /> 2019-12-06 15:59:05 -05:00
Sean Yesmunt
d980a01303 add open in app link 2019-12-06 15:59:05 -05:00
Sean Yesmunt
ebd5ccaeb7 update copy and only show welcome for unverified users 2019-12-06 11:42:10 -05:00
Sean Yesmunt
f138199936 fix rebase 2019-12-04 14:23:43 -05:00
Sean Yesmunt
01a45e00bb clean up styles 2019-12-04 13:24:57 -05:00
Oleg Silkin
23ec4beb7c Fixes styling issue 2019-12-04 13:24:57 -05:00
Oleg Silkin
53e4392feb Comments are adjacent to the thumbnail 2019-12-04 13:24:57 -05:00
Oleg Silkin
171cfe31aa Adds comment thumbnails 2019-12-04 13:24:57 -05:00
Sean Yesmunt
8ae5a76463 fix code styling 2019-12-03 13:54:46 -05:00
Sean Yesmunt
bf512e8338 use same code for handling open links on lbry.tv and desktop 2019-12-03 13:25:17 -05:00
Sean Yesmunt
e406c2fdf5 use card background for file viewer background 2019-12-03 11:49:52 -05:00
Jeremy Kauffman
b810413bc3 change file viewer background color 2019-12-03 11:49:52 -05:00
Sean Yesmunt
ad33345d64 fix error snack bar color 2019-11-27 13:28:15 -05:00
Sean Yesmunt
23355e6b21 redesign fixes 2019-11-25 12:43:45 -05:00
Sean Yesmunt
b896b9c5af additional pending claim style fixes 2019-11-25 11:55:35 -05:00
Jeremy Kauffman
4316f7b913 preview styling fix yolo'd from github UI 2019-11-25 11:55:35 -05:00
Sean Yesmunt
af50406fed fix text color on unsupported files 2019-11-23 13:19:24 -05:00
Sean Yesmunt
85608bbd23 fix text selection style 2019-11-22 18:51:41 -05:00
Sean Yesmunt
15815e5071 remove [data-mode='dark'] 2019-11-22 16:45:33 -05:00
Sean Yesmunt
d498c14603 temp fix for select width 2019-11-19 22:22:24 -05:00
Sean Yesmunt
e51f31f015 dont re-resolve on empty claims 2019-11-19 22:22:24 -05:00
Jeremy Kauffman
e02f021b73 refactored comment flow 2019-11-14 15:22:45 -05:00
Jeremy Kauffman
f445ee8b9c always fit video player 2019-11-14 13:05:01 -05:00
Sean Yesmunt
3c08913d1c remove old style 2019-11-13 19:29:32 -05:00
Sean Yesmunt
da10296132 lbry.tv account copy changes 2019-11-13 19:09:30 -05:00
Jeremy Kauffman
d5745db757 do not block text rendering while loading fonts
see https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
2019-11-12 15:23:22 -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
Sean Yesmunt
3f2c871e42 add comment 2017-11-22 15:33:45 -05:00
Sean Yesmunt
6f96ea10a9 fix channel name alignment 2017-11-22 15:28:56 -05:00
Akinwale Ariwodola
ff133a03df Issue #721 fix - Inconsistent thumbnail sizes 2017-11-14 12:56:24 -05:00
Jeremy Kauffman
3b1f63d98f enlarge snack bar, fixes #714 2017-11-09 16:55:34 -05:00
Jeremy Kauffman
c33b7df732 increase modal width by 20px, fixes #709 2017-11-07 09:35:49 -05:00
btzr-io
1c41b7d77a remove css junk 2017-10-23 17:23:11 -04:00
btzr-io
ecd90de84a fix markdown placeholder 2017-10-23 17:23:11 -04:00
btzr-io
dd2f549eb0 update light theme 2017-10-23 17:23:11 -04:00
btzr-io
fc1be7c033 fix wallet address input styles 2017-10-23 17:23:11 -04:00
btzr-io
9dffde221c fix #678 2017-10-23 17:23:11 -04:00
Jeremy Kauffman
782fb5d59e revert user-select: none as default for all elements 2017-10-15 09:35:16 -04:00
btzr-io
06092cd8f9 more changes for markdown styles 2017-10-14 23:55:25 -06:00
btzr-io
0256d7a8f8 minor update for publish layout
update markdown styles

css fixes
2017-10-14 23:40:15 -06:00
btzr-io
c6f75702b1 more fixes for input styles 2017-10-14 22:52:32 -06:00
btzr-io
f5126fc059 update / fix input styles 2017-10-14 21:52:23 -06:00
btzr-io
904205beb8 fix download button styles 2017-10-14 20:16:31 -06:00
btzr-io
6c1f627dd7 fix form-field margin 2017-10-14 18:16:05 -06:00
btzr-io
4db73ddb36 better radio input styles + animation 2017-10-14 17:54:38 -06:00
btzr-io
720ec3b77a fix dark theme checkbox styles 2017-10-14 17:46:18 -06:00
btzr-io
f17777b511 better checkbox styles 2017-10-14 17:41:41 -06:00
btzr-io
ac95dea827 update checkbox / radio input styles 2017-10-14 16:37:40 -06:00
btzr-io
b6b23b5583 update input styles 2017-10-14 16:03:05 -06:00
btzr-io
37d3515fa8 publish layout cleanup 2017-10-14 13:41:04 -06:00
Baltazar Gomez
5ed51109f6 Merge branch 'master' into ux-patch 2017-10-12 19:23:44 -06:00
Jeremy Kauffman
45b2bc6aa8 style form row labels and form field labels the same way 2017-10-12 09:45:59 -04:00
btzr-io
3374c8ba39 add smart text selection 2017-10-11 21:37:36 -06:00
btzr-io
7ccc701b7b remove overall text selection 2017-10-11 21:15:09 -06:00
btzr-io
6eff0b46dd minor update for scrollbar - fix #666 2017-10-11 21:05:57 -06:00
btzr-io
e18ba31988 file selector cleanup - fix #656
add readonly style

minor css fixes
2017-10-11 20:52:34 -06:00
btzr-io
2039ab7f21 update file layout and more fixes :) 2017-10-09 22:53:50 -06:00
btzr-io
3c31ad69ea implement dividers 2017-10-09 21:10:59 -06:00
btzr-io
73c2d02e38 minor cleanup for wallet page 2017-10-08 23:10:56 -06:00
btzr-io
a3b0ecd9b9 update cards margin 2017-10-08 21:37:37 -06:00
btzr-io
7400b8c916 more experimental changes
add more focus for support button

minor fixes css
2017-10-08 20:39:10 -06:00
btzr-io
c0f545a774 more minor fixes for file actions and scrollbar 2017-10-08 17:19:00 -06:00
btzr-io
725b9e1066 use standar animations for card component 2017-10-08 16:52:29 -06:00
Baltazar Gomez
ac2a69c47d Merge branch 'master' into css_patch 2017-10-06 15:02:20 -06:00
Jeremy Kauffman
80f1cac4e5 drop developer page 2017-10-06 16:22:17 -04:00
btzr-io
10917ea472 remove paddign from media component 2017-10-05 00:00:43 -06:00
btzr-io
3aca559715 fix issue with card-row header 2017-10-04 22:18:29 -06:00
btzr-io
79895f6c7f more fixes :) 2017-10-04 22:13:06 -06:00
btzr-io
6cee8d7664 fixes for last review 2017-10-04 21:07:04 -06:00
btzr-io
9ea1e21f5b more minor fixes 2017-10-03 11:27:52 -06:00
btzr-io
5dcf15a5b9 minor fix for fileTile component 2017-10-03 10:59:08 -06:00
btzr-io
87c4bd2047 add experimental fileTile styles 2017-10-02 23:05:11 -06:00
btzr-io
fd99676307 update fonts and fix button font size 2017-10-02 22:08:25 -06:00
btzr-io
59778808e3 redesign for fileSelector component 2017-10-02 21:04:21 -06:00
btzr-io
28f4b98e20 implement nice shadows :) 2017-10-02 20:37:31 -06:00
btzr-io
b9241fd42d remove funky underline text 2017-10-02 20:25:44 -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
9c53de114f add standar css animation 2017-10-02 19:35:52 -06:00
btzr-io
1ea453237f improve header css 2017-10-02 19:27:44 -06:00
Baltazar Gomez
2e28582277 Merge branch 'master' into css_patch 2017-09-28 20:30:27 -06:00
btzr-io
2c7cdfd43e minor css fixes
fix dark theme issues

minor css fix for #620
2017-09-26 10:56:21 -06:00
btzr-io
8d8bcf303e fix for #605 2017-09-26 00:21:05 -06:00
btzr-io
ddc5e93aec remove unused css from video component
related to #605
2017-09-26 00:14:24 -06:00
btzr-io
e604916aa3 fix header issue #613 2017-09-25 23:50:05 -06:00
Jeremy Kauffman
0a4e17af54 minor design changes 2017-09-22 17:48:35 -04:00
Alex Liebowitz
bbfb0fea67 Add <IconSet /> component
This is a presentational component for horizontal banks of icons (and
sometimes other stuff).

Convert <FileCard /> and <FileTile /> to use <IconSet />

Factor out "downloaded/published" icon into its own component

Add Featured Content icon to file tiles

Add alignment style for Featured Content icon

Update CHANGELOG.md

Handle featured content icon adjustment in _icons.scss

Remove IconSet component

Converted back to a presentational span and move positioning styles
into card SCSS

Fix spacing between price and icons in file tiles and cards

Before, it would be missing the space if there was a "local file" icon
but no featured content icon.

Rewrite Icon component to use semantic icons

Now you can pass in a constant that indicates the meaning of the icon
within the interface, e.g. icons.FEATURED instead of "icon-rocket".
Also adds the appropriate title.

All icons should eventually be updated to use this.

Remove IconFeatured and IconLocal in favor of new Icon component

Add space between Featured and Local icons

In the conversion to a generic Icon component, we lost the styles that
added padding on the left for FeaturedIcon and LocalIcon.

Fix how rocket icon position is adjusted

Before, it was using a negative margin, which altered the shape of the
bounding box. Changed to use relative positioning.

Add support for styling LBRY icons

Move style for Featured icon into icons.js

Uses new class name format for LBRY icon styles
2017-09-22 17:48:30 -04:00
Baltazar Gomez
440d982690 Merge branch 'redesign' into v16-scrollbar 2017-09-21 10:48:29 -06:00
Baltazar Gomez
40ad276f1a Merge pull request #576 from lbryio/v16-tabs
Improve tabs ( UI / UX )
2017-09-21 10:44:10 -06:00
btzr-io
b7b8851698 fix #542
implement submit component

fix weird behaviour in wallet send

prevent refresh on enter key

fix wallet send ->  submit handler

implement form component

fix conflicts

remove unused files

better submit handler

better validation for walletSend

prevent / remove missign parameters error (popup)

minor fix

minor fix for submit validation in walletSend
2017-09-18 18:10:20 -04:00
Jeremy Kauffman
76352161a5 Merge branch 'v16' 2017-09-18 17:48:39 -04:00
Jeremy Kauffman
65f65f1aea transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
btzr-io
44e5698b1a update vars.scss 2017-09-17 18:46: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
e9b48f0bd6 tip clean up and refactor 2017-09-17 16:33:52 -04:00
btzr-io
77536af503 add a better scrollbar style
now scrollbar don't affect navbar:

make it less annoying
2017-09-17 13:32:56 -06:00
Jeremy Kauffman
c3a9eee10a Fix multi-line URLs on cards 2017-09-17 12:43:18 -04:00
Jeremy Kauffman
e119533973 more progress but probably more breakage 2017-09-15 09:56:32 -04:00
Baltazar Gomez
abcd8a2ba8 add missign icons - fix #543 2017-09-13 20:40:44 -06:00
Jeremy Kauffman
ff12ff3d36 merge cleanup 2017-09-07 09:38:44 -04: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
Akinwale Ariwodola
f0efcea3d5 added semicolons 2017-09-01 09:08:15 +01:00
Akinwale Ariwodola
b18391085b card row autoadjust on window resize and scroll arrow clipping css fix 2017-08-31 21:22:24 +01:00
Jeremy Kauffman
e169737f5d fix spacing on last item of card grid 2017-08-31 09:12:11 -04:00
Jeremy Kauffman
4b759412c1 fix imports, remove unused code 2017-08-30 13:57:42 -04:00
Jeremy Kauffman
c7522dc0a5 better?
merging is hard

releasable?
2017-08-29 17:42:11 -04:00
Jeremy Kauffman
2013da3fac decent progress 2017-08-29 14:40:30 -04:00
Jeremy Kauffman
31fb723d87 invites basics 2017-08-29 14:40:30 -04:00