-
-
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
ref(performance): Separate header from content in transaction vitals #28343
Merged
Zylphrex
merged 2 commits into
master
from
ref/separate-header-from-content-in-transaction-vitals
Sep 1, 2021
Merged
ref(performance): Separate header from content in transaction vitals #28343
Zylphrex
merged 2 commits into
master
from
ref/separate-header-from-content-in-transaction-vitals
Sep 1, 2021
Conversation
This file contains 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
In preparation to unify some of the page layouts in transaction summary pages, this change separates the header from the content in the transaction vitals tab.
k-fish
approved these changes
Sep 1, 2021
static/app/views/performance/transactionSummary/transactionVitals/index.tsx
Outdated
Show resolved
Hide resolved
static/app/views/performance/transactionSummary/transactionVitals/index.tsx
Outdated
Show resolved
Hide resolved
Zylphrex
added a commit
that referenced
this pull request
Sep 1, 2021
Continuing from #28343, this separates the header from the content on the transaction events tab.
Zylphrex
added a commit
that referenced
this pull request
Sep 1, 2021
Continuing from #28343, this separates the header from the content on the transaction tags tab.
jan-auer
added a commit
that referenced
this pull request
Sep 2, 2021
* master: (109 commits) ref(js): Add notice to use useApi when applicable (#28365) fix(tests): Temporarily disable test for migration 0223 (#28363) fix(ui): Use theme border for form footer border (#28359) ref(ts): Authenticators have names (#28362) feat(cdc_search): Implement cdc search for `is:unresolved` query. (#28006) ref(rrweb): Upgrade to latest player (#28333) feat(issue-alerts): Add Sentry Apps Alert Rule Action as an Action (#28338) feat(notifications): Remove NotificationSettings when Slack is uninstalled (#28216) py38(django 2.2): bump django-crispy-forms to 1.8.1 (#28344) types(python): Slack Integration Types (#28236) ref(jira ac): Rm fk constraints from JiraTenant (#28349) chore(js): Upgrade storybook from 6.3.6 -> 6.3.7 (#28323) feat(symbol-sources): Redact symbol source secrets from audit logs (#28334) feat(notifications): Add `actor_id` to Analytics Events (#28347) ref(performance): Separate header from content in transaction events (#28346) Adding in new text styles for the codeowners sync CTA in the issues detail. (#28133) fix(django 2.2): rename view method to avoid clashing (#28312) fix(alerts): Project breadcrumb link to project rule list (#28339) ref(performance): Separate header from content in transaction vitals (#28343) feat(dev_env): Dev env bootstrap support for two Python versions (#28213) ...
Zylphrex
added a commit
that referenced
this pull request
Sep 2, 2021
Continuing from #28343, this separates the header from the content on the transaction overview tab.
shruthilayaj
pushed a commit
that referenced
this pull request
Sep 7, 2021
…28343) In preparation to unify some of the page layouts in transaction summary pages, this change separates the header from the content in the transaction vitals tab.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In preparation to unify some of the page layouts in transaction summary pages,
this change separates the header from the content in the transaction vitals tab.