mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 05:25:08 +10:00
96539cda09
Aligns the API tokens settings page with the webhooks settings pattern. Token creation moves from an inline form into a dialog triggered from the settings header, which reveals the newly created token in-dialog with a copy button. The "never expire" switch is folded into the expiration select as a "Never" option, and the token list is now a data table with created and expiry dates, an expired badge, and skeleton, empty, and error states. The delete confirmation dialog footer and copy now match the other confirm dialogs.
@documenso/remix
The main Documenso web application. Built with React Router v7 and served by a Hono server.
This package is part of the Documenso monorepo and is not meant to be run standalone. Use the root scripts instead.
- Local development: see the root README and the Local Development docs.
- Self-hosting and deployment: see the Self-Hosting docs.
- Architecture overview: see ARCHITECTURE.md.
# From the monorepo root
npm run dev