-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(interface-breadcrumb): Add breadcrumb eventlink #28889
Conversation
9029b2f
to
0cb9a4e
Compare
0cb9a4e
to
d28143e
Compare
d28143e
to
c3c8fb2
Compare
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.
fwiw I think this will not find events outside of the currently viewed groups? ignore me dum dum
🚢 it |
}, [state]); | ||
|
||
function removeItem() { | ||
sessionStorage.removeItem(key); |
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.
Should this blank out the state as well? Right now you could removeItem()
and still have state present.
Preview:
ps: Currently, the UI needs to send two requests to get all the necessary data, but we will create a new endpoint in the next Sprint and replace those two requests with just one.