Skip to content

Commit ce9e48c

Browse files
Merge pull request #6858 from topcoder-platform/develop
Release v1.21.10 - Product updates to sunset TCO
2 parents 306263a + 06c0cdf commit ce9e48c

File tree

11 files changed

+3
-610
lines changed

11 files changed

+3
-610
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ workflows:
356356
filters:
357357
branches:
358358
only:
359-
- free
359+
- PROD-4196
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global

__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap

-72
Original file line numberDiff line numberDiff line change
@@ -210,79 +210,7 @@ exports[`Matches shallow shapshot 2`] = `
210210
<hr
211211
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__hr___1WvP7"
212212
/>
213-
<React.Fragment>
214-
<div
215-
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__filter-row___2Vfd_ src-shared-components-challenge-listing-Filters-FiltersPanel-___style__tco-challenges-filter___3XG63"
216-
>
217-
<span
218-
aria-checked={false}
219-
aria-label="Tco eligible challenge toggle button pressed Off"
220-
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__tco-select-label___3ATak"
221-
role="switch"
222-
>
223-
<ThemedSwitchWithLabel
224-
composeAdhocTheme="deeply"
225-
composeContextTheme="softly"
226-
enabled={false}
227-
labelAfter="Only Show TCO Eligible Challenges"
228-
labelBefore=""
229-
mapThemrProps={[Function]}
230-
onSwitch={[Function]}
231-
themePriority="adhoc-context-default"
232-
/>
233-
</span>
234-
<div
235-
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__tco-challenge-tooltip___17i7n"
236-
>
237-
<Tooltip
238-
align={Object {}}
239-
className=""
240-
content={
241-
<div
242-
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__tctooltiptext___2Lyji"
243-
>
244-
<p>
245-
Earn TCO points by participating in these
246-
<br />
247-
challenges.
248-
<a
249-
href="https://www.topcoder-dev.com/community/member-programs/topcoder-open"
250-
rel="noreferrer noopener"
251-
target="_blank"
252-
>
253-
Learn more about TCO
254-
</a>
255-
</p>
256-
</div>
257-
}
258-
defaultVisible={false}
259-
id="tco-tip"
260-
onTooltipHover={[Function]}
261-
placeArrow={[Function]}
262-
position="top"
263-
suppressDiv={false}
264-
trigger={
265-
Array [
266-
"hover",
267-
"focus",
268-
]
269-
}
270-
>
271-
<CircleIcon
272-
fill="none"
273-
height="14"
274-
viewBox="0 0 14 14"
275-
width="14"
276-
xmlns="http://www.w3.org/2000/svg"
277-
/>
278-
</Tooltip>
279-
</div>
280-
</div>
281-
</React.Fragment>
282213
</div>
283-
<hr
284-
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__hr___1WvP7"
285-
/>
286214
<div
287215
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__buttons___2r3xW"
288216
>

src/shared/components/Dashboard/TCOLeaderboards/index.jsx

-109
This file was deleted.

src/shared/components/Dashboard/TCOLeaderboards/styles.scss

-199
This file was deleted.

0 commit comments

Comments
 (0)