-
Notifications
You must be signed in to change notification settings - Fork 1
Events - fix table error & desktop nav z-index #716
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
Conversation
0d6e11b to
521d370
Compare
|
Preview deployment: https://events-snafus.preview.avy-fx.org |
busbyk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a few comments.
Last we chatted, we'd talked about just using tags for affinity groups for events and centers could add them or not. But it's nice that centers won't have to add these manually / it encourages them to use these ones specifically so I like this addition.
| params.append('types', filterByEventTypes.join(',')) | ||
| if (filterByEventGroups?.length) { | ||
| const groupIds = filterByEventGroups | ||
| .map((g) => (typeof g === 'object' ? g.id : g)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be a nice utility function at some point -- like get id from value that might be a document object or a number which is the id. Just an aside.
busbyk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
Key Changes
z-indexto desktop navMigration Explanation
Just added to
eventsbranch migration