stable

Clone or download

Read-only

feat: Empty state when no artifact is displayed

Part of story #38263 Choose my own columns based on field name (numeric, text, dates) How to test: - Run the following command to enable the feature flag: tuleap config-set feature_flag_enable_tql_select 1 - Create a query which return nothing - Create a query without selected tracker - Select tracker but leave empty the query part - Add a new widget or leave the query and trackers parts empty => The empty state is displayed with dedicated message for each case Change-Id: I26bad1d667731a0afb98607ff09d233c9b69853f

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/po/fr_FR.po +22 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/po/pt_BR.po +18 −0 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/EmptyState.test.ts +110 −0 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/EmptyState.vue +70 −0 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/EmptyStateTumbleweed.vue +85 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.test.ts +16 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +12 −4 Go to diff View file