iachat/app/javascript/dashboard
Sivin Varghese 304c938260
fix: Styles issues with conversation card (#12107)
# Pull Request Template

## Description

This PR includes the following changes:

1. Fixes a couple of UI issues.
2. Moves all styles to inline classes.
3. Migrates the `ConversationCard.vue` component from the Options API to
the Composition API.


## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## How Has This Been Tested?

### Screenshots
**Before**
<img width="353" height="550" alt="image"
src="https://github.com/user-attachments/assets/070c9bf1-6077-48d8-832d-79037b794f42"
/>



**After**
<img width="353" height="541" alt="image"
src="https://github.com/user-attachments/assets/c54bf69c-d175-45cf-a6fe-9c7ab6f66226"
/>


## 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
2025-08-06 15:28:38 +05:30
..
api feat(cloud): Add support for viewing status of SSL in custom domains (#12011) 2025-07-30 10:52:47 -07:00
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components fix: Styles issues with conversation card (#12107) 2025-08-06 15:28:38 +05:30
components-next fix: Styles issues with conversation card (#12107) 2025-08-06 15:28:38 +05:30
composables fix: Conditionally fetch limits and assistants for enterprise/cloud (#12099) 2025-08-04 15:06:58 -07:00
constants chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
helper feat: New Scenarios page (#11975) 2025-07-30 19:34:27 +05:30
i18n chore: Add new tab and copy link to conversation context menu (#12089) 2025-08-04 15:22:20 -07:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules fix: Installation name not showing (#12096) 2025-08-06 13:11:22 +05:30
routes fix: Styles issues with conversation card (#12107) 2025-08-06 15:28:38 +05:30
store feat(cloud): Add support for viewing status of SSL in custom domains (#12011) 2025-07-30 10:52:47 -07:00
App.vue chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
featureFlags.js feat: WhatsApp campaigns (#11910) 2025-07-16 09:04:02 +05:30