Add Manual Triggers (#8024)

In this PR:

- Add support for manual triggers in the backend
- Add a right drawer to let users select the type of trigger they want
- Create a specific right drawer for database event triggers
- Create a right drawer for manual triggers; let the user select where
the manual trigger should be made available
- Create a default trigger as soon as the user selects the type of
trigger they want. It prevents the user to see empty selects for record
type and event type. By default, the database event trigger will be set
to "company.created". It should be visible enough for users to
understand what happens and choose another record type or event type.



https://github.com/user-attachments/assets/29a21985-1823-4890-9eb3-e4f876459c7a
This commit is contained in:
Baptiste Devessier
2024-10-25 14:24:56 +02:00
committed by GitHub
parent bf2ba25a6e
commit 0144553667
31 changed files with 609 additions and 205 deletions

View File

@@ -181,6 +181,8 @@ export {
IconPlayerPlay,
IconPlayerStop,
IconPlaylistAdd,
IconHandMove,
IconSquare,
IconPlaystationSquare,
IconPlug,
IconPlus,