jahnvisahni31 / DesignDeck

web-based design tool built using Next.js. It aims to provide a collaborative design environment where users can create, edit, and share their designs in real-time.
https://design-deck.vercel.app/
MIT License
18 stars 19 forks source link

Implement Layer Management Functionality #5

Open jahnvisahni31 opened 6 days ago

jahnvisahni31 commented 6 days ago

Issue: Enhance the layers panel to allow users to add, delete, and reorder layers.

Why: Layer management is crucial for organizing design elements effectively.

Task:

  1. Create UI elements for adding, removing, and reordering layers.
  2. Implement functionality to update the canvas display based on layer visibility and order.
harish08102004 commented 5 days ago

Hey @jahnvisahni31 I can work on this.

jahnvisahni31 commented 5 days ago

You can go ahead

jahnvisahni31 commented 5 days ago

also make sure to star the repo first

harish08102004 commented 2 days ago

image I'm getting this error.

jahnvisahni31 commented 2 days ago

Delete node_modules and package-lock.json, update next.config.mjs by removing appDir, uninstall @next/font, update imports to next/font, ensure Tailwind's content array includes the correct paths, and reinstall dependencies with npm install. you could see this if this works

harish08102004 commented 2 days ago

Ok I will check it