jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images

Home Page:https://dashboard.jina.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 fix style of settings menu

Roshanjossey opened this issue Β· comments

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/#/settings

πŸ’» 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
  1. 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.

Click on the option Settings from the sidebar on the left

The component of interest is Settings.tsx

πŸ“ Where to make changes?

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

πŸ–οΈ I want to work on this.

If you're interested in working on this issue, please write a comment down below. πŸ’¬

@Roshanjossey IG this should be closed since the PR is merged :)
For a minute even I thought it was available

Hey @vj-codes, yeah, this is done. I'll close this now. I'll ping you on slack when I draft new issues.