catoverse / yellowjobs-frontend

YellowJobs - Find curated remote jobs from Twitter.
https://www.yellowjobs.org
MIT License
14 stars 9 forks source link

Refactor category emojis & Fix Job Categories layout #67

Closed kush-mish closed 3 years ago

kush-mish commented 3 years ago

Chores

Refactored category emojis to a CategoryEmoji component.

<CategoryEmoji categoryName="Tech" />

Improvements

After refactoring the category emojis in the job categories component, we had to fix the categories strip layout since the start and end props can't be passed. That's why I almost revamped the whole component's UI to make it closer to the Figma mockup. image

And it is better with the awkward screen sizes so the issue https://github.com/catoverse/yellowjobs-frontend/issues/16 is kinda fixed now.