Add ApplicationCreate
page for new application creation
#588
Annotations
5 errors and 11 warnings
Check Typescript
Type 'string' is not assignable to type 'number'.
|
Check Typescript
Property 'DELETING' is missing in type '{ STARTING: string; STARTED: string; STOPPING: string; STOPPED: string; ERROR: string; }' but required in type 'Record<ApplicationDeploymentStatus, string>'.
|
Check Typescript
Argument of type '{ STARTING: { id: string; defaultMessage: string; }; STARTED: { id: string; defaultMessage: string; }; STOPPING: { id: string; defaultMessage: string; }; STOPPED: { id: string; defaultMessage: string; }; ERROR: { ...; }; }' is not assignable to parameter of type 'Record<ApplicationDeploymentStatus, MessageDescriptor>'.
|
Check Typescript
Element implicitly has an 'any' type because expression of type 'ApplicationDeploymentStatus' can't be used to index type 'Record<K, T>'.
|
Check Typescript
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check linting:
frontend/src/Navigation.tsx#L147
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/Navigation.tsx#L147
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/components/Table.tsx#L60
Unexpected any. Specify a different type
|
Check linting:
frontend/src/components/Table.tsx#L170
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/components/UpdateTargetStatus.tsx#L105
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/components/UpdateTargetsTable.tsx#L324
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/contexts/Auth.tsx#L208
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/contexts/Auth.tsx#L208
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/i18n/index.tsx#L87
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
frontend/src/i18n/index.tsx#L87
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading