28052daad9
* Optional next/previous with the list pagination * Defer the loading of the runs table * Only return the latest run in a separate query, then do a join in code * Added a composite index to speed up getting the latest run from a job id
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