Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI changes #544

Merged
merged 17 commits into from
Aug 23, 2019
Merged

UI changes #544

merged 17 commits into from
Aug 23, 2019

Conversation

paulpichot
Copy link
Contributor

  • Added 2 fonts (Varela Round & Inter) and font faces + Font family -> Varela Round in Global body
  • Created 2 components : EventCard and HowToCard
  • Created Flex that extends Flex rebass with Matthia's Design System titles
  • Fixed responsive of how to and image gallery style
  • Removed the material UI loading progress and replaced simply by "Loading..."
  • Styled the map popup

}

export const litleBtn = (props: IBtnProps) =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mispel little, you mean littleBtn ?


// extend to allow any default button props (e.g. onClick) to also be passed
export interface IBtnProps extends React.ButtonHTMLAttributes<HTMLElement> {
icon?: keyof IGlyphs
disabled?: boolean
litleBtn?: boolean
mediumBtn?: boolean
bigBtn?: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of adding 3 different props for the button you could add one props size that can take 3 values small | medium | big
See an example here

src/pages/common/Login/Login.tsx Outdated Show resolved Hide resolved
@BenGamma
Copy link
Contributor

BenGamma commented Aug 22, 2019

I don't understand the last 2 commits cae6e5d & 4f4b272
They seems to be changes I did, are they part of a pull ? Hard to find any changes you did in these two

@BenGamma BenGamma merged commit f639605 into v0.6_new_ui_pp Aug 23, 2019
@BenGamma BenGamma deleted the ui-test-events branch August 23, 2019 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants