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

⚙️ Custom drag and drop system #25

Open
misavojte opened this issue May 2, 2024 · 0 comments
Open

⚙️ Custom drag and drop system #25

misavojte opened this issue May 2, 2024 · 0 comments

Comments

@misavojte
Copy link
Owner

Currently, GazePlotter uses the svelte-grid-extended library to manage the workspace grid for drag and drop.

In the future, we would like to adopt a custom system and remove this dependency for the following reasons:

  • For moving the component and the preview during the dragging, it uses x and y positions, whereas transform translate is more performant, especially with large plots.
  • Library has unnecessary functionalities that increase the bundle size

This is not a priority.

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