Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
b4cdec3
accidentally created a token structure while adding dark status colors
MichaelArestad Sep 23, 2025
818d81f
fix: make search clear button keyboard accessible
ritoban23 Oct 1, 2025
6116541
Merge branch 'next' into fix/search-clear-button-keyboard-accessibility
Sidnioulz Oct 13, 2025
d1bda2e
Merge branch 'next' into fix/search-clear-button-keyboard-accessibility
Sidnioulz Oct 20, 2025
38b4b2c
Merge branch '10.1' into fix/search-clear-button-keyboard-accessibility
Sidnioulz Oct 20, 2025
d4ffa27
Merge branch 'next' into fix/search-clear-button-keyboard-accessibility
Sidnioulz Nov 3, 2025
0d1d5be
Merge branch 'next' into m/oops-token-party
MichaelArestad Nov 12, 2025
4783203
Merge branch 'next' into m/oops-token-party
MichaelArestad Nov 17, 2025
5c94f69
Increase contrast of checkbox, radio, and range borders to meet 3:1 r…
MichaelArestad Nov 17, 2025
a0e1c79
attempt to fix bigs
MichaelArestad Nov 17, 2025
703b32c
small tweaks
MichaelArestad Nov 17, 2025
7dd9f92
fixed type errors hopefully
MichaelArestad Nov 17, 2025
9702ffb
Reduce scope of changes a little
MichaelArestad Nov 18, 2025
b7bcfe0
Update convert.test.js
MichaelArestad Nov 18, 2025
4a3efd8
Merge branch 'next' into m/fix-status-colors-maybe
MichaelArestad Nov 18, 2025
9d747f8
Merge branch 'next' into fix/search-clear-button-keyboard-accessibility
Sidnioulz Nov 19, 2025
d8e0026
UI: Remove unused prop
Sidnioulz Nov 19, 2025
0ec31a8
Merge branch 'next' into m/update-styles-checkbox-radio-range
MichaelArestad Nov 19, 2025
e4fcfec
Merge branch 'next' into m/fix-status-colors-maybe
MichaelArestad Nov 19, 2025
46bd4d5
Remove yarn esbuild pnp plugin
mrginglymus Nov 19, 2025
1c6e4b2
Update code/core/src/theming/create.ts
MichaelArestad Nov 19, 2025
258e11a
Fix linting error
MichaelArestad Nov 19, 2025
21fb70c
Merge branch 'next' into m/fix-status-colors-maybe
MichaelArestad Nov 19, 2025
c24a238
Update code/core/src/components/components/Form/Checkbox.tsx
MichaelArestad Nov 19, 2025
5845434
Update code/core/src/components/components/Form/Radio.tsx
MichaelArestad Nov 19, 2025
a4250a6
Merge branch 'next' into m/fix-status-colors-maybe
MichaelArestad Nov 20, 2025
af9f167
style: Comment and reorganise code to avoid confusion on theme creati…
Sidnioulz Nov 21, 2025
3121128
fix: Memoize getStatus to avoid performance drawbacks
Sidnioulz Nov 21, 2025
e6139eb
Merge branch 'next' into m/fix-status-colors-maybe
MichaelArestad Nov 21, 2025
c7a8a1b
Merge branch 'next' into m/update-styles-checkbox-radio-range
MichaelArestad Nov 21, 2025
7a79077
Fix broken CSF open standard links in documentation
Copilot Nov 24, 2025
73c2e73
Revert unintended prettier changes to snippet files
Copilot Nov 24, 2025
c6ef3f9
Replace GitHub links with Storybook documentation links
Copilot Nov 24, 2025
d741df9
CLI: Fix framework config validation path and messages
valentinpalkovic Nov 24, 2025
a166849
Merge pull request #33097 from mrginglymus/rm-esbuild-plugin
valentinpalkovic Nov 24, 2025
22dcd06
Merge pull request #32590 from ritoban23/fix/search-clear-button-keyb…
valentinpalkovic Nov 24, 2025
2e1e5f5
Merge branch 'next' into m/fix-status-colors-maybe
MichaelArestad Nov 24, 2025
f1c7e84
Merge branch 'next' into m/update-styles-checkbox-radio-range
MichaelArestad Nov 24, 2025
fa8067d
Use plain anchor tags instead of links for Stories and CSF
Copilot Nov 24, 2025
320d135
Use markdown links with internal paths for Stories and CSF
Copilot Nov 24, 2025
a5954ce
fix: Add missing import from GitHub suggestion
Sidnioulz Nov 24, 2025
33a05c3
Merge branch 'next' into copilot/fix-broken-csf-link
jonniebigodes Nov 24, 2025
22e14eb
Merge pull request #33064 from storybookjs/m/update-styles-checkbox-r…
valentinpalkovic Nov 24, 2025
96b86a3
Merge pull request #33081 from storybookjs/m/fix-status-colors-maybe
valentinpalkovic Nov 24, 2025
4fbf0fb
Merge pull request #33146 from storybookjs/valentin/fix-framework-val…
valentinpalkovic Nov 24, 2025
0430acc
Angular: Add preset entry point for framework
valentinpalkovic Nov 24, 2025
91a70ab
Merge branch 'next' into copilot/fix-broken-csf-link
jonniebigodes Nov 24, 2025
cf54bc4
Merge pull request #33135 from storybookjs/copilot/fix-broken-csf-link
jonniebigodes Nov 24, 2025
74ecbcc
Merge pull request #33154 from storybookjs/valentin/angular-preset-entry
valentinpalkovic Nov 24, 2025
c685197
Write changelog for 10.1.0-beta.3 [skip ci]
storybook-bot Nov 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Add missing import from GitHub suggestion
  • Loading branch information
Sidnioulz committed Nov 24, 2025
commit a5954cea6f3efb18c80fb44cd6e9979845856eb2
1 change: 1 addition & 0 deletions code/core/src/manager/utils/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { type API_HashEntry, type StatusesByStoryIdAndTypeId } from 'storybook/i

import { CircleIcon } from '@storybook/icons';

import memoizerific from 'memoizerific';
import { type Theme, styled } from 'storybook/theming';

import { UseSymbol } from '../components/sidebar/IconSymbols';
Expand Down