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

refactor: miscellaneous updates to signin #211

Merged
merged 12 commits into from Mar 20, 2024

Conversation

joshuagraber
Copy link
Contributor

@joshuagraber joshuagraber commented Mar 13, 2024

Updates following this PR comment
Also resolves #210

data-test="search-results-cards"
:data-source="searchResult[record.type]"
/>
<ErrorBoundary v-for="record in section.records" :key="record.type">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: ErrorBoundary can be added anywhere. For example, in this v-for, we can stop the error from bubbling all the way up the component tree and only render the error message in the single card that failed, so the user can still interact with the rest of the UI.

Copy link
Contributor

@mbodeantor mbodeantor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mbodeantor mbodeantor merged commit 8ba68b8 into dev Mar 20, 2024
8 checks passed
@joshuagraber joshuagraber deleted the refactor/miscellaneous-updates-to-signin branch March 20, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants