Implement full tab widget frontend (#19568)

https://github.com/user-attachments/assets/488e0145-ff49-4205-8fd3-0eb4f614c054
This commit is contained in:
Baptiste Devessier
2026-04-13 15:24:20 +02:00
committed by GitHub
parent 8425afd930
commit 6829fc315a
22 changed files with 601 additions and 192 deletions
@@ -140,7 +140,7 @@ export const TAB_PROPS = {
title: 'Note',
position: 15,
icon: 'IconNotes',
layoutMode: PageLayoutTabLayoutMode.CANVAS,
layoutMode: PageLayoutTabLayoutMode.VERTICAL_LIST,
},
flow: {
title: 'Flow',
@@ -203,13 +203,13 @@ export const WIDGET_PROPS = {
title: 'Note',
type: WidgetType.FIELD_RICH_TEXT,
gridPosition: GRID_POSITIONS.RICH_TEXT,
position: CANVAS_LAYOUT_POSITIONS.DEFAULT,
position: VERTICAL_LIST_LAYOUT_POSITIONS.FIRST,
},
taskRichText: {
title: 'Task',
type: WidgetType.FIELD_RICH_TEXT,
gridPosition: GRID_POSITIONS.RICH_TEXT,
position: CANVAS_LAYOUT_POSITIONS.DEFAULT,
position: VERTICAL_LIST_LAYOUT_POSITIONS.FIRST,
},
workflow: {
title: 'Flow',