Rebuild stack-folder with sticky tab rail and site previews.

L0–L7 folders stack on scroll with aligned max depth, labeled tabs that
stay consistent when L7 joins the rail, Cal embeds, preview screenshots,
Playwright tests, and updated README.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-21 21:30:05 -04:00
co-authored by Cursor
parent 09b0f498ba
commit 21c75cdcba
28 changed files with 1669 additions and 348 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"capture-previews": "node scripts/capture-previews.mjs",
"test:folder": "node scripts/test-stack-folder.mjs",
"test:stack-scroll": "node scripts/test-stack-scroll.mjs"
},
"devDependencies": {
"playwright": "^1.60.0",