Commit graph

94 commits

Author SHA1 Message Date
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
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
Jeremy Kauffman
e9b48f0bd6 tip clean up and refactor 2017-09-17 16:33:52 -04: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