tweak(ui): shimmering titles and animated counts

This commit is contained in:
Kit Langton
2026-02-27 21:20:41 -05:00
parent 2a2082233d
commit 031d872c8a
24 changed files with 1290 additions and 404 deletions

View File

@@ -9,6 +9,7 @@
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev",
"dev:web": "bun --cwd packages/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",
"typecheck": "bun turbo typecheck",
"prepare": "husky",
"random": "echo 'Random script'",