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

feat: stack banners #284

Closed mkhilai closed 3 years ago

mkhilai commented 3 years ago

This PR fixes the https://github.com/jina-ai/dashboard/issues/271 issue.

banners-stack

PR checklist

Docs

Tests

Typing

Styling

Roshanjossey commented 3 years ago

Hi @mkhilai, thank you for making these changes. Also for adding a gif with the changes. :+1:

Could you also add some integration tests for the banners? You can see existing integration tests in cypress directory. Please reach out to us if you have any questions or if you need help :)

BastinJafari commented 3 years ago

Hi @mkhilai, I get failing tests on your PR. You can run tests with npm run test andnpm run dev + npm run cy:run

imsergiy commented 3 years ago

Great work, thanks for the contribution