Skip to content

Commit b4ecb67

Browse files
authored
Merge pull request #4292 from topcoder-platform/develop
PR for private profile navigation
2 parents 1dac94d + 0b9b464 commit b4ecb67

File tree

22 files changed

+3471
-3195
lines changed

22 files changed

+3471
-3195
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ workflows:
182182
branches:
183183
only:
184184
- develop
185-
- feature-contentful
186-
- hot-fix-content-at-bottom-of-challenge-details
187185
# This is beta env for production soft releases
188186
- "build-prod-beta":
189187
context : org-global

__tests__/shared/components/Leaderboard/__snapshots__/LeaderboardTable.jsx.snap

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ exports[`Matches shallow shapshot 1`] = `
6161
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-handle___1wDhG"
6262
>
6363
<a
64-
href="https://www.topcoder-dev.com/members/undefined/"
64+
href="undefined/members/undefined/"
65+
target="_blank"
6566
/>
6667
<div
6768
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
@@ -113,7 +114,8 @@ exports[`Matches shallow shapshot 1`] = `
113114
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-handle___1wDhG"
114115
>
115116
<a
116-
href="https://www.topcoder-dev.com/members/undefined/"
117+
href="undefined/members/undefined/"
118+
target="_blank"
117119
/>
118120
<div
119121
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
@@ -165,7 +167,8 @@ exports[`Matches shallow shapshot 1`] = `
165167
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-handle___1wDhG"
166168
>
167169
<a
168-
href="https://www.topcoder-dev.com/members/undefined/"
170+
href="undefined/members/undefined/"
171+
target="_blank"
169172
/>
170173
<div
171174
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"
@@ -217,7 +220,8 @@ exports[`Matches shallow shapshot 1`] = `
217220
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__col-handle___1wDhG"
218221
>
219222
<a
220-
href="https://www.topcoder-dev.com/members/undefined/"
223+
href="undefined/members/undefined/"
224+
target="_blank"
221225
/>
222226
<div
223227
className="src-shared-components-Leaderboard-LeaderboardTable-themes-___styles__winnings-info___PBqQk"

__tests__/shared/components/Leaderboard/__snapshots__/PodiumSpot.jsx.snap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ exports[`Matches shallow shapshot 1`] = `
2727
<div>
2828
<a
2929
className="src-shared-components-Leaderboard-PodiumSpot-themes-___styles__profile-link___3s9pr"
30-
href="https://www.topcoder-dev.com/members/undefined/"
30+
href="undefined/members/undefined/"
31+
target="_blank"
3132
/>
3233
</div>
3334
<div
@@ -91,7 +92,8 @@ exports[`Matches shallow shapshot 2`] = `
9192
<div>
9293
<a
9394
className="src-shared-components-Leaderboard-PodiumSpot-themes-___styles__profile-link___3s9pr"
94-
href="https://www.topcoder-dev.com/members/undefined/"
95+
href="undefined/members/undefined/"
96+
target="_blank"
9597
/>
9698
</div>
9799
<div

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exports[`Matches shallow shapshot 1`] = `
3030
}
3131
}
3232
onClick={null}
33-
openNewTab={false}
3433
plusOne={false}
3534
url="url"
3635
/>

0 commit comments

Comments
 (0)