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

test: add filter to event feed #554

Merged
merged 2 commits into from
Mar 16, 2023
Merged

test: add filter to event feed #554

merged 2 commits into from
Mar 16, 2023

Conversation

zzmp
Copy link
Contributor

@zzmp zzmp commented Mar 12, 2023

Adds a filter to the cosmos event feed to aid debugging.

@vercel
Copy link

vercel bot commented Mar 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
widgets ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 16, 2023 at 4:16PM (UTC)

@vercel vercel bot temporarily deployed to Preview March 12, 2023 06:52 Inactive
@zzmp zzmp requested review from a team and lynnshaoyu and removed request for a team March 12, 2023 06:53
>
<option>{SHOW_ALL_EVENTS}</option>
{HANDLERS.map((name) => (
<option key={name}>{name}</option>
Copy link
Contributor

Choose a reason for hiding this comment

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

any chance the handlers have the same name? could also use i (index) as key value for consistency with what you do on line 91

Copy link
Contributor Author

Choose a reason for hiding this comment

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

leaving this as a runtime check - left a comment stating as such

Copy link
Contributor

@lynnshaoyu lynnshaoyu left a comment

Choose a reason for hiding this comment

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

some comments, not sure if they should be blocking or not so didnt approve yet🙃

@zzmp zzmp requested a review from lynnshaoyu March 16, 2023 16:14
@vercel vercel bot temporarily deployed to Preview March 16, 2023 16:16 Inactive
@zzmp zzmp merged commit f7b7602 into main Mar 16, 2023
@zzmp zzmp deleted the event-feed-filter branch March 16, 2023 20:06
@github-actions
Copy link

🎉 This PR is included in version 2.48.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants