Data settings new layout - anchor navigation (#8334)
Follow-up of https://github.com/twentyhq/twenty/pull/7979 Navigation between settings and fields tabs is now reflected in URL. <img width="1106" alt="Capture d’écran 2024-11-07 à 18 38 57" src="https://github.com/user-attachments/assets/24b153ef-9e68-4aa2-8e3a-6bf70834c5ad"> --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: gitstart-twenty <140154534+gitstart-twenty@users.noreply.github.com> Co-authored-by: Weiko <corentin@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
export const SETTINGS_OBJECT_DETAIL_TABS = {
|
||||
COMPONENT_INSTANCE_ID: 'setting-object-details-tab-list',
|
||||
TABS_IDS: {
|
||||
FIELDS: 'fields',
|
||||
SETTINGS: 'settings',
|
||||
INDEXES: 'indexes',
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user