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

Layers in Nextdraw #30

Open
dhruvpatidar359 opened this issue May 12, 2024 · 4 comments
Open

Layers in Nextdraw #30

dhruvpatidar359 opened this issue May 12, 2024 · 4 comments
Assignees
Labels
discuss Issues / PR related to discuss gssoc Issues / PR related to Gssoc'24 level3 Issues / PR related to Gssoc'24 difficulty hard

Comments

@dhruvpatidar359
Copy link
Owner

Please describe your feature.
What if there are is layers in Nextdraw , where you can select between the position of the shape in the vertical direction . In the form of STACK.

Describe the solution you'd like
Need to discuss

Additional context
image

Every stack element is having shapes in it . If some one want to move one shape from one layer to another , he/she have to move it using the layer changing button .

@dhruvpatidar359 dhruvpatidar359 added gssoc Issues / PR related to Gssoc'24 level3 Issues / PR related to Gssoc'24 difficulty hard discuss Issues / PR related to discuss labels May 12, 2024
@a-khushal
Copy link
Contributor

a-khushal commented May 20, 2024

Can we do something like whenever bring to front button is clicked we get the elements object from the local storage and change the order of the id that you've given to each element example "(#0, #1, #2....)" and put it back to local storage?

(#1,#2 I'm referring here are the id of elements in local storage not issues numbers)

@dhruvpatidar359
Copy link
Owner Author

That seems preety good idea . We can do this , in such . For this we have to change the current State of the website , where the elements are stored . (Local storage , is a storage that is only used to get the elements when we reopen the website and loads the locally stored data of the previous session) .

  • Basically we have to take care of elementsStore

  • ShapedCache (May be) as the id's will be changed .

@dhruvpatidar359
Copy link
Owner Author

Assigning you .

@a-khushal
Copy link
Contributor

a-khushal commented Jun 6, 2024

@dhruvpatidar359 please check PR #59. I have pushed commits to that PR only. Please do assign level3

@a-khushal a-khushal mentioned this issue Jun 7, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Issues / PR related to discuss gssoc Issues / PR related to Gssoc'24 level3 Issues / PR related to Gssoc'24 difficulty hard
Projects
None yet
Development

No branches or pull requests

2 participants