Skip to content

Conversation

hasparus
Copy link
Owner

@hasparus hasparus commented Aug 22, 2025

Description

I patched Nextra to allow us to change sidebar and ToC text colors (yes, it would've been easier if Nextra was using old school targettable CSS, but we'll want to customize this component more later looking at the designs).

image

Copy link

vercel bot commented Aug 22, 2025

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

Project Deployment Preview Comments Updated (UTC)
fabulous-isomorphism Ready Ready Preview Comment Aug 24, 2025 1:28pm

Comment on lines +89 to +92
const date =
themeContext.timestamp && themeConfig.gitTimestamp && config.timestamp
? new Date(config.timestamp)
: null
Copy link
Collaborator

Choose a reason for hiding this comment

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

memoize this? usually creating new Date causes re-renders

@hasparus hasparus merged commit d66fb51 into source Aug 26, 2025
3 checks passed
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