woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
277 stars 135 forks source link

[Product List] Sorting animation activates all at once when changed #12508

Open ThomazFB opened 2 months ago

ThomazFB commented 2 months ago

Summary

Whenever the Product List sorting is changed, the list UI activates an animation of all items being reordered all at once, causing a visual glitch that blocks the UI for a few seconds. Updating the list at once instead of displaying each item individually could be a smoother experience.

Screen Capture

https://github.com/user-attachments/assets/1019d28c-e83f-42e0-82d7-e8b5f6ecdc49

Steps to Reproduce

  1. Enter the Product list section. Make sure it's in a store with a long list of products
  2. Click in the top left corner sorting button, change the sorting to any other option like Z to A or Oldest to newest
  3. Check the UI reordering each item individually and causing a glitch that freezes the UI for a instant
dangermattic commented 2 months ago

Thanks for reporting! 👍