Skip to content

refactor(F0Widget): promote from experimental to stable#3839

Open
eliseo-juan wants to merge 1 commit intorefactor/storybook-sidebar-reorganization-2from
stabilize/F0Widget
Open

refactor(F0Widget): promote from experimental to stable#3839
eliseo-juan wants to merge 1 commit intorefactor/storybook-sidebar-reorganization-2from
stabilize/F0Widget

Conversation

@eliseo-juan
Copy link
Copy Markdown
Contributor

Summary

Promotes F0Widget from experimental to stable status.

Changes

  • F0Widget.stories.tsx: changed tags: ["autodocs", "experimental"]tags: ["autodocs", "stable"]

Notes

  • index.tsx was already a clean export * from "./F0Widget" — no experimentalComponent wrapper present
  • F0Widget.tsx had no experimentalComponent usage — no changes needed there

Copilot AI review requested due to automatic review settings April 2, 2026 22:46
@eliseo-juan eliseo-juan requested a review from a team as a code owner April 2, 2026 22:46
@github-actions github-actions bot added refactor react Changes affect packages/react labels Apr 2, 2026
Copy link
Copy Markdown
Contributor

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 PR is intended to promote F0Widget from experimental to stable, but the diff provided updates Storybook tags for F0Heading instead, which makes the change set inconsistent with the PR metadata.

Changes:

  • Updated F0Heading Storybook story tags from experimental to stable.

Comment on lines 10 to +13
const meta = {
component: F0Heading,
title: "Heading",
tags: ["autodocs", "experimental"],
tags: ["autodocs", "stable"],
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

PR title/description indicate promoting F0Widget to stable, but the only change here promotes F0Heading story tags to stable. Also, packages/react/src/components/F0Widget/__stories__/F0Widget.stories.tsx still has tags: ["autodocs", "experimental"]. Please either update the intended F0Widget story (and any related exports/docs) or adjust the PR metadata to match the actual change.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

📦 Alpha Package Version Published

Use pnpm i github:factorialco/f0#npm/alpha-pr-3839 to install the package

Use pnpm i github:factorialco/f0#198ead4686fa619e7a20cd3ee8d365d05e98db29 to install this specific commit

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

🔍 Visual review for your branch is published 🔍

Here are the links to:

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Coverage Report for packages/react

Status Category Percentage Covered / Total
🔵 Lines 44.88% 10953 / 24403
🔵 Statements 44.14% 11294 / 25582
🔵 Functions 36.86% 2476 / 6716
🔵 Branches 36.74% 7153 / 19469
File CoverageNo changed files found.
Generated in workflow #12516 for commit cbf3c47 by the Vitest Coverage Report Action

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

Labels

react Changes affect packages/react refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants