feat(webapp): improve adjacent runs navigation and timeline performance (#2776)

- Add replace prop to LinkButton to use history replacement for adjacent
run navigation
- Preserve span and tab params when navigating between adjacent runs
- Disable animations for completed spans in timeline to improve
performance
- Include spanId in runs list navigation for better context preservation
- Direct link to task test page when filtering by single task with no
runs
- Fix minor styling issue with run friendlyId display padding
This commit is contained in:
Oskar Otwinowski
2025-12-11 17:26:15 +00:00
committed by GitHub
parent d28707826c
commit 7f7f993587
4 changed files with 104 additions and 64 deletions
+2
View File
@@ -35,6 +35,8 @@ jobs:
- name: 🔎 Type check
run: pnpm run typecheck
env:
NODE_OPTIONS: --max-old-space-size=8192
- name: 🔎 Check exports
run: pnpm run check-exports