iachat/app/javascript/dashboard/components-next/NewConversation/components
Gabriel Jablonski 56c5609ca0
feat: add per-inbox signature management (#226)
* feat: add per-inbox signature management

- Introduced `InboxSignature` model to manage signatures specific to each inbox.
- Added API endpoints for fetching, creating, updating, and deleting inbox signatures.
- Updated UI components to support inbox-specific signatures, including overrides for signature position and separator.
- Implemented a new composable `useInboxSignatures` for managing inbox signatures in the frontend.
- Enhanced existing components to utilize inbox signatures, including the reply box and message signature settings.
- Added tests for the new inbox signatures functionality, ensuring proper behavior of the API and model validations.
- Updated translations for new UI elements related to inbox signatures.

* feat: implement inbox access validation and add related tests

* feat: enhance inbox signatures fetching and management logic
2026-02-26 19:53:03 -03:00
..
story feat: Add compose conversation components (#10457) 2024-12-05 16:31:47 -08:00
ActionButtons.vue Merge branch 'main' into chore/merge-upstream-4.10 2026-01-16 14:01:53 -03:00
AttachmentPreviews.vue fix: Handle rich message signatures & attachment overflow (#13045) 2025-12-10 23:13:04 +05:30
ComposeNewConversationForm.vue feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
ContactSelector.vue feat: Use new compose conversation in conversation sidebar (#11085) 2025-03-18 15:09:10 +05:30
ContentTemplateForm.vue feat: Add twilio content templates (#12277) 2025-08-29 16:13:25 +05:30
ContentTemplateSelector.vue feat: Add twilio content templates (#12277) 2025-08-29 16:13:25 +05:30
EmailOptions.vue chore: Remove vue-multiselect and migrate to next components (#13506) 2026-02-17 16:40:12 +05:30
InboxEmptyState.vue feat: Add compose conversation components (#10457) 2024-12-05 16:31:47 -08:00
InboxSelector.vue chore: Improve compose new conversation form (#13176) 2026-01-13 18:52:10 +05:30
MessageEditor.vue chore: Improve compose new conversation form (#13176) 2026-01-13 18:52:10 +05:30
WhatsAppOptions.vue feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
WhatsappTemplate.vue feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30