Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62681, comment 5


Ignore:
Timestamp:
12/13/2024 04:33:42 AM (5 weeks ago)
Author:
parthvataliya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62681, comment 5

    initial v1  
    1919
    2020=== Additional Notes
    21 - When we deselect an applied filter or select another filter instantly, this issue is reproduced because there is a condition, such as {{{section.loading}}} being true, in the {{{initializeNewQuery}}}, {{{filtersChecked}}}, and {{{loadThemes}}} functions. This indicates whether the theme section is fully loaded or not.
     21- When we deselect an applied filter instantly, this issue is reproduced because there is a condition, such as {{{section.loading}}} being true, in the {{{initializeNewQuery}}}, {{{filtersChecked}}}, and {{{loadThemes}}} functions. This indicates whether the theme section is fully loaded or not.
    2222
    2323- To address this, we could consider adding a loader when a filter is selected or deselected. However, this might frustrate end-users by making them wait to deselect a filter or select another option. If anyone has suggestions on how to handle this scenario more efficiently, please share your ideas.