From 07c5d5487e1c69ef706a68b3c9d98dd3e6a85aec Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 10:37:31 +0530 Subject: [PATCH 01/26] Merge pull request #2917 from r0hit-gupta/msft25 MSFT-25 --- .../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..d3f52949c2 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: $tc-gray-60; cursor: pointer; display: block; font: 300 13px Arial, sans-serif; From a8f6c3a54e5f9479332a92d6776a12296c0e9434 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 21:19:25 +0530 Subject: [PATCH 02/26] merged --- src/shared/components/TopcoderFooter/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/TopcoderFooter/style.scss b/src/shared/components/TopcoderFooter/style.scss index c2e1ace6f4..8e3fa58184 100644 --- a/src/shared/components/TopcoderFooter/style.scss +++ b/src/shared/components/TopcoderFooter/style.scss @@ -6,6 +6,7 @@ font-size: 12px; color: $tc-gray-60; color: $tc-gray-40; + color: $tc-gray-30; } .footer { From 43356bfa50056bce03fe7096397ddfbfc89bd0a4 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 12:53:19 +0530 Subject: [PATCH 03/26] Merge pull request #2921 from r0hit-gupta/msft18 MSFT-18 --- src/shared/components/TopcoderHeader/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/TopcoderHeader/style.scss b/src/shared/components/TopcoderHeader/style.scss index 8df22e0020..af7643d0f0 100644 --- a/src/shared/components/TopcoderHeader/style.scss +++ b/src/shared/components/TopcoderHeader/style.scss @@ -34,7 +34,7 @@ } .main-menu-item { - color: $tc-gray-40; + color: $tc-gray-60; cursor: pointer; display: inline-block; font-size: 14px; From f0e74043684d8a5be7f22492606b3704eb6bf68a Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 22:13:48 +0530 Subject: [PATCH 04/26] Merge pull request #2922 from r0hit-gupta/msft26 MSFT-26 --- .../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..05446fd683 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: $tc-gray-70; float: right; position: static; font-weight: 700; From 8ca7afaef2c2e6c13d5ccf94686282c5ea85dde0 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 23:38:15 +0530 Subject: [PATCH 05/26] Merge pull request #2934 from romitgit/MSFT-178-Issue#2850 MSFT 178 issue#2850 - 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 d3f52949c2..f848ab1aab 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 4cceefd2241eda9e8bc55b20fa9bc3071de8b234 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 10:37:31 +0530 Subject: [PATCH 06/26] Merge pull request #2917 from r0hit-gupta/msft25 MSFT-25 --- .../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..d3f52949c2 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: $tc-gray-60; cursor: pointer; display: block; font: 300 13px Arial, sans-serif; From 79567e02b551332213630b6fcec6538fb01c9f72 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 21:19:25 +0530 Subject: [PATCH 07/26] merged style.scss --- src/shared/components/TopcoderFooter/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/shared/components/TopcoderFooter/style.scss b/src/shared/components/TopcoderFooter/style.scss index c2e1ace6f4..d582a2c41f 100644 --- a/src/shared/components/TopcoderFooter/style.scss +++ b/src/shared/components/TopcoderFooter/style.scss @@ -4,8 +4,12 @@ text-align: center; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 12px; +<<<<<<< HEAD color: $tc-gray-60; color: $tc-gray-40; +======= + color: $tc-gray-30; +>>>>>>> a5244bf6c... Merge pull request #2918 from r0hit-gupta/msft-29 } .footer { From 11da147fc738745f077fb08799a27f3b25139bab Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 21:37:53 +0530 Subject: [PATCH 08/26] Merge pull request #2919 from r0hit-gupta/msft28 MSFT-28 --- .../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..fc29ce170f 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: $tc-gray-60; font-size: 13px; line-height: 30px; } From 0d9cbac1e01887e64aedec3acc3c93b08f419ee5 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 12:53:19 +0530 Subject: [PATCH 09/26] Merge pull request #2921 from r0hit-gupta/msft18 MSFT-18 --- src/shared/components/TopcoderHeader/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/TopcoderHeader/style.scss b/src/shared/components/TopcoderHeader/style.scss index 8df22e0020..af7643d0f0 100644 --- a/src/shared/components/TopcoderHeader/style.scss +++ b/src/shared/components/TopcoderHeader/style.scss @@ -34,7 +34,7 @@ } .main-menu-item { - color: $tc-gray-40; + color: $tc-gray-60; cursor: pointer; display: inline-block; font-size: 14px; From 7a97d25a8439aa514f55fa54ee81543e4c7787b6 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 21:19:25 +0530 Subject: [PATCH 10/26] merged style.scss --- src/shared/components/TopcoderFooter/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/shared/components/TopcoderFooter/style.scss b/src/shared/components/TopcoderFooter/style.scss index d582a2c41f..e1473f301b 100644 --- a/src/shared/components/TopcoderFooter/style.scss +++ b/src/shared/components/TopcoderFooter/style.scss @@ -4,12 +4,16 @@ text-align: center; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 12px; +<<<<<<< HEAD <<<<<<< HEAD color: $tc-gray-60; color: $tc-gray-40; ======= color: $tc-gray-30; >>>>>>> a5244bf6c... Merge pull request #2918 from r0hit-gupta/msft-29 +======= + color: $tc-gray-30; +>>>>>>> a5244bf6c... Merge pull request #2918 from r0hit-gupta/msft-29 } .footer { From 113bb5e520fa997835dbe94b34c6ca3ec28fe2a5 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 22:13:48 +0530 Subject: [PATCH 11/26] Merge pull request #2922 from r0hit-gupta/msft26 MSFT-26 --- .../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..05446fd683 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: $tc-gray-70; float: right; position: static; font-weight: 700; From ab487b9feb3aa1d3d1bc76c005af25a3b5bbe278 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 23:38:15 +0530 Subject: [PATCH 12/26] Merge pull request #2934 from romitgit/MSFT-178-Issue#2850 MSFT 178 issue#2850 - 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 d3f52949c2..f848ab1aab 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 d10c15515e6351d0e4390923a3f544e92606ee57 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 13:29:27 +0530 Subject: [PATCH 13/26] Merge pull request #2936 from PrakashDurlabhji/issue_2837 issue 2837 fix --- .../components/TopcoderHeader/__snapshots__/index.jsx.snap | 6 ++++++ src/shared/components/TopcoderHeader/index.jsx | 2 ++ 2 files changed, 8 insertions(+) diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap index c8d287309f..be3a03705b 100644 --- a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap @@ -70,6 +70,8 @@ exports[`Default render 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} onTouchStart={[Function]} + role="button" + tabIndex={0} > !isMobile && openSearch(event.target)} From ab6a37ae2234bed81c429f6c6e9b408517298f3d Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 13:29:27 +0530 Subject: [PATCH 14/26] Merge pull request #2936 from PrakashDurlabhji/issue_2837 issue 2837 fix From e8438a533ceaf8b15bde4b7d082df4101af4a70e Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Sat, 20 Jul 2019 22:01:23 +0530 Subject: [PATCH 15/26] Merge pull request #2938 from r0hit-gupta/msft33 MSFT-33 --- .../Filters/__snapshots__/FiltersSwitch.jsx.snap | 4 ++++ .../challenge-listing/Filters/FiltersSwitch/index.jsx | 2 ++ 2 files changed, 6 insertions(+) diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap index e10d3de55d..af45bddba3 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap @@ -5,6 +5,8 @@ exports[`Matches shallow shapshot 1`] = ` className="tc-outline-btn name src-shared-components-challenge-listing-Filters-FiltersSwitch-___style__FiltersSwitch___2ixiH" onClick={[Function]} onKeyPress={[Function]} + role="button" + tabIndex={0} > (onSwitch ? onSwitch(!active) : null)} onKeyPress={() => (onSwitch ? onSwitch(!active) : null)} From 917c3110229c6b564f81dd8d34e084a969bf585c Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Sat, 20 Jul 2019 21:59:53 +0530 Subject: [PATCH 16/26] Merge pull request #2943 from PrakashDurlabhji/issue_2754 issue 2754 fix --- .../__snapshots__/index.jsx.snap | 42 ++++++++++++++++--- .../components/TopcoderHeader/index.jsx | 2 +- 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap index be3a03705b..d5e47f5d3f 100644 --- a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap @@ -29,7 +29,12 @@ exports[`Default render 1`] = ` onMouseLeave={[Function]} onTouchStart={[Function]} > - Compete + + Compete +
  • - Community + + Community +
  • - Compete + + Compete +
  • - Community + + Community +
  • - Compete + + Compete +
  • - Community + + Community +
  • {item.title} - ) : item.title} + ) : {item.title}} ); }); From 6a0de3dcf9ae1c6d8ede1da958c59f7dad11cd52 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 00:11:01 +0530 Subject: [PATCH 17/26] Merge pull request #2945 from PrakashDurlabhji/issue_2835 issue 2835 fix --- .../challenge-listing/ChallengeCard/NumRegistrants/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/challenge-listing/ChallengeCard/NumRegistrants/index.jsx b/src/shared/components/challenge-listing/ChallengeCard/NumRegistrants/index.jsx index 8d96c18f22..0f58e791fb 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/NumRegistrants/index.jsx +++ b/src/shared/components/challenge-listing/ChallengeCard/NumRegistrants/index.jsx @@ -51,6 +51,7 @@ export default function NumRegistrants({ )} styleName="link" to={link} + aria-label={`Number of registrants ${numRegistrants}`} > From a651d299021ba8f25de24f253e828d8901721b58 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Sun, 21 Jul 2019 11:25:09 +0530 Subject: [PATCH 18/26] Merge pull request #2950 from PrakashDurlabhji/issue_2886 issue 2886 fix --- .../ProfilePage/Header/__snapshots__/index.jsx.snap | 2 +- .../components/TopcoderHeader/__snapshots__/index.jsx.snap | 2 +- .../TopcoderHeader/mobile/__snapshots__/UserMenu.jsx.snap | 2 +- __tests__/shared/components/__snapshots__/Handle.jsx.snap | 2 +- src/shared/utils/tc.js | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/__tests__/shared/components/ProfilePage/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/ProfilePage/Header/__snapshots__/index.jsx.snap index ecbccfdd0d..163bb0be1b 100644 --- a/__tests__/shared/components/ProfilePage/Header/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/ProfilePage/Header/__snapshots__/index.jsx.snap @@ -21,7 +21,7 @@ exports[`renders profile about header correctly 1`] = ` className="src-shared-components-ProfilePage-Header-___styles__handle___-v11j" style={ Object { - "color": "#9D9FA0", + "color": "#555555", } } > diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap index d5e47f5d3f..36d247efaa 100644 --- a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap @@ -643,7 +643,7 @@ exports[`Render with specified profile 1`] = ` className="src-shared-components-TopcoderHeader-___style__user-menu-handle___r6kbg" style={ Object { - "color": "#9D9FA0", + "color": "#555555", } } /> diff --git a/__tests__/shared/components/TopcoderHeader/mobile/__snapshots__/UserMenu.jsx.snap b/__tests__/shared/components/TopcoderHeader/mobile/__snapshots__/UserMenu.jsx.snap index 1e0361a713..9b6a9fd282 100644 --- a/__tests__/shared/components/TopcoderHeader/mobile/__snapshots__/UserMenu.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/mobile/__snapshots__/UserMenu.jsx.snap @@ -18,7 +18,7 @@ exports[`Snapshot match 1`] = ` className="src-shared-components-TopcoderHeader-mobile-UserMenu-___style__handle___CL0Tq" style={ Object { - "color": "#9D9FA0", + "color": "#555555", } } > diff --git a/__tests__/shared/components/__snapshots__/Handle.jsx.snap b/__tests__/shared/components/__snapshots__/Handle.jsx.snap index 96c80b63ff..72b18cf621 100644 --- a/__tests__/shared/components/__snapshots__/Handle.jsx.snap +++ b/__tests__/shared/components/__snapshots__/Handle.jsx.snap @@ -6,7 +6,7 @@ exports[`Matches shallow shapshot 1`] = ` href="" style={ Object { - "color": "#9D9FA0", + "color": "#555555", "fontSize": "24px", } } diff --git a/src/shared/utils/tc.js b/src/shared/utils/tc.js index a77fdf7a0d..92c93c9ca6 100644 --- a/src/shared/utils/tc.js +++ b/src/shared/utils/tc.js @@ -98,10 +98,10 @@ export function getRatingLevel(rating) { /* TODO: The actual color values below are taken from topcoder-app. Probably, * they don't match colors in the current Topcoder style guide. */ export const RATING_COLORS = [{ - color: '#9D9FA0' /* Grey */, + color: '#555555' /* Grey */, limit: 900, }, { - color: '#69C329' /* Green */, + color: '#2D7E2D' /* Green */, limit: 1200, }, { color: '#616BD5' /* Blue */, From 56c79dbf001a364fe2f7c483a0300d159b14e1a1 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 00:24:39 +0530 Subject: [PATCH 19/26] Merge pull request #2965 from PrakashDurlabhji/issue_2786_1 issue 2786 fix --- .../Filters/__snapshots__/FiltersPanel.jsx.snap | 6 ++++-- .../challenge-listing/Filters/FiltersPanel/index.jsx | 3 ++- 2 files changed, 6 insertions(+), 3 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..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,9 +84,10 @@ exports[`Matches shallow shapshot 1`] = ` options={ Array [ Object { - "label":
    + "data":
    Sample community
    , + "label": "Sample community", "name": "Sample community", "value": "123", }, @@ -299,9 +300,10 @@ exports[`Matches shallow shapshot 2`] = ` options={ Array [ Object { - "label":
    + "data":
    Sample community
    , + "label": "Sample community", "name": "Sample community", "value": "123", }, 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 3d9f5f04b8221c36c26d2aa9f79595a0b5962572 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Sun, 21 Jul 2019 11:23:57 +0530 Subject: [PATCH 20/26] Merge pull request #2976 from gets0ul/issue-2910 Fix for Issue #2910 - Don't read out title when menu open --- src/shared/components/challenge-detail/Header/index.jsx | 5 ++++- src/shared/containers/challenge-detail/index.jsx | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/shared/components/challenge-detail/Header/index.jsx b/src/shared/components/challenge-detail/Header/index.jsx index ad77d083be..6237fa0f3d 100644 --- a/src/shared/components/challenge-detail/Header/index.jsx +++ b/src/shared/components/challenge-detail/Header/index.jsx @@ -47,6 +47,7 @@ export default function ChallengeHeader(props) { selectedView, showDeadlineDetail, hasFirstPlacement, + isMenuOpened, } = props; const { @@ -239,7 +240,7 @@ export default function ChallengeHeader(props) { return (
    -
    +
    @@ -421,6 +422,7 @@ Show Deadlines ChallengeHeader.defaultProps = { checkpoints: {}, + isMenuOpened: false, }; ChallengeHeader.propTypes = { @@ -462,4 +464,5 @@ ChallengeHeader.propTypes = { unregistering: PT.bool.isRequired, challengeSubtracksMap: PT.shape().isRequired, hasFirstPlacement: PT.bool.isRequired, + isMenuOpened: PT.bool, }; diff --git a/src/shared/containers/challenge-detail/index.jsx b/src/shared/containers/challenge-detail/index.jsx index c01abcd4f6..c595a62030 100644 --- a/src/shared/containers/challenge-detail/index.jsx +++ b/src/shared/containers/challenge-detail/index.jsx @@ -234,6 +234,7 @@ class ChallengeDetailPageContainer extends React.Component { unregisterFromChallenge, unregistering, updateChallenge, + isMenuOpened, } = this.props; const { @@ -327,6 +328,7 @@ does not exist! hasRegistered={hasRegistered} hasFirstPlacement={hasFirstPlacement} challengeSubtracksMap={challengeSubtracksMap} + isMenuOpened={isMenuOpened} /> ) } @@ -414,6 +416,7 @@ ChallengeDetailPageContainer.defaultProps = { // loadingCheckpointResults: false, results: null, terms: [], + isMenuOpened: false, }; ChallengeDetailPageContainer.propTypes = { @@ -456,6 +459,7 @@ ChallengeDetailPageContainer.propTypes = { unregisterFromChallenge: PT.func.isRequired, unregistering: PT.bool.isRequired, updateChallenge: PT.func.isRequired, + isMenuOpened: PT.bool, }; function mapStateToProps(state, props) { @@ -489,6 +493,7 @@ function mapStateToProps(state, props) { specsTabState: state.page.challengeDetails.specsTabState, terms: state.terms.terms, unregistering: state.challenge.unregistering, + isMenuOpened: !!state.topcoderHeader.openedMenu, }; } From 318ae25ef2146651231a18497b3c78178a2ce279 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 00:31:37 +0530 Subject: [PATCH 21/26] Merge pull request #2977 from gets0ul/issue-2836 Fix for Issue #2836 - Read submenu link on hover --- .../components/TopcoderHeader/desktop/SubMenu/Item.jsx | 4 ++-- .../desktop/SubMenu/__snapshots__/Item.jsx.snap | 8 ++++++-- .../TopcoderHeader/desktop/SubMenu/Item/index.jsx | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/Item.jsx b/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/Item.jsx index 0e8c470923..0ebcd65cb8 100644 --- a/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/Item.jsx +++ b/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/Item.jsx @@ -8,7 +8,7 @@ test('Matches shallow shapshot', () => { renderer.render(( } title="title" link="menu url" /> @@ -18,7 +18,7 @@ test('Matches shallow shapshot', () => { renderer.render(( } title="title" link="menu url" /> diff --git a/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/__snapshots__/Item.jsx.snap b/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/__snapshots__/Item.jsx.snap index 352474da67..a438da528a 100644 --- a/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/__snapshots__/Item.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/desktop/SubMenu/__snapshots__/Item.jsx.snap @@ -11,7 +11,9 @@ exports[`Matches shallow shapshot 1`] = ` openNewTab={false} to="menu url" > - icon url +
    title @@ -28,7 +30,9 @@ exports[`Matches shallow shapshot 2`] = ` openNewTab={false} to="menu url" > - icon url +
    title diff --git a/src/shared/components/TopcoderHeader/desktop/SubMenu/Item/index.jsx b/src/shared/components/TopcoderHeader/desktop/SubMenu/Item/index.jsx index 7ac001bd41..e90b84f519 100644 --- a/src/shared/components/TopcoderHeader/desktop/SubMenu/Item/index.jsx +++ b/src/shared/components/TopcoderHeader/desktop/SubMenu/Item/index.jsx @@ -18,6 +18,7 @@ export default function Item({ }) { let styleName = 'item'; if (currentSubMenuTitle === title) styleName += ' current'; + const accessibleIcon = React.cloneElement(icon, { 'aria-label': `${title}` }); return ( /* TODO: Should be done in a clean way, witout disabling eslint rules. */ /* eslint-disable jsx-a11y/no-noninteractive-element-to-interactive-role */ @@ -29,7 +30,7 @@ export default function Item({ tabIndex={0} > - {icon} + {accessibleIcon} {title} From 6847666a1a341e60a1af6932f5fe48922e896ed5 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 00:41:05 +0530 Subject: [PATCH 22/26] Merge pull request #2990 from anonymousjaggu/issue-2805 issue fix --- .../components/challenge-listing/ChallengeCard/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shared/components/challenge-listing/ChallengeCard/index.jsx b/src/shared/components/challenge-listing/ChallengeCard/index.jsx index 64870d5e5f..1dfdcde947 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/index.jsx +++ b/src/shared/components/challenge-listing/ChallengeCard/index.jsx @@ -131,8 +131,7 @@ function ChallengeCard({ to={challengeDetailLink} styleName="challenge-title" openNewTab={openChallengesInNewTabs} - > - {challenge.name} + >

    {challenge.name}

    From c042d2a0a6fe8511e348adf66c4d5abf68c8acff Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 00:59:24 +0530 Subject: [PATCH 23/26] Merge pull request #2997 from afrisalyp/2802 2802 --- src/shared/components/SwitchWithLabel/index.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shared/components/SwitchWithLabel/index.jsx b/src/shared/components/SwitchWithLabel/index.jsx index 1d80831a3b..43c3b0fba0 100644 --- a/src/shared/components/SwitchWithLabel/index.jsx +++ b/src/shared/components/SwitchWithLabel/index.jsx @@ -23,6 +23,9 @@ function SwitchWithLabel({ className={theme.wrapper} onClick={() => onSwitch(!enabled)} onKeyPress={() => onSwitch(!enabled)} + role="switch" + aria-checked={enabled} + tabIndex={0} > {labelBefore} Date: Fri, 26 Jul 2019 01:05:34 +0530 Subject: [PATCH 24/26] Merge pull request #2999 from anonymousjaggu/issue-2844 changes for #2844 --- src/shared/components/SubmissionPage/Submit/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/SubmissionPage/Submit/styles.scss b/src/shared/components/SubmissionPage/Submit/styles.scss index a1e4061596..725bd3004d 100644 --- a/src/shared/components/SubmissionPage/Submit/styles.scss +++ b/src/shared/components/SubmissionPage/Submit/styles.scss @@ -66,7 +66,7 @@ p, a { font-size: 13px; - color: #a3a3ae; + color: $tc-gray-60; font-style: italic; max-width: 270px; width: 270px; From 6b1a384faacce1b9bbe8640533d423cbc36df091 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Fri, 26 Jul 2019 01:25:06 +0530 Subject: [PATCH 25/26] Merge pull request #3004 from anonymousjaggu/issue-2841 changes for #2841 --- .../components/SubmissionPage/FilestackFilePicker/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx b/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx index 2325b1d060..35e654f928 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx @@ -304,6 +304,7 @@ Uploading: role="button" styleName="drop-zone-mask" tabIndex={0} + aria-label="Select file to upload" /> )}
    From 169c6510f0d21baecd592584594576bc1d31d439 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 29 Jul 2019 11:38:56 +0530 Subject: [PATCH 26/26] fix for h3 challenege font issue --- package-lock.json | 112 +++++++++--------- .../ChallengeCard/style.scss | 4 + 2 files changed, 60 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bee75122f..6ea67a11cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1034,9 +1034,9 @@ } }, "airbnb-prop-types": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.2.tgz", - "integrity": "sha512-2FN6DlHr6JCSxPPi25EnqGaXC4OC3/B3k1lCd6MMYrZ51/Gf/1qDfaR+JElzWa+Tl7cY2aYOlsYJGFeQyVHIeQ==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.14.0.tgz", + "integrity": "sha512-Yb09vUkr3KP9r9NqfRuYtDYZG76wt8mhTUi2Vfzsghk+qkg01/gOc9NU8n63ZcMCLzpAdMEXyKjCHlxV62yN1A==", "requires": { "array.prototype.find": "2.1.0", "function.prototype.name": "1.1.1", @@ -1323,10 +1323,10 @@ "uncontrollable": "4.1.0" }, "dependencies": { - "coffeescript": { + "coffee-script": { "version": "1.12.7", - "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.12.7.tgz", - "integrity": "sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==" + "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz", + "integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==" }, "hoist-non-react-statics": { "version": "3.3.0", @@ -1745,7 +1745,7 @@ "dev": true, "requires": { "browserslist": "3.2.8", - "caniuse-lite": "1.0.30000985", + "caniuse-lite": "1.0.30000986", "normalize-range": "0.1.2", "num2fraction": "1.2.2", "postcss": "6.0.23", @@ -3261,8 +3261,8 @@ "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==", "dev": true, "requires": { - "caniuse-lite": "1.0.30000985", - "electron-to-chromium": "1.3.200" + "caniuse-lite": "1.0.30000986", + "electron-to-chromium": "1.3.203" } }, "bser": { @@ -3514,7 +3514,7 @@ "dev": true, "requires": { "browserslist": "1.7.7", - "caniuse-db": "1.0.30000985", + "caniuse-db": "1.0.30000986", "lodash.memoize": "4.1.2", "lodash.uniq": "4.5.0" }, @@ -3525,22 +3525,22 @@ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "dev": true, "requires": { - "caniuse-db": "1.0.30000985", - "electron-to-chromium": "1.3.200" + "caniuse-db": "1.0.30000986", + "electron-to-chromium": "1.3.203" } } } }, "caniuse-db": { - "version": "1.0.30000985", - "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000985.tgz", - "integrity": "sha512-1m3CC9+dYNh/FHd0V1/McOB73CxjmzzrcXi360x8mKoApUY8QIOYXg4bU5QeJmlenn++20GBI38EKw6qQpJ3kQ==", + "version": "1.0.30000986", + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000986.tgz", + "integrity": "sha512-8SKJ12AFwG0ReMjPwRH+keFsX/ucw2bi6LC7upeXBvxjgrMqHaTxgYhkRGm+eOwUWvVcqXDgqM7QNlRJMhvXZg==", "dev": true }, "caniuse-lite": { - "version": "1.0.30000985", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000985.tgz", - "integrity": "sha512-1ngiwkgqAYPG0JSSUp3PUDGPKKY59EK7NrGGX+VOxaKCNzRbNc7uXMny+c3VJfZxtoK3wSImTvG9T9sXiTw2+w==", + "version": "1.0.30000986", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000986.tgz", + "integrity": "sha512-pM+LnkoAX0+QnIH3tpW5EnkmfpEoqOD8FAcoBvsl3Xh6DXkgctiCxeCbXphP/k3XJtJzm+zOAJbi6U6IVkpWZQ==", "dev": true }, "capture-exit": { @@ -3938,10 +3938,10 @@ } } }, - "coffee-script": { + "coffeescript": { "version": "1.12.7", - "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz", - "integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==" + "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.12.7.tgz", + "integrity": "sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==" }, "collapse-white-space": { "version": "1.0.5", @@ -4656,9 +4656,9 @@ } }, "css-animation": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/css-animation/-/css-animation-1.5.0.tgz", - "integrity": "sha512-hWYoWiOZ7Vr20etzLh3kpWgtC454tW5vn4I6rLANDgpzNSkO7UfOqyCEeaoBSG9CYWQpRkFWTWbWW8o3uZrNLw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/css-animation/-/css-animation-1.6.1.tgz", + "integrity": "sha512-/48+/BaEaHRY6kNQ2OIPzKf9A6g8WjZYjhiNDNuIVbsm5tXCGIAsHDjB4Xu1C4vXJtUWZo26O68OQkDpNBaPog==", "requires": { "babel-runtime": "6.26.0", "component-classes": "1.2.6" @@ -4987,7 +4987,7 @@ "dev": true, "requires": { "browserslist": "1.7.7", - "caniuse-db": "1.0.30000985", + "caniuse-db": "1.0.30000986", "normalize-range": "0.1.2", "num2fraction": "1.2.2", "postcss": "5.2.18", @@ -5000,8 +5000,8 @@ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "dev": true, "requires": { - "caniuse-db": "1.0.30000985", - "electron-to-chromium": "1.3.200" + "caniuse-db": "1.0.30000986", + "electron-to-chromium": "1.3.203" } }, "has-flag": { @@ -5478,9 +5478,9 @@ } }, "dom-align": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/dom-align/-/dom-align-1.9.0.tgz", - "integrity": "sha512-HvPfXISxoU7dKrbqS4vIFa1hx88wD7VdKaZ7sHWeow8y76tuzsxXkiPGbeilemLXrTd9cWbPqR4MOl4y3dkcXA==" + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/dom-align/-/dom-align-1.10.1.tgz", + "integrity": "sha512-qztehcEqIwxjz0bEn2CuF6zgSGmeorTrAuWyYkhatGpOOAO93Blbt4UjV9YZSM4hPS3ZkFFC/qU6Kb9TD7JiwQ==" }, "dom-helpers": { "version": "3.4.0", @@ -5681,9 +5681,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.200", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.200.tgz", - "integrity": "sha512-PUurrpyDA74MuAjJRD+79ss5BqJlU3mdArRbuu4wO/dt6jc3Ic/6BDmFJxkdwbfq39cHf/XKm2vW98XSvut9Dg==", + "version": "1.3.203", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.203.tgz", + "integrity": "sha512-Z1FjJKEBhYrCNmnususVk8khiBabVI/bSJB/295V4ghVt4MFmtbP+mXgRZLQZinEBI469U6FtiGgpXnlLs6qiQ==", "dev": true }, "elliptic": { @@ -5815,7 +5815,7 @@ "integrity": "sha512-wkZvE0VxcFx/8ZsBw0iAbk3gR1d9hK447ebnSYBf95+r32ezBq+XDSAvRErkc4LZosgH8J7et7H7/7CtUuQfBA==", "dev": true, "requires": { - "airbnb-prop-types": "2.13.2", + "airbnb-prop-types": "2.14.0", "function.prototype.name": "1.1.1", "object.assign": "4.1.0", "object.fromentries": "2.0.0", @@ -12596,9 +12596,9 @@ } }, "nearley": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.16.0.tgz", - "integrity": "sha512-Tr9XD3Vt/EujXbZBv6UAHYoLUSMQAxSsTnm9K3koXzjzNWY195NqALeyrzLZBKzAkL3gl92BcSogqrHjD8QuUg==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.17.0.tgz", + "integrity": "sha512-duA4zGPF0EC93e0UNqCowBiZg6wnBKUazA1YSYoyJDKx24dPqNITBZb3dp/e92wTdyeGKe+ng1iOTWn69FiGEQ==", "dev": true, "requires": { "commander": "2.20.0", @@ -14311,8 +14311,8 @@ "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "dev": true, "requires": { - "caniuse-db": "1.0.30000985", - "electron-to-chromium": "1.3.200" + "caniuse-db": "1.0.30000986", + "electron-to-chromium": "1.3.203" } }, "has-flag": { @@ -15535,9 +15535,9 @@ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "query-string": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.8.1.tgz", - "integrity": "sha512-g6y0Lbq10a5pPQpjlFuojfMfV1Pd2Jw9h75ypiYPPia3Gcq2rgkKiIwbkS6JxH7c5f5u/B/sB+d13PU+g1eu4Q==", + "version": "6.8.2", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.8.2.tgz", + "integrity": "sha512-J3Qi8XZJXh93t2FiKyd/7Ec6GNifsjKXUsVFkSBj/kjLsDylWhnCz4NT1bkPcKotttPW+QbKGqqPH8OoI2pdqw==", "requires": { "decode-uri-component": "0.2.0", "split-on-first": "1.1.0", @@ -15680,7 +15680,7 @@ "integrity": "sha512-nv9wYUYdfyfK+qskThf4BQUSIadeI/dCsfaMZfNEoxm9HwOIioQ+LyqmMK6jWHAZQgOzMLaqawhuBXlF63vgjw==", "requires": { "babel-runtime": "6.26.0", - "dom-align": "1.9.0", + "dom-align": "1.10.1", "prop-types": "15.7.2", "rc-util": "4.8.4" } @@ -15692,7 +15692,7 @@ "requires": { "babel-runtime": "6.26.0", "classnames": "2.2.6", - "css-animation": "1.5.0", + "css-animation": "1.6.1", "prop-types": "15.7.2", "raf": "3.4.1", "rc-util": "4.8.4", @@ -15836,7 +15836,7 @@ "resolved": "https://registry.npmjs.org/react-dates/-/react-dates-18.5.0.tgz", "integrity": "sha512-5zWR3+ekkRzf740omDkO+N0JifsGGOeyvWwQ/7dFxSb2CqHUsOfKgvpXOiwd3hBm4yr+lelESI3b458BEOU5og==", "requires": { - "airbnb-prop-types": "2.13.2", + "airbnb-prop-types": "2.14.0", "consolidated-events": "2.0.2", "is-touch-device": "1.0.1", "lodash": "4.17.15", @@ -15926,9 +15926,9 @@ } }, "react-hot-loader": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.12.9.tgz", - "integrity": "sha512-lWT3JpWUN7nGHSoI9c4MV+42ov79bd8aqwDzhoyKev3owIh+hbEivT6Mb81lCV6tWuqm9trKo2/Th2/YDhFCdw==", + "version": "4.12.10", + "resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.12.10.tgz", + "integrity": "sha512-dX+ZUigxQijWLsKPnxc0khuCt2sYiZ1W59LgSBMOLeGSG3+HkknrTlnJu6BCNdhYxbEQkGvBsr7zXlNWYUIhAQ==", "dev": true, "requires": { "fast-levenshtein": "2.0.6", @@ -16056,7 +16056,7 @@ "resolved": "https://registry.npmjs.org/react-outside-click-handler/-/react-outside-click-handler-1.2.4.tgz", "integrity": "sha512-FwLnTllTa65O/HjIyDgIrlAKcgPeXQnRUE+iR1EV4NY5opzN37S87+AtO1FF0rAa8qBDKj2QuNp4VfkjmkiB7g==", "requires": { - "airbnb-prop-types": "2.13.2", + "airbnb-prop-types": "2.14.0", "consolidated-events": "2.0.2", "document.contains": "1.0.1", "object.values": "1.1.0", @@ -16313,7 +16313,7 @@ "resolved": "https://registry.npmjs.org/react-with-direction/-/react-with-direction-1.3.0.tgz", "integrity": "sha512-2TflEebNckTNUybw3Rzqjg4BwM/H380ZL5lsbZ5f4UTY2JyE5uQdQZK5T2w+BDJSAMcqoA2RDJYa4e7Cl6C2Kg==", "requires": { - "airbnb-prop-types": "2.13.2", + "airbnb-prop-types": "2.14.0", "brcast": "2.0.2", "deepmerge": "1.5.2", "direction": "1.0.3", @@ -17531,7 +17531,7 @@ "dev": true, "requires": { "lodash.flattendeep": "4.4.0", - "nearley": "2.16.0" + "nearley": "2.17.0" } }, "rsvp": { @@ -19095,7 +19095,7 @@ "dev": true, "requires": { "browserslist": "4.6.6", - "caniuse-lite": "1.0.30000985", + "caniuse-lite": "1.0.30000986", "chalk": "2.4.2", "normalize-range": "0.1.2", "num2fraction": "1.2.2", @@ -19146,8 +19146,8 @@ "integrity": "sha512-D2Nk3W9JL9Fp/gIcWei8LrERCS+eXu9AM5cfXA8WEZ84lFks+ARnZ0q/R69m2SV3Wjma83QDDPxsNKXUwdIsyA==", "dev": true, "requires": { - "caniuse-lite": "1.0.30000985", - "electron-to-chromium": "1.3.200", + "caniuse-lite": "1.0.30000986", + "electron-to-chromium": "1.3.203", "node-releases": "1.1.26" } }, @@ -20077,7 +20077,7 @@ } }, "tc-accounts": { - "version": "git+https://github.com/appirio-tech/accounts-app.git#990da0cd30c7e1d57d03e374b579d3665337217d", + "version": "git+https://github.com/appirio-tech/accounts-app.git#648c32096a66f6e4f47c7b8ad0eb1a536a208b89", "requires": { "@uirouter/angularjs": "1.0.18", "angucomplete-alt": "2.5.0", @@ -28785,7 +28785,7 @@ "react-redux": "6.0.1", "redux": "3.7.2", "redux-actions": "2.6.5", - "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#990da0cd30c7e1d57d03e374b579d3665337217d", + "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#648c32096a66f6e4f47c7b8ad0eb1a536a208b89", "to-capital-case": "1.0.0", "topcoder-react-utils": "0.7.8" }, diff --git a/src/shared/components/challenge-listing/ChallengeCard/style.scss b/src/shared/components/challenge-listing/ChallengeCard/style.scss index c537391e86..fd3fd39749 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/style.scss +++ b/src/shared/components/challenge-listing/ChallengeCard/style.scss @@ -198,6 +198,10 @@ $challenge-radius-4: $corner-radius * 2; .hidden { display: none; } + + h3 { + font-size: 15px; + } } .challengeCard.placeholder {