-
Notifications
You must be signed in to change notification settings - Fork 74
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: user can open a session detail panel in notifications #2858
feat: user can open a session detail panel in notifications #2858
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
LGTM
4b2abdc
to
d89a170
Compare
f044721
to
7652afb
Compare
d89a170
to
39796fa
Compare
7652afb
to
2e56e7e
Compare
Merge activity
|
Resovles #2857 ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/XqC2uNFuj0wg8I60sMUh/cd44d032-74db-4ecc-8c24-1907f7f30d8e.png) **Changes:** - Preserves query parameters when redirecting from root to `/job` path - Simplifies WebUINavigate component by extracting query parameters directly from the URL - Adds "See Detail" notification with navigation link after session creation **Impact:** - Users will maintain their URL parameters when being redirected from the root path - Session creation now provides a direct link to view session details via notification - Improves navigation flow between different sections of the application **Testing Steps:** 1. Create a new session 2. Confirm "See Details" notification appears with correct session link 3. Click "See Details" in session creation notification. 4. Confirm a session detail panel is opened
39796fa
to
aa466b1
Compare
2e56e7e
to
504b649
Compare
Resovles #2857
Changes:
/job
pathImpact:
Testing Steps: