z-fab_agentmd-obsidian/tests
Fabricio Zillig d5c2fc0162 chore: pass Obsidian plugin lint and bump to 0.3.1
- Add eslint (typescript-eslint + eslint-plugin-obsidianmd) with a lint script
  and run it in the release workflow
- Replace direct element.style assignments with CSS utility classes
- Use window timers, activeDocument, and FileSystemAdapter for popout/window
  compatibility and to drop unsafe any casts
- Use Notice.messageEl (was deprecated noticeEl) and await revealLeaf;
  bump minAppVersion to 1.8.7 accordingly
- Replace electron require() with a typed import + ambient module declaration
- Mark fire-and-forget promises with void; tidy command name
- Provide window in the test setup so window-timer code runs under Node
2026-06-05 22:50:24 -03:00
..
client feat(hilt): client getPending + respond 2026-06-05 17:27:51 -03:00
store fix(hilt): pause the elapsed timer while waiting (resume seamlessly); Agents pill uses plain pause icon 2026-06-05 18:34:59 -03:00
ui polish: backend-sourced icons, real tab styling, labeled centered refresh, spacing 2026-06-04 11:59:04 -03:00
views feat(hilt): pure helpers for pending parsing + respond body building 2026-06-05 17:25:18 -03:00
backend-lifecycle.test.ts feat: implement BackendLifecycle for start/stop backend from UI 2026-04-13 23:25:27 -03:00
backend-monitor.test.ts refactor: BackendMonitor driven by SSE state with fallback polling 2026-04-13 23:27:40 -03:00
setup.ts chore: pass Obsidian plugin lint and bump to 0.3.1 2026-06-05 22:50:24 -03:00