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 60 forks source link

Dashboard #224

Closed tefygz closed 3 years ago

tefygz commented 3 years ago

In the ActionButton component, are the colors hard-coded?

BastinJafari commented 3 years ago

Hey @tefygz, you mean the styled.button component in HubOverviewAction.tsx? We use emotions theming for applying colors.

https://emotion.sh/docs/theming

The themes are in src/theme.ts

Roshanjossey commented 3 years ago

Hi @tefygz, one of the colors was hardcoded in ActionButton. This is now fixed with https://github.com/jina-ai/dashboard/pull/231.

If you're interested in working on issues like that, please check the issue https://github.com/jina-ai/dashboard/issues/209. or reach out to us. There are more css classes that we want to refactor into emotion style.

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