We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a User
I want to create and view multiple color themes
in order to work on more than one project.
🚨 This is a complex ticket that requires major refactoring
You may want to introduce themes like so:
export const initialThemes = [ { id: "t1", name: "Default Theme", colors: ["c1", "c2", "c3", "c4", "c5", "c6", "c7", "c8", "c9"], }, { id: "t2", name: "2nd Theme", colors: ["c10", "c11", "c12"], }, ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a User
I want to create and view multiple color themes
in order to work on more than one project.
Screen.Recording.2024-04-29.at.18.51.33.mov
Acceptance Criteria
🚨 This is a complex ticket that requires major refactoring
You may want to introduce themes like so:
The text was updated successfully, but these errors were encountered: