mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
* feat(storybook): auto-regenerate themes.css on color-registry changes Add a Vite plugin that watches `color-registry.ts` and `tailwind-color-palette.json`, then re-runs `storybook:css` and triggers a full reload. Also pass explicit svelte config path and watch UI package dist for changes. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vaclav Vancura <commit@vancura.dev> * fix(storybook): queue file changes during in-flight theme regeneration Previously, saves that arrived while storybook:css was already running were silently dropped. Now a queued flag is set and a second regeneration runs after the first completes, so back-to-back edits are never lost. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vaclav Vancura <commit@vancura.dev> * fix(storybook): use node: prefix for Node.js built-in imports Signed-off-by: Vaclav Vancura <commit@vancura.dev> --------- Signed-off-by: Vaclav Vancura <commit@vancura.dev> Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .storybook | ||
| src/stories | ||
| package.json | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.js | ||