Files
triggerdotdev--trigger.dev/apps/webapp
Abhimanyu Yadav 4d380173c8 feat:runs filtering by status and environment (#800)
* feat: view teammates' job runs on dev env

* fix typechecks

* feat: add filter functionality on task run page

* feat:adding filter functionality on run task page

* changes filter from csr to ssr

* changing filter functionality from csr to ssr

* adding url.string() for navigation purpose

* improving state management in filtering

* When setting a filter, delete the cursor and direction

* Some design improvements for the "All" options

---------

Co-authored-by: hmacr <hmac.devo@gmail.com>
Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 13:37:50 +00:00
..
2023-06-07 14:48:42 +01:00
2022-12-06 12:28:16 +00:00
2023-05-01 10:11:19 -07:00
2023-08-01 10:21:22 +01:00
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2022-12-06 12:28:16 +00:00
2023-12-13 12:48:26 +00: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