Commit Graph

20 Commits

Author SHA1 Message Date
Evan Simkowitz
c2312f1c7f
Make default workspace icon the Wave logo (#1470)
I made our logo a custom icon in Font Awesome so we can add it to our
workspace switcher as the default icon
2024-12-10 13:54:11 -08:00
Evan Simkowitz
9ab7b25aa1
Move markdown css import so it doesn't affect Storybook (#1465) 2024-12-10 12:38:49 -08:00
Evan Simkowitz
a298703874
Fix storybook base url (#1461) 2024-12-10 12:11:35 -08:00
Evan Simkowitz
f8111feba3
Fix relative links for storybook assets (#1458) 2024-12-10 11:41:23 -08:00
Evan Simkowitz
6aaa62acdd
Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -08:00
Evan Simkowitz
ed8d3c179c
Test relative assets for storybook (#1219) 2024-11-06 11:56:49 -08:00
Evan Simkowitz
437e4e8c6e
Set base url for storybook using env var (#1218) 2024-11-06 11:47:46 -08:00
Evan Simkowitz
061949354c
Storybook with dark mode support (#880) 2024-09-26 18:58:25 -07:00
Evan Simkowitz
fc87c3fc98
Fix Storybook Vite outDir (#879) 2024-09-26 15:37:33 -07:00
Evan Simkowitz
3ebdd9c01e
fix assets path (#878) 2024-09-26 15:24:34 -07:00
Evan Simkowitz
2dc89d8f1b
Add assets dir for storybook (#877) 2024-09-26 15:21:42 -07:00
Evan Simkowitz
9fcbcac996
Fix storybook build (#873) 2024-09-26 14:43:55 -07:00
Evan Simkowitz
638883eef9
Fix Storybook for TileLayout (#81)
Fix typing of memoized TileLayout component, fix broken Vite config,
upgrade Storybook to latest.
2024-06-26 12:22:27 -07:00
Evan Simkowitz
ac53c1bb87
add ElectronViteConfig type import 2024-06-13 23:19:32 -07:00
Evan Simkowitz
0d4be9cb88
Fix Vite CJS deprecation warning when using Storybook (#52)
This was a weird one, apparently Storybook still uses CJS but Vite has fully deprecated CJS support. So we need to dynamically import the electron.vite.config.ts file for Storybook, but this breaks because Typescript doesn't resolve and properly compile the dynamic import. To get around this, I am using the `tsx` package, which can dynamically compile typescript imports.
2024-06-13 23:03:57 -07:00
Evan Simkowitz
e3c5d4de48
Upgrade Storybok and yarn 2024-06-13 19:50:27 -07:00
Evan Simkowitz
043788cc1c
Fix Storybook 2024-06-13 19:46:31 -07:00
Evan Simkowitz
c3e71c5c7d
Integrate Faraday layout system (#16)
Co-authored-by: Mike Sawka <sawka@users.noreply.github.com>
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-06-04 13:05:44 -07:00
Evan Simkowitz
c49050f6ed
Fix prettier formatting 2024-05-28 12:12:28 -07:00
Evan Simkowitz
9bbc39405e
Add configs from Faraday repo 2024-05-24 17:44:41 -07:00