mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	feat: UI to show the SLA threshold in chat screen (#9146)
- UI will show the breach in the conversation list. - UI will show the breach in the conversation header. Fixes: https://linear.app/chatwoot/issue/CW-3146/update-the-ui-to-show-the-breach-in-the-conversation-list Fixes: https://linear.app/chatwoot/issue/CW-3144/ui-update-to-show-the-breachgoing-to-breach
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <div | ||||
|     class="ltr:mr-1 rtl:ml-1 mb-1" | ||||
|     class="inline-flex ltr:mr-1 rtl:ml-1 mb-1" | ||||
|     :class="labelClass" | ||||
|     :style="labelStyle" | ||||
|     :title="description" | ||||
| @@ -111,7 +111,7 @@ export default { | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| .label { | ||||
|   @apply inline-flex items-center font-medium text-xs rounded-[4px] gap-1 p-1 bg-slate-50 dark:bg-slate-700 text-slate-800 dark:text-slate-100 border border-solid border-slate-75 dark:border-slate-600 h-6; | ||||
|   @apply items-center font-medium text-xs rounded-[4px] gap-1 p-1 bg-slate-50 dark:bg-slate-700 text-slate-800 dark:text-slate-100 border border-solid border-slate-75 dark:border-slate-600 h-6; | ||||
|  | ||||
|   &.small { | ||||
|     @apply text-xs py-0.5 px-1 leading-tight h-5; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sivin Varghese
					Sivin Varghese