Skip to content

Commit c96d810

Browse files
Merge pull request #5479 from topcoder-platform/develop
Release 2021/04/12 (v1.8.7)
2 parents eeaa482 + 03dbc9a commit c96d810

File tree

6 files changed

+2
-66
lines changed

6 files changed

+2
-66
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ workflows:
276276
branches:
277277
only:
278278
- develop
279+
- remove-outage-banner
279280
# This is alternate dev env for parallel testing
280281
- "build-test":
281282
context : org-global
@@ -305,6 +306,7 @@ workflows:
305306
branches:
306307
only:
307308
- develop
309+
- remove-outage-banner
308310
- "approve-smoke-test-on-staging":
309311
type: approval
310312
requires:

__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
88
<Connect(Container)
99
setFilterState={[MockFunction]}
1010
/>
11-
<div
12-
className="src-shared-components-challenge-listing-___style__outage-banner___JSVnq"
13-
>
14-
<strong>
15-
Heads up!
16-
</strong>
17-
We will be doing testing work on our Community Platform on April 12, 2021 between 8:30-10: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!
18-
</div>
1911
<div
2012
className="src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
2113
>
@@ -72,14 +64,6 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
7264
<Connect(Container)
7365
setFilterState={[MockFunction]}
7466
/>
75-
<div
76-
className="src-shared-components-challenge-listing-___style__outage-banner___JSVnq"
77-
>
78-
<strong>
79-
Heads up!
80-
</strong>
81-
We will be doing testing work on our Community Platform on April 12, 2021 between 8:30-10: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!
82-
</div>
8367
<div
8468
className="src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
8569
>

src/shared/components/challenge-listing/index.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,6 @@ export default function ChallengeListing(props) {
167167
)
168168
}
169169

170-
<div styleName="outage-banner">
171-
<strong>Heads up!</strong> We will be doing testing work on our Community Platform on
172-
April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience
173-
for our users but please be aware there may be unforeseen issues during that time.
174-
Thank you!
175-
</div>
176-
177170
<div styleName="tc-content-wrapper">
178171
<div styleName={desktop ? 'sidebar-container-desktop' : 'sidebar-container-mobile'}>
179172
<Sidebar

src/shared/components/challenge-listing/style.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,3 @@ $challenge-radius-4: $corner-radius * 2;
132132
margin-left: 3px;
133133
display: inline-block;
134134
}
135-
136-
.outage-banner {
137-
margin: 15px 15px 0 15px;
138-
padding: 10px;
139-
margin-bottom: -15px;
140-
141-
@include roboto-regular;
142-
143-
font-size: 13px;
144-
line-height: 20px;
145-
background-color: #fdf6d5;
146-
147-
strong {
148-
color: $tc-red;
149-
text-transform: uppercase;
150-
font-weight: bold;
151-
}
152-
}

src/shared/containers/challenge-detail/index.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -414,12 +414,6 @@ class ChallengeDetailPageContainer extends React.Component {
414414

415415
return (
416416
<div styleName="outer-container">
417-
<div styleName="outage-banner">
418-
<strong>Heads up!</strong> We will be doing testing work on our Community Platform on
419-
April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience
420-
for our users but please be aware there may be unforeseen issues during that time.
421-
Thank you!
422-
</div>
423417
<div styleName="challenge-detail-container" role="main">
424418
{ Boolean(isEmpty) && (
425419
<div styleName="page">

src/shared/containers/challenge-detail/styles.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,3 @@
3636
text-align: center;
3737
width: 100%;
3838
}
39-
40-
.outage-banner {
41-
margin: auto;
42-
max-width: 1240px;
43-
padding: 4 * $base-unit;
44-
width: 100%;
45-
46-
@include roboto-regular;
47-
48-
font-size: 13px;
49-
line-height: 20px;
50-
background-color: #fdf6d5;
51-
52-
strong {
53-
color: $tc-red;
54-
text-transform: uppercase;
55-
font-weight: bold;
56-
}
57-
}

0 commit comments

Comments
 (0)