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

feat(vue-instantsearch): render loading indicator in <ais-refinement-list> #6096

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

sarahdayan
Copy link
Member

Summary

In all flavors but Vue InstantSearch, we render a loading indicator when the refinement list is searchable. Note that it actually never renders anything on screen as we don't have information about SFFV being stalled, but the markup updates.

This change intends to harmonize markup across flavors for common testing purposes.

In a later iteration, we could work on actually displaying the loading indicator when SFFV is stalled.

Note

This change doesn't update tests, because this will be done in #6090.

@sarahdayan sarahdayan requested review from a team, dhayab and Haroenv and removed request for a team March 19, 2024 13:04
Copy link

codesandbox-ci bot commented Mar 19, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 7ccfc65:

Sandbox Source
react-instantsearch-app Configuration
example-react-instantsearch-default-theme Configuration
example-react-instantsearch-next-app-dir-example Configuration
example-vue-instantsearch-default-theme Configuration

@sarahdayan sarahdayan merged commit 830f39e into master Mar 19, 2024
12 checks passed
@sarahdayan sarahdayan deleted the feat/vue-refinement-list-loading-indicator branch March 19, 2024 13:36
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

Successfully merging this pull request may close these issues.

3 participants