Developer-DAO / DAO-job-board

A job board connecting DAOs with talent.
https://devdao-job-board.vercel.app/
82 stars 34 forks source link

Create New Chakra Theme Based of Figma's Design System #165

Closed 4gnle closed 2 years ago

4gnle commented 2 years ago

The design system at https://www.figma.com/file/qGlR5rEinlbUgWmbogXunz/Design-System-%2F-Jobs-Board?node-id=173%3A2 already contains

I will modify Chakra's Theme to match these properties. This should make it easier to fast-track development going forward and maintain consistency.

In the meantime, development will halt for a bit until we figure out the design perfectly.

with-heart commented 2 years ago

I think we should start with a single PR for each token (color, typography, spacing) and then move on to more complex pieces like buttons and layout.

Additionally I think we should set some expectations about what it means to implement the token so that merging the PR means we end up with a token that exists in our Chakra theme and is documented well.

@angeljgomezc would you mind if I edit this issue and break it up into a few separate issues to capture this?

4gnle commented 2 years ago

I think we should start with a single PR for each token (color, typography, spacing) and then move on to more complex pieces like buttons and layout.

Additionally I think we should set some expectations about what it means to implement the token so that merging the PR means we end up with a token that exists in our Chakra theme and is documented well.

@angeljgomezc would you mind if I edit this issue and break it up into a few separate issues to capture this?

Not at all!

with-heart commented 2 years ago

It was easier to just create a new issue! I'm going to close this one in favor of #171

with-heart commented 2 years ago

Just a note, I'll open issues for button and layout as we're ready for it