[pull] main from vercel:main#444
Merged
Merged
Conversation
* Fix SvelteKit config loading * Bump e2e framework versions
The click-to-focus viewport reframe used a weak quadratic ease-out over 150ms, which read as a near-linear snap. Switch to a stronger easeInOutQuart curve (~cubic-bezier(0.77, 0, 0.175, 1)) over 240ms so the camera zoom/pan accelerates and decelerates like a smooth move. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…event log (#2830) * perf(world-local): index hook lookups instead of scanning the global event log Hook creation, hook cache rebuilds, and token lookups previously read and parsed every event file ever written across all runs, and run termination read every live hook entity — making every turn of a long-lived local session slower as history accumulated. Maintain durable per-token / per-hookId indexes and per-run hook markers (with a one-time backfill for pre-index data dirs), resolve tokens through the claim file, read directory listings concurrently, reuse compiled filename regexes, and raise the recovery page size. * chore: trim development comments * test(world-local): make hook-index perf guard machine-speed independent The absolute 2s wall-clock bound timed out on Windows CI, where filesystem operations are ~50x slower. Compare hook-creation cost before vs. after seeding foreign event history instead. * review: keep world package untouched, batch backfill reads - Revert the recovery page-size change in @workflow/world; default world-local runs.list to a 200-item page instead - Read backfill event/hook files with bounded concurrency (32), matching paginatedFileSystemQuery, to cut one-time migration cost on large legacy data dirs (slow-fs platforms especially)
* Match split-pane divider drag to the detail panel The trace event-list / timeline split-pane divider now reuses the shared DraggableBorder component, so it resizes identically to the span detail panel: a wider invisible hit strip, hover/focus/drag highlight rendered over the divider, double-click reset, and keyboard/ARIA (role="separator") resize. Width stays in-memory (not persisted), unlike the detail panel. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Update split-pane.tsx --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…terminal events (#2833)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )