From f5a618319a06843f20a2f68736045fd93c05742f Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 21 Jan 2026 17:27:21 -0500 Subject: [PATCH] feature/IO-3499-React-19 Checkpoint --- .circleci/config.yml | 6 +++--- client/.env.test.imex | 6 +++--- .../production-list-columns.comment.component.jsx | 15 ++------------- ...tion-list-columns.productionnote.component.jsx | 9 +-------- client/src/utils/GraphQLClient.js | 6 +++++- 5 files changed, 14 insertions(+), 28 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c9f1e70f..a242a62fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -252,11 +252,11 @@ jobs: name: Execute migration command: | curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash - hasura migrate apply --endpoint https://db.test.bodyshop.app/ --admin-secret << parameters.secret >> + hasura migrate apply --endpoint https://db.test.imex.online/ --admin-secret << parameters.secret >> sleep 15 - hasura metadata apply --endpoint https://db.test.bodyshop.app/ --admin-secret << parameters.secret >> + hasura metadata apply --endpoint https://db.test.imex.online/ --admin-secret << parameters.secret >> sleep 30 - hasura metadata reload --endpoint https://db.test.bodyshop.app/ --admin-secret << parameters.secret >> + hasura metadata reload --endpoint https://db.test.imex.online/ --admin-secret << parameters.secret >> - jira/notify: environment: Test (ImEX) - Hasura environment_type: testing diff --git a/client/.env.test.imex b/client/.env.test.imex index 0afecd91b..c4d84b546 100644 --- a/client/.env.test.imex +++ b/client/.env.test.imex @@ -1,5 +1,5 @@ -VITE_APP_GRAPHQL_ENDPOINT=https://db.test.bodyshop.app/v1/graphql -VITE_APP_GRAPHQL_ENDPOINT_WS=wss://db.test.bodyshop.app/v1/graphql +VITE_APP_GRAPHQL_ENDPOINT=https://db.test.imex.online/v1/graphql +VITE_APP_GRAPHQL_ENDPOINT_WS=wss://db.test.imex.online/v1/graphql VITE_APP_GA_CODE=231099835 VITE_APP_FIREBASE_CONFIG={ "apiKey":"AIzaSyBw7_GTy7GtQyfkIRPVrWHEGKfcqeyXw0c", "authDomain":"imex-test.firebaseapp.com", "projectId":"imex-test", "storageBucket":"imex-test.appspot.com", "messagingSenderId":"991923618608", "appId":"1:991923618608:web:633437569cdad78299bef5", "measurementId":"G-TW0XLZEH18"} VITE_APP_CLOUDINARY_ENDPOINT_API=https://api.cloudinary.com/v1_1/bodyshop @@ -16,4 +16,4 @@ VITE_APP_INSTANCE=IMEX VITE_PUBLIC_POSTHOG_KEY=phc_xtLmBIu0rjWwExY73Oj5DTH1bGbwq1G1Y8jnlTceien VITE_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com VITE_APP_AMP_URL=https://vp8k908qy2.execute-api.ca-central-1.amazonaws.com -VITE_APP_AMP_KEY=6228a598e57cd66875cfd41604f1f891 \ No newline at end of file +VITE_APP_AMP_KEY=6228a598e57cd66875cfd41604f1f891 diff --git a/client/src/components/production-list-columns/production-list-columns.comment.component.jsx b/client/src/components/production-list-columns/production-list-columns.comment.component.jsx index 53b51d34f..c52e107a9 100644 --- a/client/src/components/production-list-columns/production-list-columns.comment.component.jsx +++ b/client/src/components/production-list-columns/production-list-columns.comment.component.jsx @@ -43,11 +43,7 @@ export default function ProductionListColumnComment({ record }) { }; const content = ( -
e.stopPropagation()} - onClick={(e) => e.stopPropagation()} - > +
e.stopPropagation()} onClick={(e) => e.stopPropagation()}> trigger.parentElement} - > +
trigger.parentElement} - > +