iachat/app/javascript/dashboard
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
..
api feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
assets Merge branch 'main' into chore/merge-upstream-4.11.0 2026-02-17 23:05:26 -03:00
components feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
components-next feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
composables feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
constants chore: Improve signup flow, reduce the number of inputs (#13350) 2026-01-22 18:47:42 -08:00
helper Merge branch 'main' into chore/merge-upstream-4.11.0 2026-02-17 23:05:26 -03:00
i18n feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
mixins Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
modules Merge branch 'main' into chore/merge-upstream-4.11.0 2026-02-17 23:05:26 -03:00
routes feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
store feat: Implement existing template linking for CSAT surveys (#218) 2026-02-18 18:00:29 -03:00
stores feat: Voice Channel (#11602) 2025-12-19 12:41:33 -08:00
App.vue chore: Update theme colors and add new Inter variable fonts (#13347) 2026-01-28 14:36:04 -08:00
featureFlags.js fix: V2 Assignment service enhancements (#13036) 2026-02-11 12:24:45 +05:30