File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
command-menu/pages/page-layout/constants/settings Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import { PageLayoutSingleRecordActionKeys } from '@/page-layout/actions/PageLayo
1414import { msg } from '@lingui/core/macro' ;
1515import { isDefined } from 'twenty-shared/utils' ;
1616import {
17+ IconCancel ,
1718 IconCopyPlus ,
1819 IconDeviceFloppy ,
1920 IconPencil ,
20- IconX ,
2121} from 'twenty-ui/display' ;
2222
2323export const DASHBOARD_ACTIONS_CONFIG = inheritActionsFromDefaultConfig ( {
@@ -63,7 +63,7 @@ export const DASHBOARD_ACTIONS_CONFIG = inheritActionsFromDefaultConfig({
6363 shortLabel : msg `Cancel` ,
6464 isPinned : true ,
6565 position : 5 ,
66- Icon : IconX ,
66+ Icon : IconCancel ,
6767 type : ActionType . Standard ,
6868 scope : ActionScope . RecordSelection ,
6969 shouldBeRegistered : ( { selectedRecord } ) =>
Original file line number Diff line number Diff line change 11import { CHART_CONFIGURATION_SETTING_LABELS } from '@/command-menu/pages/page-layout/constants/settings/ChartConfigurationSettingLabels' ;
22import { CHART_CONFIGURATION_SETTING_IDS } from '@/command-menu/pages/page-layout/types/ChartConfigurationSettingIds' ;
33import { type ChartSettingsItem } from '@/command-menu/pages/page-layout/types/ChartSettingsGroup' ;
4- import { IconTag } from 'twenty-ui/display' ;
4+ import { IconBadge2k } from 'twenty-ui/display' ;
55
66export const DATA_LABELS_SETTING : ChartSettingsItem = {
77 isBoolean : true ,
8- Icon : IconTag ,
8+ Icon : IconBadge2k ,
99 label : CHART_CONFIGURATION_SETTING_LABELS . DATA_LABELS ,
1010 id : CHART_CONFIGURATION_SETTING_IDS . DATA_LABELS ,
1111} ;
Original file line number Diff line number Diff line change 11import { CHART_CONFIGURATION_SETTING_LABELS } from '@/command-menu/pages/page-layout/constants/settings/ChartConfigurationSettingLabels' ;
22import { CHART_CONFIGURATION_SETTING_IDS } from '@/command-menu/pages/page-layout/types/ChartConfigurationSettingIds' ;
33import { type ChartSettingsItem } from '@/command-menu/pages/page-layout/types/ChartSettingsGroup' ;
4- import { IconList } from 'twenty-ui/display' ;
4+ import { IconTextCaption } from 'twenty-ui/display' ;
55
66export const SHOW_LEGEND_SETTING : ChartSettingsItem = {
77 isBoolean : true ,
8- Icon : IconList ,
8+ Icon : IconTextCaption ,
99 label : CHART_CONFIGURATION_SETTING_LABELS . SHOW_LEGEND ,
1010 id : CHART_CONFIGURATION_SETTING_IDS . SHOW_LEGEND ,
1111 dependsOn : [ CHART_CONFIGURATION_SETTING_IDS . GROUP_BY ] ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export {
2525 IconAt ,
2626 IconAxisX ,
2727 IconAxisY ,
28+ IconBadge2k ,
2829 IconBaselineDensitySmall ,
2930 IconBell ,
3031 IconBlockquote ,
@@ -56,6 +57,7 @@ export {
5657 IconCalendarTime ,
5758 IconCalendarWeek ,
5859 IconCalendarX ,
60+ IconCancel ,
5961 IconCaretLeft ,
6062 IconCaretRight ,
6163 IconChartBar ,
@@ -348,6 +350,7 @@ export {
348350 IconTargetArrow ,
349351 IconTerminal ,
350352 IconTestPipe ,
353+ IconTextCaption ,
351354 IconTextSize ,
352355 IconTextWrap ,
353356 IconTimeDuration30 ,
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ import {
317317 IconBackslash ,
318318 IconBackspace ,
319319 IconBadge ,
320+ IconBadge2k ,
320321 IconBadge3d ,
321322 IconBadge4k ,
322323 IconBadge8k ,
@@ -990,6 +991,7 @@ import {
990991 IconCameraX ,
991992 IconCamper ,
992993 IconCampfire ,
994+ IconCancel ,
993995 IconCandle ,
994996 IconCandy ,
995997 IconCandyOff ,
@@ -8363,4 +8365,6 @@ export const ALL_ICONS = {
83638365 IconZoomReset,
83648366 IconZzz,
83658367 IconZzzOff,
8368+ IconCancel,
8369+ IconBadge2k,
83668370} ;
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ export {
9090 IconAt ,
9191 IconAxisX ,
9292 IconAxisY ,
93+ IconBadge2k ,
9394 IconBaselineDensitySmall ,
9495 IconBell ,
9596 IconBlockquote ,
@@ -121,6 +122,7 @@ export {
121122 IconCalendarTime ,
122123 IconCalendarWeek ,
123124 IconCalendarX ,
125+ IconCancel ,
124126 IconCaretLeft ,
125127 IconCaretRight ,
126128 IconChartBar ,
@@ -413,6 +415,7 @@ export {
413415 IconTargetArrow ,
414416 IconTerminal ,
415417 IconTestPipe ,
418+ IconTextCaption ,
416419 IconTextSize ,
417420 IconTextWrap ,
418421 IconTimeDuration30 ,
You can’t perform that action at this time.
0 commit comments