frontend: add and use charts colors #6080
Annotations
8 errors and 4 warnings
build
Property 'charts' is missing in type '{ neutral: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; A100: string; A200: string; A400: string; A700: string; }; blue: { 50: string; ... 12 more ...; A700: string; }; green: { ...; }; amber: { ...; }; red: { ...; }; }' but required in type 'ClutchColors'.
|
build
Property 'charts' is missing in type '{ neutral: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; A100: string; A200: string; A400: string; A700: string; }; blue: { 50: string; ... 12 more ...; A700: string; }; green: { ...; }; amber: { ...; }; red: { ...; }; }' but required in type 'ClutchColors'.
|
build
Module '"./colors"' declares 'clutchChartColors' locally, but it is not exported.
|
build
Process completed with exit code 1.
|
|
|
lint:
frontend/packages/core/src/Theme/theme.tsx#L10
'clutchChartColors' is defined but never used
|
lint
Process completed with exit code 2.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test unit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test e2e
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|