Skip to content

Conversation

@chargome
Copy link
Member

simply adds some padding to the dev docs sidebar that got lost in #13354

@chargome chargome requested a review from mydea April 22, 2025 07:31
@chargome chargome self-assigned this Apr 22, 2025
@vercel
Copy link

vercel bot commented Apr 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
develop-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2025 10:10am
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2025 10:10am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
changelog ⬜️ Ignored (Inspect) Visit Preview Apr 22, 2025 10:10am

@codecov
Copy link

codecov bot commented Apr 22, 2025

Bundle Report

Changes will decrease total bundle size by 6 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 9.47MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.75MB -0.0%
../instrumentation.js -3 bytes 1.08MB -0.0%
9523.js -3 bytes 1.05MB -0.0%
9273.js 9 bytes 82.78kB 0.01%

Files in 9273.js:

  • ./src/components/sidebar/developDocsSidebar.tsx → Total Size: 4.01kB
view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 868.7kB -0.0%
static/chunks/8165-*.js -3 bytes 410.1kB -0.0%
static/ejmtTZbDlTmSkWwflzwHB/_buildManifest.js (New) 578 bytes 578 bytes 100.0% 🚀
static/ejmtTZbDlTmSkWwflzwHB/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/Yg_H1HtS_dK9tNnUeOsua/_buildManifest.js (Deleted) -578 bytes 0 bytes -100.0% 🗑️
static/Yg_H1HtS_dK9tNnUeOsua/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️

};
return (
<aside className={styles.sidebar}>
<aside className={`${styles.sidebar} py-3`}>
Copy link
Member

Choose a reason for hiding this comment

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

can this not just be

Suggested change
<aside className={`${styles.sidebar} py-3`}>
<aside className={`${styles.sidebar} p-3`}>

or does this need to be spread out like this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I simplified it by just moving the padding altogether to the aside but a a horizontal padding of 6 would be too much

@chargome chargome merged commit d199734 into master Apr 22, 2025
17 checks passed
@chargome chargome deleted the cg-fix-dev-docs-sidebar-padding branch April 22, 2025 13:29
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants