Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7be97b3
[feat] Add Storybook setup and NodePreview story
snomiao Aug 9, 2025
308b3cd
[feat] Improve Storybook configuration and setup
snomiao Aug 10, 2025
6244caf
[docs] Add comprehensive Storybook documentation
snomiao Aug 10, 2025
2b86f41
[refactor] Remove ts-expect-error comment from Storybook preview
snomiao Aug 11, 2025
88baf87
[bugfix] Fix TypeScript errors in Load3D components and GLTF test
snomiao Aug 12, 2025
799b760
[feat] Add Chromatic GitHub Action for Storybook visual testing
snomiao Aug 12, 2025
1411481
[docs] Add Chromatic documentation to Storybook README
snomiao Aug 12, 2025
1e93567
chore(chromatic.yaml): restrict push branches to main only for better…
snomiao Aug 12, 2025
ac37a5e
[feat] Rebase branch onto main and update Storybook configuration
snomiao Aug 13, 2025
cd787c5
[bugfix] Fix TypeScript errors in SubgraphNode type checking
snomiao Aug 13, 2025
cf4ab95
fix(vite.config.mts): correct path alias for src directory to ensure …
snomiao Aug 13, 2025
ceec83b
[feat] Remove bun.lock as it's now ignored
snomiao Aug 14, 2025
b2a97ee
[bugfix] Fix Storybook builder require() error by converting main.ts …
snomiao Aug 14, 2025
62747ec
chore(storybook): replace main.mjs with main.ts for improved type saf…
snomiao Aug 15, 2025
205f455
[feat] Optimize Chromatic workflow with automated PR status comments
snomiao Aug 15, 2025
a89b9e8
chore(chromatic.yaml): move permissions section inside the chromatic-…
snomiao Aug 15, 2025
74a83fa
[fix] Resolve Vite CJS deprecation warning in Storybook config
snomiao Aug 15, 2025
171d096
fix(chromatic.yaml): change edit-mode from replace to append to prese…
snomiao Aug 15, 2025
c877223
[fix] Replace __dirname with process.cwd() in Storybook config
snomiao Aug 16, 2025
26dbbb1
feature: storybook-setting (#5088)
viva-jinyi Aug 19, 2025
945e8e9
[feat] Add Storybook configuration and settings panel stories
snomiao Aug 16, 2025
de0130d
[bugfix] Fix TypeScript error in Rectangle.ts - remove invalid generi…
snomiao Aug 16, 2025
8167021
[bugfix] Fix TypeScript error in Rectangle subarray method
snomiao Aug 16, 2025
84ce478
Revert "[bugfix] Fix TypeScript error in Rectangle subarray method"
snomiao Aug 16, 2025
4947da3
Revert "[bugfix] Fix TypeScript error in Rectangle.ts - remove invali…
snomiao Aug 16, 2025
f989b05
[auto-fix] Fix TypeScript error in Rectangle.ts - remove generic type…
snomiao Aug 16, 2025
2cc7ae2
[revert] Remove litegraph infrastructure changes unrelated to PR
snomiao Aug 16, 2025
13a6a20
restore rectangle.ts
snomiao Aug 17, 2025
b9e0186
[merge] Merge origin/main
snomiao Aug 19, 2025
2c9a1f1
Merge remote-tracking branch 'origin/main' into sno-storybook--settin…
snomiao Aug 19, 2025
b388bcc
[feat] Improve Storybook configuration and fix store coupling
snomiao Aug 21, 2025
0f06f75
Merge remote-tracking branch 'origin/main' into sno-storybook--settin…
snomiao Aug 22, 2025
257ca95
Merge remote-tracking branch 'origin/main' into sno-storybook--settin…
snomiao Aug 23, 2025
3b95dac
Merge remote-tracking branch 'origin/main' into sno-storybook--settin…
snomiao Aug 26, 2025
24ce3fa
[fix] Add missing @iconify/tailwind dependency for tests
snomiao Aug 26, 2025
2e2e1aa
Merge origin/main into sno-storybook--settings-panel
snomiao Aug 29, 2025
b5e106e
[fix] Replace non-existent toBeOneOf test assertions with standard to…
snomiao Aug 29, 2025
6acb1b2
Merge branch 'main' into sno-storybook--settings-panel
snomiao Sep 7, 2025
3aec59a
Merge branch 'main' into sno-storybook--settings-panel
snomiao Sep 16, 2025
e930184
Merge branch 'main' into sno-storybook--settings-panel
snomiao Sep 30, 2025
a249d20
fix: Update import path for useSettingStore in Storybook preview
snomiao Sep 30, 2025
d08c408
chore: Remove incomplete story files causing import errors
snomiao Sep 30, 2025
dc5ab71
Merge branch 'main' into sno-storybook--settings-panel
snomiao Oct 1, 2025
6b08839
Merge branch 'main' into sno-storybook--settings-panel
snomiao Oct 2, 2025
af20722
Merge origin/main into sno-storybook--settings-panel
snomiao Oct 9, 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
chore(chromatic.yaml): restrict push branches to main only for better…
… workflow management
  • Loading branch information
snomiao committed Aug 19, 2025
commit 1e9356763a97d7a3f3ff3ee3ecb4fef4bff20c9c
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Chromatic'

on:
push:
branches: [main, sno-storybook]
branches: [main]
pull_request:
branches: [main]

Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: build-storybook
autoAcceptChanges: 'main' # Auto-accept changes on main branch
exitOnceUploaded: true # Don't wait for UI tests to complete
exitOnceUploaded: true # Don't wait for UI tests to complete