diff --git a/src/components/PRAnalyticsDashboard/ReviewsInsight/ReviewsInsight.module.css b/src/components/PRAnalyticsDashboard/ReviewsInsight/ReviewsInsight.module.css index 311b291479..a64c51ef37 100644 --- a/src/components/PRAnalyticsDashboard/ReviewsInsight/ReviewsInsight.module.css +++ b/src/components/PRAnalyticsDashboard/ReviewsInsight/ReviewsInsight.module.css @@ -20,10 +20,6 @@ background-color: #1b2a41; } -.riGraphs { - display: flex; - justify-content: space-around; -} /* Headings */ .reviewsInsightContainer h1 { color: #000000; diff --git a/src/components/PRPromotions/DisplayBox.jsx b/src/components/PRPromotions/DisplayBox.jsx index cdb7e81a4d..2b70d9ae67 100644 --- a/src/components/PRPromotions/DisplayBox.jsx +++ b/src/components/PRPromotions/DisplayBox.jsx @@ -63,7 +63,7 @@ export default function DisplayBox({ onClose }) { PR Reviewer Team Code - Team Reviewer Name + Team Leader Name Weekly PR Counts diff --git a/src/components/PRPromotions/DisplayBox.module.css b/src/components/PRPromotions/DisplayBox.module.css index 277a0ea14b..a8dd01ffa8 100644 --- a/src/components/PRPromotions/DisplayBox.module.css +++ b/src/components/PRPromotions/DisplayBox.module.css @@ -94,30 +94,10 @@ font-weight: bold; } -.color-0 { - background-color: #9400d3; -} - -.color-1 { - background-color: #4b0082; -} - -.color-2 { - background-color: #0000ff; -} - -.color-3 { - background-color: #00ff00; -} - -.color-4 { - background-color: #ffff00; -} - -.color-5 { - background-color: #ff7f00; -} - -.color-6 { - background-color: #ff0000; -} +.color-0 { background-color: #9400d3; } +.color-1 { background-color: #4b0082; } +.color-2 { background-color: #0000ff; } +.color-3 { background-color: #00ff00; } +.color-4 { background-color: #ffff00; } +.color-5 { background-color: #ff7f00; } +.color-6 { background-color: #ff0000; } diff --git a/src/components/SummaryBar/SummaryBar.jsx b/src/components/SummaryBar/SummaryBar.jsx index 8c5651951e..eade38a9df 100644 --- a/src/components/SummaryBar/SummaryBar.jsx +++ b/src/components/SummaryBar/SummaryBar.jsx @@ -416,26 +416,31 @@ const SummaryBar = React.forwardRef((props, ref) => { }; const renderSummary = () => { + // NOT SUBMITTED if (!weeklySummary) { + // Weekly Summary Not Required if (weeklySummaryNotReq) { return (
- + SUMMARY
); } + + // Summary Required but Not Submitted (!) return (
+ {isAuthUser || canEditData() ? (
); } + + // SUBMITTED (✓) return ( -
+
+
- + + SUMMARY +
); diff --git a/src/components/SummaryBar/SummaryBar.module.css b/src/components/SummaryBar/SummaryBar.module.css index ec5af4530f..f365eafc8e 100644 --- a/src/components/SummaryBar/SummaryBar.module.css +++ b/src/components/SummaryBar/SummaryBar.module.css @@ -262,6 +262,10 @@ } } +.bg--summary-purple { + background-color: #5b2aa6; +} + .text-center { display: flex; justify-content: center; diff --git a/src/components/TeamMemberTasks/ReviewButton.jsx b/src/components/TeamMemberTasks/ReviewButton.jsx index 5e7e91ad1b..79fc614b9e 100644 --- a/src/components/TeamMemberTasks/ReviewButton.jsx +++ b/src/components/TeamMemberTasks/ReviewButton.jsx @@ -491,7 +491,9 @@ function ReviewButton({ user, task, updateTask }) { {task.relatedWorkLinks && // eslint-disable-next-line no-shadow @@ -532,7 +534,9 @@ function ReviewButton({ user, task, updateTask }) { Ready for Review {task.relatedWorkLinks && task.relatedWorkLinks.map(dropLink => ( diff --git a/src/components/TeamMemberTasks/reviewButton.module.css b/src/components/TeamMemberTasks/reviewButton.module.css index 6cf29b7cca..0fd355e833 100644 --- a/src/components/TeamMemberTasks/reviewButton.module.css +++ b/src/components/TeamMemberTasks/reviewButton.module.css @@ -19,10 +19,9 @@ } .review-button-dropdown { - overflow-y: auto; /* enable scrolling if the dropdown is too long*/ - z-index: 1000; - position:fixed !important; - margin-top: -50px; + max-height: 240px; + overflow-y: auto; + z-index: 9999; } .reviewBtn-dropdown-wrapper{ diff --git a/src/components/Timer/Countdown.jsx b/src/components/Timer/Countdown.jsx index e5ba8691dc..f219c967f5 100644 --- a/src/components/Timer/Countdown.jsx +++ b/src/components/Timer/Countdown.jsx @@ -309,7 +309,7 @@ export default function Countdown({ /> )}
- : + :
{editing && (