diff --git a/.eslintignore b/.eslintignore index ff31ac9586..e4206e1c33 100755 --- a/.eslintignore +++ b/.eslintignore @@ -238,7 +238,6 @@ src/components/common/hooks/__tests__/FileReader.test.tsx src/components/common/icons/Icons.tsx src/components/common/lineChart/lineChart.tsx src/components/common/navigation/Navigation.tsx -src/components/common/navigation/NavigationRoutes.tsx src/components/dockerRegistry/Docker.tsx src/components/dockerRegistry/ManageRegistry.tsx src/components/dockerRegistry/service.tsx diff --git a/index.html b/index.html index a15533c575..eca39fda88 100755 --- a/index.html +++ b/index.html @@ -38,6 +38,8 @@ display: flex; justify-content: center; align-items: center; + /* cannot use --bg-primary here, so using rgb */ + background: rgb(30, 31, 40); " > diff --git a/package.json b/package.json index 119aadb6e1..27de087443 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "homepage": "/dashboard", "dependencies": { - "@devtron-labs/devtron-fe-common-lib": "1.16.0-pre-2", + "@devtron-labs/devtron-fe-common-lib": "1.16.0-pre-3", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@rjsf/core": "^5.13.3", "@rjsf/utils": "^5.13.3", diff --git a/src/App.tsx b/src/App.tsx index b88151661c..0ea469d193 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -178,9 +178,7 @@ const App = () => {
{validating ? ( -
- -
+ ) : ( renderRoutesWithErrorBoundary() )} diff --git a/src/Pages/App/CreateAppModal/ApplicationInfoForm.tsx b/src/Pages/App/CreateAppModal/ApplicationInfoForm.tsx index 2a44994e05..c3b93712a9 100644 --- a/src/Pages/App/CreateAppModal/ApplicationInfoForm.tsx +++ b/src/Pages/App/CreateAppModal/ApplicationInfoForm.tsx @@ -94,7 +94,6 @@ const ApplicationInfoForm = ({ !isJobView && 'Apps are NOT env specific and can be used to deploy to multiple environments.' } fullWidth - autoFocus />