refactor: patients page icon-only actions, remove Patients from CC agent nav

- Replace text buttons with icon-only (eye, SMS, WhatsApp, call)
- Remove Patients tab from CC agent sidebar (CC works with leads, not patients)
- Fix icon wrapper prop forwarding cleanup

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-21 12:24:54 +05:30
parent 631acf63dc
commit 5ccfa9bca8
5 changed files with 38 additions and 24 deletions

View File

@@ -769,8 +769,8 @@
--color-avatar-styles-bg-neutral: rgb(224 224 224);
--color-button-destructive-primary-icon: var(--color-error-300);
--color-button-destructive-primary-icon_hover: var(--color-error-200);
--color-button-primary-icon: var(--color-brand-300);
--color-button-primary-icon_hover: var(--color-brand-200);
--color-button-primary-icon: var(--color-white);
--color-button-primary-icon_hover: var(--color-white);
--color-featured-icon-light-fg-brand: var(--color-brand-600);
--color-featured-icon-light-fg-error: var(--color-error-600);
--color-featured-icon-light-fg-gray: var(--color-gray-500);
@@ -1190,8 +1190,8 @@
--color-avatar-styles-bg-neutral: rgb(224 224 224 / 1);
--color-button-destructive-primary-icon: var(--color-error-300);
--color-button-destructive-primary-icon_hover: var(--color-error-200);
--color-button-primary-icon: var(--color-brand-300);
--color-button-primary-icon_hover: var(--color-brand-200);
--color-button-primary-icon: var(--color-white);
--color-button-primary-icon_hover: var(--color-white);
--color-featured-icon-light-fg-brand: var(--color-brand-200);
--color-featured-icon-light-fg-error: var(--color-error-200);
--color-featured-icon-light-fg-gray: var(--color-gray-200);