Files
triggerdotdev--trigger.dev/apps/webapp
James Ritchie 84f9f5e6eb fix(webapp): queue-detail charts — legends, at-limit concurrency colour, tooltip colour squares (TRI-12068)
Add legends to the Concurrency, Throughput and Scheduling-delay charts (item 8). Recolour the Concurrency running line above the limit with a gradient split so it's orange only at/over the limit, not on the way up (item 18). Rework the chart info tooltips to show inline colour swatches with the word "color" (item 10).
2026-07-23 15:18:52 +01:00
..
2023-01-10 16:09:42 +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