Typesense
Description
Typesense integration settings page for Enso UI.
Installation
Install the package:
yarn add @enso-ui/typesense
Features
- ships route-aware page modules consumed by the Enso application shell
- includes index/list pages backed by Enso tables, forms, or integration settings
Usage
<script setup>
import Index from '@enso-ui/typesense/src/bulma/pages/integrations/settings/Index.vue';
</script>
API
Route pages
The practical public surface is page-oriented and centered on the route modules shipped by the package.
Pages:
src/bulma/pages/integrations/settings/Index.vue
Routes
Typesense ships the following named route entries:
integrations.typesense.settings.indexPath fragment:settingsRoute file:src/bulma/routes/integrations/typesense/settings.js
Companion Backend Package
Depends On
- No additional Enso UI dependencies.
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!