Files
triggerdotdev--trigger.dev/apps/webapp
Eric Allam ddae31f8cc refactor(webapp): flatten the run inspector queue block and tab the task detail queue chart
The run inspector's "Waiting in queue" section now leads with two borderless
stat + last-30-minutes sparklines (backlog and scheduling delay), matching the
inspector's divider-and-rows layout instead of nested cards. On the task detail
page the queue backlog moves behind a tab in the activity card rather than
sitting beside the runs-by-status chart, so it does not crowd the agent-task
hero charts.
2026-07-13 20:40:25 +01:00
..
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh