iachat/app/javascript/dashboard/components/widgets/WootWriter
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
..
utils feat: add audio transcoding support for WhatsApp Cloud API (#220) 2026-02-22 16:21:50 -03:00
AudioRecorder.vue feat: add audio transcoding support for WhatsApp Cloud API (#220) 2026-02-22 16:21:50 -03:00
constants.js Adds character count to reply box 😳 (#1634) 2021-01-13 19:16:45 +05:30
CopilotEditor.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
CopilotMenuBar.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
CopilotReplyBottomPanel.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
Editor.vue feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
EditorModeToggle.vue feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
FullEditor.vue fix: styles in ProseMirror URL prompt modal (#11256) 2025-04-08 12:38:28 +05:30
keyboardEmojiSelector.vue chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
ReplyBottomPanel.vue Merge branch 'main' into chore/merge-upstream-4.11.0 2026-02-17 23:05:26 -03:00
ReplyTopPanel.vue fix: Disable reply editor outside WhatsApp reply window (#13454) 2026-02-17 14:07:36 +05:30