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

🎨 fix style: Logs table header #362

Closed Roshanjossey closed 3 years ago

Roshanjossey commented 3 years ago

This is the component that should be fixed. image

It should be fixed as below

image

You can find the right styles implemented in https://dashboard.jina.ai/

💻 How to run this project locally

  1. Fork this repository by clicking on fork button on the top right. This will create a copy of this repository on your account.

  2. Clone your fork. Get the URL of your fork by clicking on code button on GitHub. Clone it to your local with command git clone <URL you copied>

    git clone <https://github.com/><your-username>/dashboard.git.

  3. Install dependencies using command npm i.

    cd dashboard
    npm i
  4. Run dashboard via the following ways .

Run in the debug mode

npm run dev

Dashboard will be served on `http://localhost:3000` by default

🏃‍♀️ How to get there

You can find it in the home page

The component of interest is LogsTableHeader.tsx

📝 Where to make changes?

https://github.com/jina-ai/dashboard/blob/master/src/components/LogStream/LogsTableHeader.tsx

Please use TailwindCSS for styling as much as you can.

🖐️ I want to work on this.

If you're interested in working on this issue, please write a comment down below. 💬

sauravgarg540 commented 3 years ago

I would like to work on this issue

vj-codes commented 3 years ago

@sauravgarg540 hey are you still working on this? If not, I would like to give it a try!

sauravgarg540 commented 3 years ago

Hey @vj-codes, I will be working on this issue and I am waiting for @Roshanjossey to assign this issue to me.

Roshanjossey commented 3 years ago

You don't have to wait for me. You can start working

sauravgarg540 commented 3 years ago

I have created a PR that should resolve the issue #368 . Please let me know if any more changes are required for this issue.

Roshanjossey commented 3 years ago

Fixed in #368