Skip to content

Refactor website styles and bump deps#5

Merged
aeiwz merged 1 commit into
mainfrom
codex/rebase-local-branch-on-main
May 29, 2026
Merged

Refactor website styles and bump deps#5
aeiwz merged 1 commit into
mainfrom
codex/rebase-local-branch-on-main

Conversation

@aeiwz

@aeiwz aeiwz commented May 29, 2026

Copy link
Copy Markdown
Owner

This pull request updates several dependencies and refines the documentation site’s visual design and typography. The most important changes include upgrading core packages (next, mermaid, uuid, and others), enhancing the CSS for improved documentation layout and readability, and standardizing font usage and code block styling.

Dependency Upgrades:

  • Upgraded next and all related SWC platform-specific packages from 16.2.3 to 16.2.6 for bug fixes and improved stability. (website/package.json, website/package-lock.json) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
  • Upgraded mermaid from 10.9.5 to 10.9.6 and broadened its uuid dependency range for compatibility with new uuid versions. (website/package.json, website/package-lock.json) [1] [2] [3]
  • Upgraded uuid from 9.0.1 to 14.0.0 for improved performance and features. (website/package-lock.json)
  • Upgraded dompurify from 3.3.3 to 3.4.7 for enhanced security. (website/package-lock.json)

Documentation Site Visual and Typography Improvements:

  • Standardized font usage across the site, introducing --font-sans, --font-heading, and --font-mono variables, and improved code block color and border styling for better readability. (website/src/app/globals.css) [1] [2]
  • Overhauled docs layout and sidebar styling: reduced border radius, adjusted paddings, font sizes, and weights for a more modern, consistent look; improved hover and active states for navigation links. (website/src/app/globals.css) [1] [2]
  • Enhanced documentation prose styles: improved heading hierarchy, spacing, and border usage for better content structure and legibility. (website/src/app/globals.css)
  • Applied font smoothing and improved line heights for overall text rendering quality. (website/src/app/globals.css)

These changes collectively modernize the documentation experience and keep dependencies up to date.Overhaul website styling and typography: replace Google font imports with system fonts, remove font variables from the HTML root, and apply extensive layout/visual refinements in globals.css (docs, sidebar, topbar, prose, tables, code blocks, responsive tweaks). Update layout.js to stop loading next/font Google fonts. Bump website dependencies (next to 16.2.6, mermaid to 10.9.6) and update package-lock.json accordingly (various @next and swc packages, dompurify, uuid, etc.). Update .gitignore to ignore .DS_Store, benchmarks/.DS_Store and /website/.agents; benchmarks/.DS_Store file updated.

Overhaul website styling and typography: replace Google font imports with system fonts, remove font variables from the HTML root, and apply extensive layout/visual refinements in globals.css (docs, sidebar, topbar, prose, tables, code blocks, responsive tweaks). Update layout.js to stop loading next/font Google fonts. Bump website dependencies (next to 16.2.6, mermaid to 10.9.6) and update package-lock.json accordingly (various @next and swc packages, dompurify, uuid, etc.). Update .gitignore to ignore .DS_Store, benchmarks/.DS_Store and /website/.agents; benchmarks/.DS_Store file updated.
Copilot AI review requested due to automatic review settings May 29, 2026 05:49
@aeiwz aeiwz added the enhancement New feature or request label May 29, 2026
@aeiwz aeiwz merged commit f290c40 into main May 29, 2026
1 check failed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants