No description
Find a file
Bin-Home 9a64e32afb fix: output styles.css so Obsidian loads component CSS
esbuild writes Svelte CSS to main.css but Obsidian only reads styles.css
from the plugin folder. Copy main.css → styles.css after every build so
the redesigned component styles are actually loaded at runtime.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-04-23 10:50:42 +08:00
docs/superpowers docs: cursor/document chat UI redesign spec 2026-04-23 09:36:17 +08:00
src fix: pin New conversation button to bottom of history drawer 2026-04-23 10:28:22 +08:00
tests feat: v1.1 follow-ups 2026-04-22 21:04:43 +08:00
.gitignore chore: project scaffolding 2026-04-22 20:17:16 +08:00
esbuild.config.mjs fix: output styles.css so Obsidian loads component CSS 2026-04-23 10:50:42 +08:00
main.css build: update bundle with pinned New conversation button 2026-04-23 10:28:27 +08:00
main.js build: update bundle with pinned New conversation button 2026-04-23 10:28:27 +08:00
manifest.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
package-lock.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
package.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
styles.css fix: output styles.css so Obsidian loads component CSS 2026-04-23 10:50:42 +08:00
tsconfig.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
vitest.config.ts chore: project scaffolding 2026-04-22 20:17:16 +08:00