Skip to content

Conversation

alexcambose
Copy link
Contributor

Summary

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
component-library Ready Ready Preview Comment Sep 15, 2025 5:54pm
developer-hub Ready Ready Preview Comment Sep 15, 2025 5:54pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Sep 15, 2025 5:54pm
entropy-explorer Skipped Skipped Sep 15, 2025 5:54pm
insights Skipped Skipped Sep 15, 2025 5:54pm
proposals Skipped Skipped Sep 15, 2025 5:54pm
staking Skipped Skipped Sep 15, 2025 5:54pm

Comment on lines +69 to +76
<AppShellRoot
enableAccessibilityReporting={enableAccessibilityReporting}
amplitudeApiKey={amplitudeApiKey}
googleAnalyticsId={googleAnalyticsId}
providers={providers}
>
<AppBody {...props} />
</AppShellRoot>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Split the AppShell into 2 components so we can have the fumadocs provider after <body> but before the App Shell header

@vercel vercel bot temporarily deployed to Preview – api-reference September 15, 2025 12:45 Inactive
@vercel vercel bot temporarily deployed to Preview – staking September 15, 2025 12:45 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer September 15, 2025 12:45 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals September 15, 2025 12:45 Inactive
@vercel vercel bot temporarily deployed to Preview – insights September 15, 2025 12:45 Inactive
}

.prose p + ul,
.prose p + ol {
Copy link
Contributor Author

@alexcambose alexcambose Sep 15, 2025

Choose a reason for hiding this comment

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

this reduces list paddings

also there's no cleaner way to change the default styles other than globally styling cc #3031 (comment)

Copy link
Collaborator

Choose a reason for hiding this comment

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

:(

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add a comment around all this to explain why we're using global styles? The thing to avoid is some dev coming along, seeing this, and thinking it's OK to use global styles

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe even move this stuff to a separate file and import it, something like fumadocs-global-styles-override.scss with a big scary comment at the top

Copy link
Collaborator

@cprussin cprussin left a comment

Choose a reason for hiding this comment

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

very nice @alexcambose , thanks

}

.prose p + ul,
.prose p + ol {
Copy link
Collaborator

Choose a reason for hiding this comment

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

:(

}

.prose p + ul,
.prose p + ol {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add a comment around all this to explain why we're using global styles? The thing to avoid is some dev coming along, seeing this, and thinking it's OK to use global styles

}

.prose p + ul,
.prose p + ol {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe even move this stuff to a separate file and import it, something like fumadocs-global-styles-override.scss with a big scary comment at the top

@vercel vercel bot temporarily deployed to Preview – staking September 15, 2025 17:52 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals September 15, 2025 17:52 Inactive
@vercel vercel bot temporarily deployed to Preview – insights September 15, 2025 17:52 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference September 15, 2025 17:52 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer September 15, 2025 17:52 Inactive
@alexcambose alexcambose merged commit 7cb9bc7 into main Sep 15, 2025
10 checks passed
@alexcambose alexcambose deleted the feat/dev-hub branch September 15, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants