A local-first note taking app
0

Configure Feed

Select the types of activity you want to include in your feed.

Update design skill with rules about cursors

Ethan Graf (Jun 8, 2026, 7:08 PM EDT) 9407b0e6 24005521

+2
+2
.opencode/skills/textile-design/components.md
··· 44 44 45 45 **Secondary / ghost:** `border-border bg-background text-foreground hover:bg-border/30` with `rounded-md` and `border` where shown as a pill-shaped outline button. 46 46 47 + **All buttons must have `cursor-pointer`** to signal interactivity in the desktop context. 48 + 47 49 **Migrate:** `SettingsModal` “Sign in” uses `rounded` + `text-xs`—consider `rounded-md` + `text-sm` for consistency with inputs and touch targets. 48 50 49 51 ## Form fields