Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom colors for project names #6481

Open
4 tasks done
sheremet-va opened this issue Sep 12, 2024 · 1 comment
Open
4 tasks done

Allow custom colors for project names #6481

sheremet-va opened this issue Sep 12, 2024 · 1 comment
Labels
p2-nice-to-have Not breaking anything but nice to have (priority)

Comments

@sheremet-va
Copy link
Member

Clear and concise description of the problem

It is not possible to configure colors of the project names in UI or in the CLI.

Suggested solution

Allow accepting the name property as an object:

interface ProjectName {
  name: string
  color: keyof Colors
}

We should also change the default colors to be background ones by default (this was initially part of #6329):
Screenshot 2024-08-12 at 23 03 51

Alternative

No response

Additional context

No response

Validations

@sheremet-va sheremet-va added enhancement: pending triage p2-nice-to-have Not breaking anything but nice to have (priority) and removed enhancement: pending triage labels Sep 12, 2024
@AriPerkkio
Copy link
Member

Related to #6338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-nice-to-have Not breaking anything but nice to have (priority)
Projects
Status: Approved
Development

No branches or pull requests

2 participants