Files
James Ritchie fd8f3232c8 fix(webapp): surface customize sidebar save failures instead of closing silently
A confirmed customization could silently vanish: the modal closed the
moment Confirm was clicked, so a save that failed or hung (dev server
hiccups, transaction timeouts) looked identical to a successful one,
and a thrown preferences write escalated to the app error boundary.
Confirm now spins until the save response and the refreshed side menu
data land, the dialog stays open with an inline error on failure, the
preference routes report failures as responses instead of throwing,
and the preferences transaction retries retriable Prisma errors.
2026-07-26 11:47:18 +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