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

[BUU] Don't reload whole table when deleting products or variants #12398

Open
dacook opened this issue Apr 18, 2024 · 0 comments
Open

[BUU] Don't reload whole table when deleting products or variants #12398

dacook opened this issue Apr 18, 2024 · 0 comments
Assignees

Comments

@dacook
Copy link
Member

dacook commented Apr 18, 2024

When performing a delete from the actions menu, the whole table is reloaded. This can take some time, and is jarring because you can lose your position in a long list of products.
The old products screen does this so we need to support it here too.

Screenshot 2023-12-28 at 14 08 16

  1. After confirming, attempt to delete the chosen row.
  2. If delete succeeds, remove the row(s) from the page.
    • Try using a "slide out" animation, to avoid the jump which would cause the user to lose their place.
  3. If the action fails, show a flash message explaining why, without changing any other part of the page.

Other notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress ⚙
Development

No branches or pull requests

2 participants