Skip to content

ref(debugger-modal): Introduced content diff slider to the modal#88420

Merged
priscilawebdev merged 15 commits into
masterfrom
priscila/ref/debugger-modal/introduce-content-diff-slider
Apr 3, 2025
Merged

ref(debugger-modal): Introduced content diff slider to the modal#88420
priscilawebdev merged 15 commits into
masterfrom
priscila/ref/debugger-modal/introduce-content-diff-slider

Conversation

@priscilawebdev

@priscilawebdev priscilawebdev commented Apr 1, 2025

Copy link
Copy Markdown
Member
  • This pull request introduces the ContentDiffSlider component within the Debugger Modal.

  • It reorganizes the content into two distinct sections: "Why Configure Source Maps?" and "Troubleshooting Your Source Maps".

  • Additionally, unnecessary spaces are removed, and new spaces are added where needed for improved clarity and readability.

  • closes https://github.com/getsentry/projects/issues/731

Preview

Screen.Recording.2025-04-01.at.12.57.21.mov

Note

I was not able to drag the divider while recording for some reason

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 1, 2025
@codecov

codecov Bot commented Apr 1, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #88420      +/-   ##
==========================================
- Coverage   87.76%   87.74%   -0.03%     
==========================================
  Files       10033     9999      -34     
  Lines      567980   565741    -2239     
  Branches    22273    22155     -118     
==========================================
- Hits       498487   496388    -2099     
+ Misses      69070    68936     -134     
+ Partials      423      417       -6     

…priscila/ref/debugger-modal/introduce-content-diff-slider
@priscilawebdev priscilawebdev requested review from a team and smeubank April 1, 2025 11:03
@priscilawebdev priscilawebdev marked this pull request as ready for review April 1, 2025 11:03
@priscilawebdev priscilawebdev requested a review from a team as a code owner April 1, 2025 11:03
@priscilawebdev priscilawebdev requested a review from lforst April 1, 2025 11:20

@smeubank smeubank left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! :shipit:

margin-top: -${space(1)};
`;

const DebuggerSectionContainer = styled(Flex)`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just put all the styles here instead of mixing styles on top of Flex

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should Flex be used entirely without restyling? Do we have any guidelines on this?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid styling styled components in general

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand...just noticed that we have this all over the app. Was this discussed in the TSC? if not, we should :)

…thub.com:getsentry/sentry into priscila/feat/components/add-content-diff-slider
…priscila/ref/debugger-modal/introduce-content-diff-slider
Base automatically changed from priscila/feat/components/add-content-diff-slider to master April 3, 2025 08:12
@priscilawebdev priscilawebdev requested a review from a team as a code owner April 3, 2025 08:12
@priscilawebdev priscilawebdev merged commit 6947f62 into master Apr 3, 2025
@priscilawebdev priscilawebdev deleted the priscila/ref/debugger-modal/introduce-content-diff-slider branch April 3, 2025 10:52
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants