mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
fix: call desk layout — collapsible context panel, worklist/calls tabs, phone numbers
- Context panel now collapsible via toggle button (sidebar icon in status bar) - Fixed width 400px when open, full-width worklist when closed - Worklist and Today's Calls as separate tabs instead of stacked - Fix missed calls callerNumber transform (PHONES composite → array) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -102,6 +102,9 @@ export const useWorklist = (): UseWorklistResult => {
|
||||
...call,
|
||||
callDirection: call.direction ?? call.callDirection,
|
||||
durationSeconds: call.durationSec ?? call.durationSeconds ?? 0,
|
||||
callerNumber: call.callerNumber?.primaryPhoneNumber
|
||||
? [{ number: call.callerNumber.primaryPhoneNumber, callingCode: '+91' }]
|
||||
: call.callerNumber,
|
||||
})),
|
||||
followUps: (json.followUps ?? []).map((fu: any) => ({
|
||||
...fu,
|
||||
|
||||
Reference in New Issue
Block a user