chore(release): v1.1.2 add mvp posthog disclosure & open well detail page in new tab - #346
Open
TylerAdamMartinez wants to merge 6 commits into
Open
chore(release): v1.1.2 add mvp posthog disclosure & open well detail page in new tab#346TylerAdamMartinez wants to merge 6 commits into
TylerAdamMartinez wants to merge 6 commits into
Conversation
Contributor
Author
|
I'm not sure whether I need to update the branch name to match the hotfix naming convention of |
The well list is the entry point for comparing several wells, but every path to a detail page replaced the list in place, so users lost their scroll position and filters each time they checked one well. - Add a leading column on the well list whose cell is a link to the well show page with target="_blank". The link fills the cell so the whole column is the hit target, and being a real anchor it also supports middle click and the browser "open in new window" context menu. - Support Ctrl/Cmd+click and middle click on any ListPage row to open the record's show page in a new window. Shift is left alone because the DataGrid uses it for row range selection. - Extract buildWellShowPath so the in-app route has one definition. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
Collaborator
|
@TylerAdamMartinez Can you share a screenshot of the new disclosure message/link that appears at login? I can't get the login window to open in dev with how my environment is setup at the moment. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Why
This PR addresses the following problem/context:
How
Implementation summary - the following was changed/added/removed:
/analytics-disclosureroute that renders the disclosure throughContentPage.Notes
Any special considerations, workarounds, or follow-up work to note?
productioninstead ofstaging.