Monitored Emails
Description
Monitored Emails provides the administration routes and pages used to list, create, and edit monitored inbox definitions in Enso UI.
Installation
Install the package:
yarn add @enso-ui/monitored-emails
The package is usually consumed from the full enso-ui workspace inside an Enso application.
Features
- registers the
/administration/monitoredEmailsroute group - ships
index,create, andeditpages - uses the standard
EnsoTableandEnsoFormadministration workflow - pairs the routed frontend shell with the backend monitored-emails package
Usage
import administrationRoutes from '@enso-ui/monitored-emails/src/bulma/routes/administration.js';
import MonitoredEmailsIndex from '@enso-ui/monitored-emails/src/bulma/pages/monitoredEmails/Index.vue';
API
Route modules
Common imports:
src/bulma/routes/administration.jssrc/bulma/routes/administration/monitoredEmails.js
Page modules
src/bulma/pages/monitoredEmails/Index.vuesrc/bulma/pages/monitoredEmails/Create.vuesrc/bulma/pages/monitoredEmails/Edit.vue
The package is page-oriented. The routed pages are the practical public surface.
Routes
/administration/monitoredEmails
administration.monitoredEmails.indexadministration.monitoredEmails.createadministration.monitoredEmails.edit
Companion Backend Package
Depends On
Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!