Files
triggerdotdev--trigger.dev/apps/webapp
Matt Aitken 336029b842
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 4s
🚀 Publish Trigger.dev Docker / units (push) Failing after 10s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
Organization renaming, deleting and one-click email unsubscribe (#885)
* Added the org settings page to the sidebar

* Added loading states when renaming/deleting projects

* Don’t show deleted orgs in the app

* The actual db migration file

* The Org settings page with the actions working

* Don’t remove org members, just leave them

* Don’t show invites from orgs that are deleted

* Allow disabling IntegrationConnections

* Don’t refresh IntegrationConnections that are disabled

* Set all the integrations as disabled

* Updated the unsubscribe checkbox text

* Unsubscribe route

* Use the magic link secret, not the encryption key. Also make the error message more vague

* Only members of the org or project can rename them

* Don’t throw an error if the connection can’t be refreshed, return undefined instead
2024-02-07 10:52: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
2024-01-16 11:44:15 +00: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