mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
chore: UI enhancements for workflow runs view (#142)
* add local state in filters * feat: add sorting feature by duration * chore: refactor workfow run view
This commit is contained in:
parent
6827744327
commit
5fe1c8ce2f
23 changed files with 1014 additions and 479 deletions
|
|
@ -3,23 +3,13 @@
|
|||
* Update this array when adding new disposition codes
|
||||
*/
|
||||
export const DISPOSITION_CODES = [
|
||||
'CALLBK',
|
||||
'end_call_tool',
|
||||
'user_hangup',
|
||||
'call_duration_exceeded',
|
||||
'DAIR',
|
||||
'DNC',
|
||||
'HU',
|
||||
'LB',
|
||||
'ND',
|
||||
'NIBP',
|
||||
'NQ',
|
||||
'user_idle_max_duration_exceeded',
|
||||
'system_connect_error',
|
||||
'unknown',
|
||||
'user_disqualified',
|
||||
'user_idle_max_duration_exceeded',
|
||||
'VM',
|
||||
'voicemail_detected',
|
||||
'WN',
|
||||
'XFER',
|
||||
'voicemail_detected'
|
||||
] as const;
|
||||
|
||||
export type DispositionCode = typeof DISPOSITION_CODES[number];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue