jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 61 forks source link

🎨 Refactor: existing styles to css-in-js with @emotion. #179

Closed Roshanjossey closed 3 years ago

Roshanjossey commented 3 years ago

This comes from an action item in https://github.com/jina-ai/dashboard/discussions/127. We have made a decision to move to css-in-js to have atomic styles, to make it easy to use themes, make it easy to find and update styles.

The general idea is to the styles we currently have in css, scss files to css-in-js, use theming and improve, refactor our current emotion styles when needed

This issue will spawn multiple smaller issues. I'll keep track of them in a checklist below.

jina-bot commented 3 years ago

This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days

Roshanjossey commented 3 years ago

Closing this in favour of #208