Commit Graph

5 Commits (7567e38c4f4386f4097066e345c42246c09c890f)

Author SHA1 Message Date
mirivlad 1d2190fc6c Add platform-test diagnostic open provider 2026-06-19 07:52:04 +08:00
mirivlad 0cc4552506 fix(platform-test): replace emoji icons with SVG icon key
- plugin.json: all emoji icons replaced with "flask" (matches Icon.svelte name)
- statusBar label: "🧪 All Tests Pass" → "[OK] All Tests Pass"
- frontend/src/index.js: emoji in header replaced with '◉' circle
2026-06-17 19:02:58 +08:00
mirivlad 3751f52055 fix(platform-test): badge div call syntax
- badgeRow was created with 3rd arg to div(className, children) which was ignored
- Fix: div('', [badge]) wraps badge properly so Frontend Bundle Loaded text renders
2026-06-17 18:51:20 +08:00
mirivlad 7a1926e295 feat: platform-test frontend bundle with VerstakPluginRegister contract
- DiagnosticsPanel + PlatformTestSettings components
- VerstakPluginRegister contract (mount/unmount, VerstakPluginAPI)
- Shared dark-theme stylesheet (style.css)
2026-06-17 17:40:01 +08:00
mirivlad 8ca5617d0a feat: add platform-test plugin with diagnostics panel and backend sidecar 2026-06-16 12:01:42 +08:00