mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
feat(v4): Auto-navigate to first menu item on group menu open(#10350)
Ensures users are seamlessly directed to the first available menu item upon opening a group, improving UX by reducing unnecessary clicks. This change enhances navigation flow within groups. Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
@@ -11,16 +11,10 @@ import { directive as onClickaway } from 'vue3-click-away';
|
||||
import { domPurifyConfig } from '../shared/helpers/HTMLSanitizer';
|
||||
import { plugin, defaultConfig } from '@formkit/vue';
|
||||
|
||||
// import { emitter } from 'shared/helpers/mitt';
|
||||
|
||||
// https://github.com/wearebraid/vue-formulate/issues/198
|
||||
// [VITE] [TODO] Re-enable this later
|
||||
// import VueFormulate from '@braid/vue-formulate';
|
||||
import {
|
||||
startsWithPlus,
|
||||
isPhoneNumberValidWithDialCode,
|
||||
} from 'shared/helpers/Validators';
|
||||
// const PhoneInput = () => import('../widget/components/Form/PhoneInput.vue');
|
||||
|
||||
const i18n = createI18n({
|
||||
legacy: false, // https://github.com/intlify/vue-i18n/issues/1902
|
||||
|
||||
Reference in New Issue
Block a user