Skip to content

[web-shared] Fix timeline duration format and precision#1482

Merged
karthikscale3 merged 67 commits intomainfrom
karthik/fix-timeline
Mar 23, 2026
Merged

[web-shared] Fix timeline duration format and precision#1482
karthikscale3 merged 67 commits intomainfrom
karthik/fix-timeline

Conversation

@karthikscale3
Copy link
Copy Markdown
Contributor

Changes

Improves readability of the trace viewer timeline by displaying durations as separate minute/second units (e.g. 8m 20s) instead of decimal minutes (8.33m). Also removes millisecond precision from wall clock timestamps below the markers.

CleanShot 2026-03-22 at 14 19 24@2x

@karthikscale3 karthikscale3 merged commit a89f35a into main Mar 23, 2026
165 of 168 checks passed
@karthikscale3 karthikscale3 deleted the karthik/fix-timeline branch March 23, 2026 19:29
@ghost ghost mentioned this pull request Mar 23, 2026
pranaygp added a commit that referenced this pull request Mar 23, 2026
* origin/main:
  [ai] Add experimental_context to DurableAgentOptions (#1489)
  [ai] Expose configured tools on DurableAgent instances (#1488)
  fix(builders): catch node builtin usage when entry fields diverge (#1455)
  [web-shared] Fix timeline duration format and precision (#1482)
  [cli] Add bulk cancel, --status filter, fix step JSON hydration (#1467)
  [utils] Re-export parseName utilities and add workflow/observability module (#1453)
  [o11y] Polish display when run data has expired (#1438)
  Add CommonJS `require()` support for class serialization detection in SWC plugin (#1144)
  fix(next): stabilize deferred canary e2e in nextjs workbenches (#1468)
  [web] Support legacy newline-delimited stream format in `useStreamReader` (#1473)
  Revert "Add support for calling start() inside workflow functions (#1133)" (#1475)
pranaygp added a commit that referenced this pull request Mar 24, 2026
…naygp-db9e68c1

* 'main' of https://github.com/vercel/workflow: (32 commits)
  chore: bump @nestjs/* to ^11.1.17 (#1497)
  chore: bump hono to ^4.12.8 (#1495)
  Revert "Inline class serialization registration to fix 3rd-party package supp…" (#1493)
  [world] Add stream pagination and metadata endpoints (#1470)
  [cli] [world-local] Ensure update checks don't suggest upgrading from stable release to pre-releases (#1490)
  Remove NestJS Vercel integration while in experimental phase (#1485)
  feat: export semantic error types and add API reference docs (#1447)
  feat: enforce max queue deliveries in handlers with graceful failure (#1344)
  [world-postgres] Migrate client from `postgres.js` to `pg` (#1484)
  Inline class serialization registration to fix 3rd-party package support (#1480)
  [ai] Add experimental_context to DurableAgentOptions (#1489)
  [ai] Expose configured tools on DurableAgent instances (#1488)
  fix(builders): catch node builtin usage when entry fields diverge (#1455)
  [web-shared] Fix timeline duration format and precision (#1482)
  [cli] Add bulk cancel, --status filter, fix step JSON hydration (#1467)
  [utils] Re-export parseName utilities and add workflow/observability module (#1453)
  [o11y] Polish display when run data has expired (#1438)
  Add CommonJS `require()` support for class serialization detection in SWC plugin (#1144)
  fix(next): stabilize deferred canary e2e in nextjs workbenches (#1468)
  [web] Support legacy newline-delimited stream format in `useStreamReader` (#1473)
  ...
pranaygp added a commit that referenced this pull request Mar 24, 2026
…naygp-6fadd605

* 'main' of https://github.com/vercel/workflow: (73 commits)
  chore: bump next to 16.2.1 and fix deferred build (#1496)
  chore: bump nitropack to ^2.13.1 (#1501)
  chore: bump nuxt ecosystem dependencies (#1500)
  chore: bump sveltekit ecosystem (#1498)
  chore: bump express and fastify in workbenches (#1499)
  chore: bump @nestjs/* to ^11.1.17 (#1497)
  chore: bump hono to ^4.12.8 (#1495)
  Revert "Inline class serialization registration to fix 3rd-party package supp…" (#1493)
  [world] Add stream pagination and metadata endpoints (#1470)
  [cli] [world-local] Ensure update checks don't suggest upgrading from stable release to pre-releases (#1490)
  Remove NestJS Vercel integration while in experimental phase (#1485)
  feat: export semantic error types and add API reference docs (#1447)
  feat: enforce max queue deliveries in handlers with graceful failure (#1344)
  [world-postgres] Migrate client from `postgres.js` to `pg` (#1484)
  Inline class serialization registration to fix 3rd-party package support (#1480)
  [ai] Add experimental_context to DurableAgentOptions (#1489)
  [ai] Expose configured tools on DurableAgent instances (#1488)
  fix(builders): catch node builtin usage when entry fields diverge (#1455)
  [web-shared] Fix timeline duration format and precision (#1482)
  [cli] Add bulk cancel, --status filter, fix step JSON hydration (#1467)
  ...

# Conflicts:
#	packages/core/src/runtime/start.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants