mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	feat: Creates a modal showing all the available keyboard shortcuts (#2728)
* feat: Adds modal showing all the available keyboard shortcuts * Minor fixes * Minor fixes * Spacing fixes * fix translations * Adds i18n * Review fixes * Review fixes * spacing fixes * Review fixes * Minor fixes Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
		| @@ -26,6 +26,16 @@ | ||||
|             Contact Support | ||||
|           </woot-button> | ||||
|         </woot-dropdown-item> | ||||
|         <woot-dropdown-item> | ||||
|           <woot-button | ||||
|             variant="clear" | ||||
|             size="small" | ||||
|             class=" change-accounts--button" | ||||
|             @click="$emit('key-shortcut-modal')" | ||||
|           > | ||||
|             {{ $t('SIDEBAR_ITEMS.KEYBOARD_SHORTCUTS') }} | ||||
|           </woot-button> | ||||
|         </woot-dropdown-item> | ||||
|         <woot-dropdown-item> | ||||
|           <router-link | ||||
|             :to="`/app/accounts/${accountId}/profile/settings`" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sivin Varghese
					Sivin Varghese