-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[SLOs] bring back url state in history tab #244833
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
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
| ? `?instanceId=${encodeURIComponent(instanceId)}` | ||
| : ''; | ||
| const path = !!sloId ? `/${encodeURIComponent(sloId)}${queryParams}` : '/'; | ||
| public readonly getLocation = async ({ sloId, instanceId, tabId }: SloDetailsLocatorParams) => { |
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.
| import { SloRemoteCallout } from './slo_remote_callout'; | ||
| import { ActionModalProvider } from '../../../context/action_modal'; | ||
|
|
||
| export const TAB_ID_URL_PARAM = 'tabId'; |
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.
TAB_ID_URL_PARAM is not used anywhere, so I removed it. Rest consts were moved to deeplinks package
kdelemme
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.
Works as expected 👍🏻
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
cc @mgiota |
Fixes #244242
This PR: