iachat/app/javascript/dashboard/routes/dashboard
Sojan Jose b7f2c151bf
feat: Voice channel creation Flow (#11775)
This PR introduces a new channel type for voice conversations.

ref: #11481 

## Changes

- Add database migration for channel_voice table with phone_number and
provider_config
- Create Channel::Voice model with E.164 phone number validation and
Twilio config validation
- Add voice channel association to Account model
- Extend inbox helpers and types to support voice channels
- Add voice channel setup UI with Twilio configuration form
- Include voice channel in channel factory and list components
- Add API routes and store actions for voice channel creation
- Add comprehensive translations for voice channel management

---------

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
2025-06-25 14:21:03 -07:00
..
campaigns feat: Update UI for Copilot (#11561) 2025-06-02 22:02:03 -05:00
captain chore: Update captain FAQ bulk action UI (#11780) 2025-06-24 16:33:42 +05:30
commands style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
contacts feat: Show active Contacts (#8243) 2025-06-04 21:52:13 +05:30
conversation fix: Prevent duplicate API calls for contact details when switching conversations (#9268) 2025-06-11 13:27:19 -04:00
customviews chore: Update buttons in dashboard (#11145) 2025-03-31 17:21:32 -07:00
helpcenter feat: Sync Popular Articles locale with widget locale (#11754) 2025-06-24 19:52:44 +05:30
inbox feat: Update UI for Copilot (#11561) 2025-06-02 22:02:03 -05:00
notifications chore: Remove old buttons from Vue2 design (#11159) 2025-03-31 17:51:38 -07:00
settings feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
suspended feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
upgrade feat: Upgrade page instead of banner (#11202) 2025-03-28 02:28:17 -07:00
dashboard.routes.js feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
Dashboard.vue feat: Update UI for Copilot (#11561) 2025-06-02 22:02:03 -05:00