Skip to content

docs(home): refresh docs and utilities#19

Merged
marklearst merged 1 commit into
pr/03-vitestfrom
pr/19-docs
Jan 8, 2026
Merged

docs(home): refresh docs and utilities#19
marklearst merged 1 commit into
pr/03-vitestfrom
pr/19-docs

Conversation

@marklearst
Copy link
Copy Markdown
Owner

Overview
docs(home): refresh docs and utilities

Changes

  • docs(home): refresh docs and utilities

Copilot AI review requested due to automatic review settings January 8, 2026 03:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request refreshes the documentation and updates code style across utility files and documentation pages. The changes modernize the content to reflect the current tech stack (React 19, Tailwind v4, Storybook 10) and apply consistent formatting (single quotes, 2-space indentation, no semicolons).

  • Documentation content significantly expanded with detailed system overview, stack information, and developer guidance
  • Code formatting standardized across utility files to match project style conventions
  • Storybook documentation reorganized with clearer navigation structure

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/util/date.ts Applied code formatting changes (quotes, semicolons, indentation)
src/util/class-names.tsx Applied code formatting changes (quotes, semicolons, indentation)
src/index.mdx Rewrote home page with expanded system overview, modernization details, and stack information; updated imports
src/icons/icons.mdx Updated imports and reformatted code for consistency
README.md Comprehensive rewrite with detailed overview, stack information, and updated installation/usage instructions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/icons/icons.mdx
Title,
IconGallery,
IconItem,
} from '@storybook/addon-docs/blocks'
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

The import path '@storybook/addon-docs/blocks' is incorrect for Storybook 10. The correct import path should be '@storybook/blocks'. In Storybook 10, blocks like Meta, Title, IconGallery, and IconItem are exported from the dedicated '@storybook/blocks' package, not from '@storybook/addon-docs/blocks'.

Suggested change
} from '@storybook/addon-docs/blocks'
} from '@storybook/blocks'

Copilot uses AI. Check for mistakes.
Comment thread src/index.mdx
@@ -1,33 +1,59 @@
import { Meta } from "@storybook/blocks";
import { Meta } from '@storybook/addon-docs/blocks'
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

The import path '@storybook/addon-docs/blocks' is incorrect for Storybook 10. The correct import path should be '@storybook/blocks'. In Storybook 10, blocks like Meta, Title, IconGallery, etc. are exported from the dedicated '@storybook/blocks' package, not from '@storybook/addon-docs/blocks'.

Suggested change
import { Meta } from '@storybook/addon-docs/blocks'
import { Meta } from '@storybook/blocks'

Copilot uses AI. Check for mistakes.
Base automatically changed from pr/18-misc-components to pr/03-vitest January 8, 2026 03:52
@marklearst marklearst merged commit 9ef3e0f into pr/03-vitest Jan 8, 2026
8 of 11 checks passed
@marklearst marklearst deleted the pr/19-docs branch January 8, 2026 03:52
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