Skip to content

Commit c3b372e

Browse files
fi3eworkampcode-com
andcommitted
feat(website): add virtual scrolling and search to timeline
- Add @tanstack/react-virtual for window-level virtual scrolling - Add search input to filter entries by commit, author, or suite name - Change controls bar to 3-column grid layout (Stack, Filter, Search) - Remove border from runs count badge in stack selector Amp-Thread-ID: https://ampcode.com/threads/T-019d3e84-3c15-763a-9f13-f6eb3c101cb5 Co-authored-by: Amp <amp@ampcode.com>
1 parent c393ad1 commit c3b372e

3 files changed

Lines changed: 302 additions & 215 deletions

File tree

pnpm-lock.yaml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
"@fontsource/geist-sans": "^5.0.3",
1515
"@radix-ui/react-select": "^1.2.2",
1616
"@radix-ui/react-slot": "^1.1.0",
17+
"@tanstack/react-virtual": "^3.13.23",
1718
"class-variance-authority": "^0.7.0",
1819
"clsx": "^2.0.0",
1920
"lucide-react": "^0.356.0",
20-
"react-router-dom": "^7.0.2",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
23+
"react-router-dom": "^7.0.2",
2324
"tailwind-merge": "^2.3.0",
2425
"tailwindcss-animate": "^1.0.7"
2526
},

0 commit comments

Comments
 (0)