[Dashboards] - Tabs reordering (#14798)

closes https://github.com/twentyhq/core-team-issues/issues/1544

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
nitin
2025-10-23 22:58:00 +05:30
committed by GitHub
parent f301f07e43
commit 06a195af41
26 changed files with 1614 additions and 342 deletions
@@ -0,0 +1,5 @@
export const PAGE_LAYOUT_TAB_LIST_DROPPABLE_IDS = {
VISIBLE_TABS: 'page-layout-visible-tabs',
OVERFLOW_TABS: 'page-layout-overflow-tabs',
MORE_BUTTON: 'page-layout-more-button',
} as const;