7 Commits
Author SHA1 Message Date
Dermot Duffy 80ec92e3b2 refactor: Replace Rollup with Vite (#2656)
This is a high risk change: every byte the card ships is emitted by a
different bundler, minified by a different minifier, and every
stylesheet is compiled by a different sass. The intent is that the
card's behaviour is unchanged.

**Significant development win**: Build time drops from 24s to 1.1s 🎉 

Also adds a test suite ('dist') that runs against the built bundle.
2026-08-04 15:00:13 -07:00
Dermot Duffy f4c686c298 chore: Allow parallel rollup instances (#2499) 2026-06-30 17:45:13 -07:00
Dermot Duffy 5dc5e45631 chore: Update vscode task to kill previous instance (#2379) 2026-02-28 20:45:28 -08:00
Felipe Santos e45b281b53 Switch back to original container 2024-09-12 16:29:17 +00:00
Felipe Santos dd9a19d179 Reuse the Frigate integration devcontainer 2022-06-17 03:45:11 +00:00
Felipe Santos 258ed150cd Configure VS Code debug and tasks 2022-06-15 21:10:49 +00:00
Ian Richardson 396e90b451 Fixes (#36)
Fix devcontainer
Fix editor lazyloaded elements
Fix rollup
Fix hasChanged error
2020-10-20 21:10:17 -05:00