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

Label screen #38

Open
c-joetaylor-harness opened this issue Nov 4, 2024 · 0 comments
Open

Label screen #38

c-joetaylor-harness opened this issue Nov 4, 2024 · 0 comments

Comments

@c-joetaylor-harness
Copy link
Collaborator

c-joetaylor-harness commented Nov 4, 2024

Need a page to create labels on.

Image

On expansion:
Image

On ellipsis:
Image

New label modal:
Image

Key value creation and pair:
Image

New color palette:
Image

Hardcoded BE labels for colors;

export enum ColorName {
  Red = 'red',
  Green = 'green',
  Yellow = 'yellow',
  Blue = 'blue',
  Pink = 'pink',
  Purple = 'purple',
  Violet = 'violet',
  Indigo = 'indigo',
  Cyan = 'cyan',
  Orange = 'orange',
  Brown = 'brown',
  Mint = 'mint',
  Lime = 'lime'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant