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:
Shivam Mishra
2024-10-26 01:31:29 +05:30
committed by GitHub
parent 73b6e2cf37
commit 80c9434069
28 changed files with 104 additions and 100 deletions

View File

@@ -5,7 +5,7 @@ import {
CONTACT_PERMISSIONS,
} from 'dashboard/constants/permissions.js';
const SearchView = () => import('./components/SearchView.vue');
import SearchView from './components/SearchView.vue';
export const routes = [
{