Skip to content

Conversation

@owjs3901
Copy link
Contributor

Replace all markdown-style tables in landing MDX files with Table component to fix eslint issues. Updated files:

  • docs/overview/page.mdx (2 tables)
  • docs/devup/typography/page.mdx (1 table)
  • docs/devup/breakpoints/page.mdx (1 table)
  • docs/api/group-selector/page.mdx (1 table)

Replace all markdown-style tables in landing MDX files with Table component to fix eslint issues. Updated files:
- docs/overview/page.mdx (2 tables)
- docs/devup/typography/page.mdx (1 table)
- docs/devup/breakpoints/page.mdx (1 table)
- docs/api/group-selector/page.mdx (1 table)
Expand benchmark table with complete comparison data from README:
- Add Version column for all libraries
- Include kuma-ui, panda-css, chakra-ui, and mui benchmarks
- Add devup-ui per-file css variant
- Include Turbopack benchmark results for both tailwindcss and devup-ui
- Show devup-ui's smallest bundle size (4,772,050 bytes with Turbopack)
Replace backticks in TableCell components with <code> tags to fix MDX parsing issues:
- typography/page.mdx: Fix property names and examples
- breakpoints/page.mdx: Fix breakpoint names
- group-selector/page.mdx: Fix selector names and role attribute
Apply comprehensive lint fixes:
- Sort imports alphabetically (simple-import-sort)
- Add proper indentation for TableCell contents (prettier)
- Replace quotes with HTML entities &quot; (react/no-unescaped-entities)

Changes apply to:
- overview/page.mdx
- typography/page.mdx
- breakpoints/page.mdx
- group-selector/page.mdx
@github-actions
Copy link
Contributor

Changepacks

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@owjs3901 owjs3901 merged commit e2b79a4 into main Dec 19, 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.

3 participants