From 74efa9957273f3e4ef18b577e7d7ab7c4dfb9b41 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 18:50:52 +0530 Subject: [PATCH 01/76] changes for #2748 --- .../components/challenge-listing/Listing/Bucket/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Listing/Bucket/style.scss b/src/shared/components/challenge-listing/Listing/Bucket/style.scss index 07d1922ac0..274c4a6d94 100644 --- a/src/shared/components/challenge-listing/Listing/Bucket/style.scss +++ b/src/shared/components/challenge-listing/Listing/Bucket/style.scss @@ -16,7 +16,7 @@ border-left: 0; border-radius: 0; border-right: 0; - color: $tc-gray-50; + color: #737373; cursor: pointer; display: block; font: 300 13px Arial, sans-serif; From 09b988800aa040b26cc8031dfa6f5fe6eaca9191 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 19:01:49 +0530 Subject: [PATCH 02/76] changes for #2751 --- src/shared/components/TopcoderFooter/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/TopcoderFooter/style.scss b/src/shared/components/TopcoderFooter/style.scss index f2cb65764c..de7eb846a7 100644 --- a/src/shared/components/TopcoderFooter/style.scss +++ b/src/shared/components/TopcoderFooter/style.scss @@ -4,7 +4,7 @@ text-align: center; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 12px; - color: $tc-gray-60; + color: #6A6A6C; } .footer { From 6704ca9aed179a0b38cbe5df6700a33cc709b465 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 19:06:04 +0530 Subject: [PATCH 03/76] changes for #2750 --- .../challenge-listing/Sidebar/BucketSelector/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Sidebar/BucketSelector/style.scss b/src/shared/components/challenge-listing/Sidebar/BucketSelector/style.scss index fd0b26af76..efd5bab961 100644 --- a/src/shared/components/challenge-listing/Sidebar/BucketSelector/style.scss +++ b/src/shared/components/challenge-listing/Sidebar/BucketSelector/style.scss @@ -4,7 +4,7 @@ text-align: center; a { - color: $tc-gray-50; + color: #767676; font-size: 13px; line-height: 30px; } From e5fcddf0560464dcedb1dfa29ba71b0a7ac2c7b5 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 19:08:36 +0530 Subject: [PATCH 04/76] lint update --- src/shared/components/TopcoderFooter/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/TopcoderFooter/style.scss b/src/shared/components/TopcoderFooter/style.scss index de7eb846a7..c5745d8f29 100644 --- a/src/shared/components/TopcoderFooter/style.scss +++ b/src/shared/components/TopcoderFooter/style.scss @@ -4,7 +4,7 @@ text-align: center; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 12px; - color: #6A6A6C; + color: #6a6a6c; } .footer { From 2d1be4994c2835bb82e91124ae9677c648740ab3 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 19:14:22 +0530 Subject: [PATCH 05/76] changes for #2747 --- .../challenge-listing/ChallengeCard/Status/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss b/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss index 406407676d..c10f92d33d 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss +++ b/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss @@ -77,7 +77,7 @@ $status-radius-4: $corner-radius * 2; .time-left { text-align: left; - color: $tc-gray-50; + color: #767676; font-size: 12px; line-height: $status-space-15; font-weight: 400; From fc3ebc4583be3aadd80634f732429dec860a290b Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 19:25:08 +0530 Subject: [PATCH 06/76] changes for #2749 --- .../challenge-listing/Sidebar/BucketSelector/Bucket/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss b/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss index efb0e821aa..4d6b689901 100644 --- a/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss +++ b/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss @@ -24,7 +24,7 @@ } .right { - color: $tc-gray-50; + color: #5c5c5c; float: right; position: static; font-weight: 700; From 91ac0c8fac3f97e6779e3a77a30babc7dd4a6139 Mon Sep 17 00:00:00 2001 From: allenjuly7 Date: Fri, 19 Jul 2019 00:55:19 +0800 Subject: [PATCH 07/76] fix #2865 --- src/shared/components/TopcoderFooter/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/components/TopcoderFooter/index.jsx b/src/shared/components/TopcoderFooter/index.jsx index 358e6b7238..0628ea893d 100644 --- a/src/shared/components/TopcoderFooter/index.jsx +++ b/src/shared/components/TopcoderFooter/index.jsx @@ -35,7 +35,7 @@ export default function TopcoderFooter() { return (

From 279d2215f9c36bf34b5ccb92746ae2ab10ea2b4b Mon Sep 17 00:00:00 2001 From: Romit Choudhary Date: Thu, 18 Jul 2019 22:29:46 +0530 Subject: [PATCH 08/76] added proper hyperlink text --- .../challenge-detail/Specification/SideBar/index.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx index acede5ae5e..9e455c869d 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx +++ b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx @@ -221,10 +221,9 @@ Fonts, Stock Photos, and Icons: All fonts, stock photos, and icons within your design must be declared when you submit. DO NOT include any 3rd party files in your submission or source files. - Read about the policy {' '} - here. + Read about the policy here.

@@ -235,10 +234,9 @@ Screening: holder picks winners. Don {"'"} t let your hard work go to waste. - Learn more about how to pass screening {' '} - here. + Learn more about how to pass screening here.

From dccf7d2e9d4cdfba031653a21a41d2b2d5ae41cf Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 22:48:11 +0530 Subject: [PATCH 09/76] changes for #2842 --- .../components/SubmissionPage/FilestackFilePicker/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss index 193e41e414..37cb8f8bbc 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss @@ -24,7 +24,7 @@ p { font-size: 15px; - color: #888894; + color: #737380; line-height: 25px; flex-basis: 0; flex-grow: 1; From 025494adfa17e0bc92604a63cdfb4b30e8f1fd5c Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 23:05:19 +0530 Subject: [PATCH 10/76] changes for #2752 --- src/shared/components/TopcoderFooter/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/TopcoderFooter/style.scss b/src/shared/components/TopcoderFooter/style.scss index f2cb65764c..250b2ef368 100644 --- a/src/shared/components/TopcoderFooter/style.scss +++ b/src/shared/components/TopcoderFooter/style.scss @@ -4,7 +4,7 @@ text-align: center; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 12px; - color: $tc-gray-60; + color: #919191; } .footer { From 728a1ae16e45d2fb6358f6c52d7744b85f664a1f Mon Sep 17 00:00:00 2001 From: Romit Choudhary Date: Thu, 18 Jul 2019 23:09:01 +0530 Subject: [PATCH 11/76] added border on view more challenges button focus state --- .../components/challenge-listing/Listing/Bucket/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/shared/components/challenge-listing/Listing/Bucket/style.scss b/src/shared/components/challenge-listing/Listing/Bucket/style.scss index 07d1922ac0..3c0ba56fac 100644 --- a/src/shared/components/challenge-listing/Listing/Bucket/style.scss +++ b/src/shared/components/challenge-listing/Listing/Bucket/style.scss @@ -26,3 +26,8 @@ text-transform: none; width: 100%; } + +.view-more:focus { + border: 3px solid #79a3ef; + border-radius: 4px; +} From 265c040b0226cf9a465e54374c5f3f7883d3311e Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 23:16:03 +0530 Subject: [PATCH 12/76] changes for #2797 --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index 438ad98832..a806a9fee4 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: $tc-green; + background: #3F850A; font-style: roboto; font-weight: 700; font-size: 13px; From ce7487ae8c0551035967709bbacc2405ffee14ca Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 23:16:51 +0530 Subject: [PATCH 13/76] changes for #2797 --- .../challenge-detail/Specification/SideBar/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss index a806a9fee4..5846a1c1c7 100644 --- a/src/shared/components/challenge-detail/Specification/SideBar/styles.scss +++ b/src/shared/components/challenge-detail/Specification/SideBar/styles.scss @@ -31,7 +31,7 @@ } .tctooltip { - background: #3F850A; + background: #3f850a; font-style: roboto; font-weight: 700; font-size: 13px; From 4f5495fa954272697ca7e1463c46416988efc6ce Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 23:28:26 +0530 Subject: [PATCH 14/76] changes for #2741 --- .../challenge-listing/Sidebar/BucketSelector/Bucket/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss b/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss index efb0e821aa..e8f5cff7ee 100644 --- a/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss +++ b/src/shared/components/challenge-listing/Sidebar/BucketSelector/Bucket/style.scss @@ -14,7 +14,6 @@ color: $tc-black; border-radius: 2 * $corner-radius; cursor: pointer; - outline: none; padding: 0 2 * $base-unit 0 3 * $base-unit; @include xs-to-sm { From 565c5248fb469c62ce041aa76df5ab0354ca8e9f Mon Sep 17 00:00:00 2001 From: Romit Choudhary Date: Fri, 19 Jul 2019 00:05:25 +0530 Subject: [PATCH 15/76] proper name read out when hover on join or login button --- .../components/TopcoderHeader/__snapshots__/Auth.jsx.snap | 8 -------- src/shared/components/TopcoderHeader/Auth/index.jsx | 4 ---- 2 files changed, 12 deletions(-) diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap index a82356787c..c40aa5a704 100644 --- a/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap @@ -3,10 +3,6 @@ exports[`Snapshot match 1`] = `

{ event.stopPropagation(); }} - onKeyPress={null} - role="button" - tabIndex="0" > Date: Fri, 19 Jul 2019 00:12:00 +0530 Subject: [PATCH 16/76] changes for #2821 --- src/assets/images/icon-arrow-down.svg | 2 +- src/assets/images/icon-arrow-up.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/images/icon-arrow-down.svg b/src/assets/images/icon-arrow-down.svg index 3cdc1aa640..f98b0cdcf2 100644 --- a/src/assets/images/icon-arrow-down.svg +++ b/src/assets/images/icon-arrow-down.svg @@ -1,5 +1,5 @@ - + + {numSubmissions} From 867a20f2b71b317f8d2501fb4f6b5ea8dd3aba2b Mon Sep 17 00:00:00 2001 From: allenjuly7 Date: Fri, 19 Jul 2019 08:56:53 +0800 Subject: [PATCH 18/76] update snapshot --- .../shared/components/__snapshots__/TopcoderFooter.jsx.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap b/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap index 806c785a9e..0db68ec959 100644 --- a/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap +++ b/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap @@ -5,7 +5,7 @@ exports[`Matches shallow shapshot 1`] = ` className="src-shared-components-TopcoderFooter-___style__footer___28yQ6" >
Date: Fri, 19 Jul 2019 06:29:43 +0530 Subject: [PATCH 19/76] Update style.scss --- .../challenge-listing/Filters/FiltersCardsType/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss b/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss index ffdb684f88..b67ec771eb 100644 --- a/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss +++ b/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss @@ -15,7 +15,7 @@ $type-radius-4: $corner-radius * 2; height: $type-space-60; font-size: 20px; - color: $tc-dark-blue-70; + color: #006FEB; cursor: pointer; line-height: $type-space-60; display: inline-block; @@ -34,7 +34,7 @@ $type-radius-4: $corner-radius * 2; } &:visited { - color: $tc-dark-blue-70; + color: #006FEB; } &:hover { From ac2dc2ec50b4288886eb19e43d4c4d1735fe6cd2 Mon Sep 17 00:00:00 2001 From: gets0ul Date: Fri, 19 Jul 2019 08:44:39 +0700 Subject: [PATCH 20/76] Fix event title --- src/assets/images/tco19_logo_black.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/images/tco19_logo_black.svg b/src/assets/images/tco19_logo_black.svg index f47126c6a4..02102ed278 100644 --- a/src/assets/images/tco19_logo_black.svg +++ b/src/assets/images/tco19_logo_black.svg @@ -1,7 +1,7 @@ - 4B44DA3B-3D5C-451B-9F77-812298E66E52 + Topcoder Open 2019 Created with sketchtool. From 6d1aba0d20e9b47d95bfba9d22673686895f0034 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Fri, 19 Jul 2019 13:00:06 +0530 Subject: [PATCH 21/76] changes for MSFT214 --- .../challenge-listing/Filters/_fix_DateInput__input.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Filters/_fix_DateInput__input.css b/src/shared/components/challenge-listing/Filters/_fix_DateInput__input.css index fb907d86d2..f759e9f39e 100644 --- a/src/shared/components/challenge-listing/Filters/_fix_DateInput__input.css +++ b/src/shared/components/challenge-listing/Filters/_fix_DateInput__input.css @@ -30,7 +30,6 @@ .CalendarDay { vertical-align: middle; - outline: none; font-size: 15px; font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 400; From 050fb4d50593800fb3eb907fcf030f5c6b37b041 Mon Sep 17 00:00:00 2001 From: PrakashDurlabhji Date: Fri, 19 Jul 2019 13:58:21 +0530 Subject: [PATCH 22/76] Update style.scss --- .../challenge-listing/Filters/FiltersCardsType/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss b/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss index b67ec771eb..a88ccd59cd 100644 --- a/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss +++ b/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss @@ -15,7 +15,7 @@ $type-radius-4: $corner-radius * 2; height: $type-space-60; font-size: 20px; - color: #006FEB; + color: #006feb; cursor: pointer; line-height: $type-space-60; display: inline-block; @@ -34,7 +34,7 @@ $type-radius-4: $corner-radius * 2; } &:visited { - color: #006FEB; + color: #006feb; } &:hover { From 04461aa19e27b7c26c36700d48757d66e19382f7 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Fri, 19 Jul 2019 14:04:27 +0530 Subject: [PATCH 23/76] changes for MSFT37 --- .../challenge-listing/Filters/ChallengeFilters.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/components/challenge-listing/Filters/ChallengeFilters.jsx b/src/shared/components/challenge-listing/Filters/ChallengeFilters.jsx index d9a3ce9a3d..2e555c2150 100644 --- a/src/shared/components/challenge-listing/Filters/ChallengeFilters.jsx +++ b/src/shared/components/challenge-listing/Filters/ChallengeFilters.jsx @@ -76,21 +76,21 @@ export default function ChallengeFilters({ isCardTypeSet === 'Challenges' ? ( - + switchTrack(TRACKS.DESIGN, on)} /> - + switchTrack(TRACKS.DEVELOP, on)} /> - + Date: Fri, 19 Jul 2019 14:18:05 +0530 Subject: [PATCH 24/76] update test --- .../Filters/__snapshots__/ChallengeFilters.jsx.snap | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap index 42666c02e2..186ea56a9f 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap @@ -108,7 +108,10 @@ exports[`Matches shallow shapshot shapshot 2`] = ` /> Date: Fri, 19 Jul 2019 14:28:34 +0530 Subject: [PATCH 25/76] update test --- .../Filters/__snapshots__/ChallengeFilters.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap index 186ea56a9f..f9500fe0e6 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeFilters.jsx.snap @@ -111,7 +111,7 @@ exports[`Matches shallow shapshot shapshot 2`] = ` aria-checked={false} aria-label="Filter" className="src-shared-components-challenge-listing-Filters-___ChallengeFilters__filter-switch-with-label___21Ups" - role="switch" + role="switch" > Date: Fri, 19 Jul 2019 17:25:27 +0530 Subject: [PATCH 26/76] issue 2786 fix --- .../Filters/__snapshots__/FiltersPanel.jsx.snap | 14 ++++++++------ .../Filters/FiltersPanel/index.jsx | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap index a8b558a6b0..0f23ff7eb3 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap @@ -84,11 +84,12 @@ exports[`Matches shallow shapshot 1`] = ` options={ Array [ Object { - "label":
- Sample community -
, + "label": "Sample community", "name": "Sample community", "value": "123", + "data":
+ Sample community +
}, ] } @@ -299,11 +300,12 @@ exports[`Matches shallow shapshot 2`] = ` options={ Array [ Object { - "label":
- Sample community -
, + "label": "Sample community", "name": "Sample community", "value": "123", + "data":
+ Sample community +
}, ] } diff --git a/src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx b/src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx index e8e6614abd..c4f6f07fea 100644 --- a/src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx +++ b/src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx @@ -180,9 +180,10 @@ challenges in this sub community const communityOps = communityFilters.filter(community => !community.hidden) .map(community => ({ - label: getLabel(community), + label: community.communityName, value: community.communityId, name: community.communityName, + data: getLabel(community), })); const disableClearSaveFilterButtons = isSavingFilter || ( From 37a53cae2e040e40bc250e05a63d6def026aaf7d Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Fri, 19 Jul 2019 17:43:45 +0530 Subject: [PATCH 27/76] test fix --- .../Filters/__snapshots__/FiltersPanel.jsx.snap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap index 0f23ff7eb3..56f3b49c24 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap @@ -84,12 +84,12 @@ exports[`Matches shallow shapshot 1`] = ` options={ Array [ Object { + "data":
+ Sample community +
, "label": "Sample community", "name": "Sample community", "value": "123", - "data":
- Sample community -
}, ] } @@ -300,12 +300,12 @@ exports[`Matches shallow shapshot 2`] = ` options={ Array [ Object { + "data":
+ Sample community +
, "label": "Sample community", "name": "Sample community", "value": "123", - "data":
- Sample community -
}, ] } From ca1665f0ad8fde42a822e24bf57872572dd8782a Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Fri, 19 Jul 2019 21:17:56 +0530 Subject: [PATCH 28/76] 2885 fix --- src/shared/components/ProfilePage/Header/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/ProfilePage/Header/styles.scss b/src/shared/components/ProfilePage/Header/styles.scss index 6d753de4fc..e0dfffbc16 100644 --- a/src/shared/components/ProfilePage/Header/styles.scss +++ b/src/shared/components/ProfilePage/Header/styles.scss @@ -151,7 +151,7 @@ .link:visited { @include sofia-pro-regular; - color: $tc-dark-blue-70; + color: $tc-gray-75; font-size: 12px; line-height: 14px; text-decoration: none; From 37cd47675638c56774a2d9200159e9a8818b3c70 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Sat, 20 Jul 2019 00:35:23 +0530 Subject: [PATCH 29/76] changes for MSFT-16 --- src/shared/components/TopcoderHeader/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/TopcoderHeader/index.jsx b/src/shared/components/TopcoderHeader/index.jsx index 8bbadc5b75..450c415259 100644 --- a/src/shared/components/TopcoderHeader/index.jsx +++ b/src/shared/components/TopcoderHeader/index.jsx @@ -348,7 +348,7 @@ export default class TopcoderHeader extends React.Component { }} >
- +