diff --git a/.circleci/config.yml b/.circleci/config.yml
index 21613be979..0dc0f8c4c6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -276,28 +276,28 @@ workflows:
branches:
only:
- develop
- - feature/recommender-sync-develop
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
filters:
branches:
- only:
- - FAQ-theme
+ only:
+ - free
+
# This is alternate dev env for parallel testing
- "build-qa":
context : org-global
filters:
branches:
only:
- - bug-bash
+ - free
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
filters:
branches:
only:
- - bug-bash
+ - free
# This is stage env for production QA releases
- "build-prod-staging":
context : org-global
@@ -305,7 +305,6 @@ workflows:
branches:
only:
- develop
- - feature/recommender-sync-develop
- "approve-smoke-test-on-staging":
type: approval
requires:
diff --git a/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap b/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap
index 351bba4c01..65f45cfc49 100644
--- a/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap
+++ b/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap
@@ -8,6 +8,14 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
+
+
+ Heads up!
+
+ We will be doing testing work on our Community Platform on April 12, 2021 between 7:30-9:30 UTC-4. We will do our best to ensure a smooth experience for our users but please be aware there may be unforeseen issues during that time. Thank you!
+
+
+ Heads up!
+
+ We will be doing testing work on our Community Platform on April 12, 2021 between 7:30-9:30 UTC-4. We will do our best to ensure a smooth experience for our users but please be aware there may be unforeseen issues during that time. Thank you!
+
Looks like there is a problem on our end. Please try again. If this persists please contact support@topcoder.com.
Please send us an email at gigwork@topcoder.com with the subject ‘Gig Error’ and paste the URL for the gig you are attempting to apply for so that we know of your interest.
diff --git a/src/shared/components/Gigs/LoginModal/index.jsx b/src/shared/components/Gigs/LoginModal/index.jsx
index 7bc255789b..673a390a7f 100644
--- a/src/shared/components/Gigs/LoginModal/index.jsx
+++ b/src/shared/components/Gigs/LoginModal/index.jsx
@@ -1,3 +1,4 @@
+/* eslint-disable max-len */
/**
* The modal used for login enforcing
*/
@@ -8,7 +9,11 @@ import PT from 'prop-types';
import React from 'react';
import { Modal, PrimaryButton } from 'topcoder-react-ui-kit';
import { config } from 'topcoder-react-utils';
+import SVG from 'react-inlinesvg';
+import MediaQuery from 'react-responsive';
import tc from 'components/buttons/themed/tc.scss';
+import ThinkingFaceMobile from 'assets/images/thinking-face-mobile.svg';
+import ThinkingFace from 'assets/images/thinking-face-laptop-tablet.svg';
import modalStyle from './modal.scss';
/** Themes for buttons
@@ -19,6 +24,12 @@ const buttonThemes = {
tc,
};
+const blobYellow = 'https://images.ctfassets.net/b5f1djy59z3a/3wYRUnrUj3v765abrGRwlM/b0f9b49b4f49dc163e6913559a19b9e3/blob-yellow.svg';
+const progressBar = 'https://images.ctfassets.net/b5f1djy59z3a/2BX7LOrvVzKEarIJ8boCFm/bba0dd3e0180d2dc355809e6c1954631/progress-bar.svg';
+const progressBarMid = 'https://images.ctfassets.net/b5f1djy59z3a/517ZRt9geweW3QTtzlUqJu/11e33e876426f97e0725ba5fff9755f8/progress-bar-mid.svg';
+const progressBarXS = 'https://images.ctfassets.net/b5f1djy59z3a/6QxH7uVKCngtzBaXDn3Od1/3e0222a1ce773cead3f3a45f291f43a6/progress-bar-mobile.svg';
+const blobPurple = 'https://images.ctfassets.net/b5f1djy59z3a/1ZRCwp1uoShcES16lQmeu/ba084734120ffedebcb92b4e3fa2d667/blob-purple.svg';
+
function LoginModal({ retUrl, onCancel }) {
return (
-
WARNING
-
You must be a Topcoder member to apply!
+
+
YAY! You are almost done!
+
+ Looks like you're not a Topcoder member yet. Or maybe
+ you're not logged in?
+ It's quick to register and it's free!
+
+ Heads up! We will be doing testing work on our Community Platform on
+ April 12, 2021 between 7:30-9:30 UTC-4. We will do our best to ensure a smooth experience
+ for our users but please be aware there may be unforeseen issues during that time.
+ Thank you!
+
+
+
+ Heads up! We will be doing testing work on our Community Platform on
+ April 12, 2021 between 7:30-9:30 UTC-4. We will do our best to ensure a smooth experience
+ for our users but please be aware there may be unforeseen issues during that time.
+ Thank you!
+