Commit graph

191 commits

Author SHA1 Message Date
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 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
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 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
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 65f65f1aea transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04: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
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 31fb723d87 invites basics 2017-08-29 14:40:30 -04:00
btzr-io 463d09256f tidy up _markdown-styles.scss 2017-08-26 14:50:02 -06:00
btzr-io f6857313ad fix markdown-editor styles 2017-08-26 14:47:37 -06: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 58496c1d3c init fix for last review 2017-08-19 13:04:45 -06:00
btzr-io 3f3372c96a update overall scss structure
make styles more flexible / customizable
2017-08-18 22:33:01 -06:00
btzr-io dccd52c7df fix broken style from form-field 2017-08-18 19:46:45 -06:00
btzr-io 198d44af66 minor fix for buttons style 2017-08-18 19:18:07 -06:00
btzr-io 509ff192cd fix for card style 2017-08-18 19:09:45 -06:00
btzr-io 95f68cbda8 fix load screen styles 2017-08-18 18:42:45 -06:00
btzr-io 6455f49956 minor fix for broken styles / animation 2017-08-18 18:06:53 -06:00
btzr-io 5a9fdcdd26 import css vars 2017-08-18 17:35:52 -06:00
btzr-io 1e465d80b1 add missing colors 2017-08-18 17:25:35 -06:00
Baltazar Gomez d2c735717c Merge branch 'master' into master 2017-08-18 15:54:18 -06:00
Jeremy Kauffman 5bec6accc2 mostly done
refactor modals and settings, clean-up CHANGELOG
2017-08-18 17:47:30 -04:00
btzr-io 9bf654e05f init migration to css vars 2017-08-17 23:37:35 -06:00
Jeremy Kauffman 577760ca82 Merge pull request #458 from btzr-io/patch-4
Fix pagination break
2017-08-10 19:50:20 -04:00
btzr-io 4f2039368b prevent regression #295 2017-08-09 09:28:54 -06:00
btzr-io 504a4fe0b9 add pagination break style 2017-08-08 22:31:56 -06:00
Baltazar Gomez 88f6f985e2 fix #419 2017-08-08 19:35:47 -06:00
Akinwale Ariwodola 60e0f24b58 removed unused code 2017-08-05 06:21:36 +01:00
Akinwale Ariwodola fb07adb73c additional css tweaks to fix blurry text 2017-08-05 06:02:49 +01:00
Akinwale Ariwodola b1920cfaf2 Fix for blurry text and image on hover 2017-07-31 20:45:15 +01:00
Jeremy Kauffman b6d3a52f5d featured icon for reward content 2017-07-29 18:56:08 -04:00
Jeremy Kauffman 16c2eb9479 pagination styles 2017-07-29 15:35:16 -04:00
6ea86b96 d7ceeb15cf Add pagination
Some bad pagination CSS
2017-07-29 15:35:14 -04:00
Jeremy Kauffman e3b17ef32f fix hovering of rightmost card 2017-07-29 14:34:02 -04:00
Jeremy Kauffman 00f2413597 some css cleanup 2017-07-29 14:14:09 -04: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 0451967883 Add missing semi-colon 2017-07-29 12:59:47 -04:00
Akinwale Ariwodola a8ca574eb3 Issue #255 modal dialog css fix 2017-07-28 21:36:39 +01:00
Jeremy Kauffman 687321d91b rework welcome flow and copy again 2017-07-27 21:13:12 -04:00
Jeremy Kauffman c2a611f11c more user flow improvements, possibly ready 2017-07-19 21:07:17 -04:00
Jeremy Kauffman 53168074e0 tweak styling 2017-07-19 18:13:19 -04:00
Jeremy Kauffman ab9150fb27 end-to-end barebones 2017-07-18 19:00:13 -04:00
Akinwale Ariwodola 0854fb7004 Discover page UI tweaks 2017-07-17 15:50:07 +01:00
Jeremy Kauffman 16abedbf3a moderate progress 2017-07-16 12:29:46 -04:00