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

#8: Have multiple Themes #8

Open
doemser opened this issue Apr 29, 2024 · 0 comments
Open

#8: Have multiple Themes #8

doemser opened this issue Apr 29, 2024 · 0 comments

Comments

@doemser
Copy link
Member

doemser commented Apr 29, 2024

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

  • I can create multiple themes
  • I can switch between themes using a dropdown menu
  • Each theme can be independently edited, deleted, and saved.
  • You can not edit or delete the Default Theme

 🚨 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"],
  },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant