mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
An open-source, cross-platform terminal for seamless workflows
e5603b27e0
Bumps the storybook group with 1 update: [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests). Updates `@chromatic-com/storybook` from 1.7.0 to 1.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/releases"><code>@chromatic-com/storybook</code>'s releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <h4>🚀 Enhancement</h4> <ul> <li>Add <code>paramKey: "chromatic"</code> to allow disabling the VTA panel through story parameters <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/334">#334</a> (<a href="https://github.com/mellm0"><code>@mellm0</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Mell (<a href="https://github.com/mellm0"><code>@mellm0</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/main/CHANGELOG.md"><code>@chromatic-com/storybook</code>'s changelog</a>.</em></p> <blockquote> <h1>v1.8.0 (Thu Aug 29 2024)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Add <code>paramKey: "chromatic"</code> to allow disabling the VTA panel through story parameters <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/334">#334</a> (<a href="https://github.com/mellm0"><code>@mellm0</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Mell (<a href="https://github.com/mellm0"><code>@mellm0</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
scripts/artifacts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
The Next Wave
Prereqs:
You'll need to install "task" (which we're using as a build/run system):
brew install go-task
On first checkout:
yarn
go mod tidy
Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):
task electron:dev
To run the app without the dev server, run the following instead:
task electron:start