From 418bd177f814c089ffedb74251d73abd20099685 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:20:32 +0530 Subject: [PATCH] fix: Adjust inbox settings pages layout width (#13590) # Pull Request Template ## Description This PR includes, 1. Adjusting the inbox settings page layout width from 3xl to 4xl for the collaborators, configuration, and bot configuration sections. 2. Adding a dynamic max-width for inbox settings banners based on the selected tab. 3. Making the sender name preview layout responsive. 4. Reordering automation rule row buttons so Clone appears before Delete. 5. Update the Gmail icon ratio. 6. Fix height issues with team/inbox pages 7. The delete button changes to red on hover 8. Add border to conversation header when no dashboard apps present ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- .../AttributeListItem.vue | 8 ++++- .../widgets/conversation/ConversationBox.vue | 3 ++ .../dashboard/settings/agentBots/Index.vue | 1 + .../dashboard/settings/agents/Index.vue | 1 + .../settings/automation/AutomationRuleRow.vue | 17 +++++----- .../dashboard/settings/canned/Index.vue | 1 + .../component/CustomRoleTableBody.vue | 1 + .../dashboard/settings/inbox/ChannelList.vue | 22 ++++++------- .../dashboard/settings/inbox/ImapSettings.vue | 8 ++--- .../settings/inbox/InboxChannels.vue | 4 +-- .../routes/dashboard/settings/inbox/Index.vue | 1 + .../dashboard/settings/inbox/Settings.vue | 32 +++++++++++++++++-- .../dashboard/settings/inbox/SmtpSettings.vue | 14 ++++---- .../inbox/components/BotConfiguration.vue | 2 +- .../components/SenderNameExamplePreview.vue | 9 +++++- .../inbox/settingsPage/ConfigurationPage.vue | 14 ++++---- .../DashboardApps/DashboardAppsRow.vue | 1 + .../integrations/MultipleIntegrationHooks.vue | 1 + .../integrations/Webhooks/WebhookRow.vue | 1 + .../dashboard/settings/labels/Index.vue | 1 + .../settings/macros/MacrosTableRow.vue | 1 + .../routes/dashboard/settings/sla/Index.vue | 1 + .../settings/teams/Create/AddAgents.vue | 19 ++++------- .../settings/teams/Create/CreateTeam.vue | 2 +- .../dashboard/settings/teams/Create/Index.vue | 2 +- .../settings/teams/Edit/EditAgents.vue | 19 ++++------- .../settings/teams/Edit/EditTeam.vue | 2 +- .../dashboard/settings/teams/Edit/Index.vue | 2 +- .../routes/dashboard/settings/teams/Index.vue | 1 + theme/icons.js | 2 +- 30 files changed, 118 insertions(+), 75 deletions(-) diff --git a/app/javascript/dashboard/components-next/ConversationWorkflow/AttributeListItem.vue b/app/javascript/dashboard/components-next/ConversationWorkflow/AttributeListItem.vue index 624ba2981..d0b660e27 100644 --- a/app/javascript/dashboard/components-next/ConversationWorkflow/AttributeListItem.vue +++ b/app/javascript/dashboard/components-next/ConversationWorkflow/AttributeListItem.vue @@ -82,7 +82,13 @@ const attributeIcon = computed(() => { sm @click="emit('edit', attribute)" /> -