Skip to content

Conversation

@geordieek
Copy link
Collaborator

@geordieek geordieek commented Sep 2, 2024

Description

Add Storybook.

Includes stories for TimeSetter and CommitteeStatsTable

Motivation

Addresses issue #181

Screenshots

image

@geordieek geordieek requested a review from MaxwellBo September 2, 2024 08:25
@MaxwellBo MaxwellBo requested a review from Copilot June 30, 2025 05:22
Copy link

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 introduces Storybook to the project, adding stories for the TimeSetter and CommitteeStatsTable components along with the necessary configuration and styling. Key changes include:

  • Addition of several story files and associated CSS for components such as Page, Header, and Button.
  • Setup of Storybook configuration files (.storybook/main.ts, .storybook/preview.ts) and updates to package.json.
  • Inclusion of comprehensive documentation through MDX in Configure.mdx.

Reviewed Changes

Copilot reviewed 16 out of 35 changed files in this pull request and generated 1 comment.

File Description
src/stories/*.css Added styling for Storybook pages, header, and buttons.
src/stories/*.tsx & *.ts New story and component files, establishing Storybook stories.
src/stories/Configure.mdx Documentation page with configuration details and guides.
package.json, .yarnrc.yml, .storybook/* New configuration entries to support Storybook integration.

Comment on lines +27 to +28
fill: 'currentColor',
'path fill': 'currentColor'
Copy link

Copilot AI Jun 30, 2025

Choose a reason for hiding this comment

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

The inline style key 'path fill' is not a valid JavaScript style property and may cause rendering issues. Consider removing it or using a valid CSS property name in camelCase if needed.

Suggested change
fill: 'currentColor',
'path fill': 'currentColor'
fill: 'currentColor'

Copilot uses AI. Check for mistakes.
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.

1 participant