Skip to content

Saurabh taking over for Vamsidhar - fix: calendar dark mode and issue chart visibility#4653

Merged
one-community merged 9 commits into
developmentfrom
vamsidhar-fix/issue-chart-all-issues-visible
Jun 14, 2026
Merged

Saurabh taking over for Vamsidhar - fix: calendar dark mode and issue chart visibility#4653
one-community merged 9 commits into
developmentfrom
vamsidhar-fix/issue-chart-all-issues-visible

Conversation

@vamsidharpanithi

@vamsidharpanithi vamsidharpanithi commented Jan 1, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes calendar dark mode issue where the calendar component was always in dark mode regardless of the webpage's light/dark mode setting. Also fixes issue chart visibility where certain issues were not shown when multiple projects were selected, and implements consistent per-project issue numbering to avoid conflicts.

Related PRs (if any):

Previous PR #4301
BackendPR #1982
To test this frontend PR, you need to checkout the corresponding backend PR branch and ensure the backend is running with the updated code.

Main changes explained:

How to test:

  1. check into current branch
  2. do npm install and ... to run this PR locally
  3. Clear site data/cache
  4. log as admin user
  5. go to dashboard→ Reports -> Total Construction Summary -> Issue Tracking
  6. verify the date filter and project filter work properly
  7. verify there is no text overlap, and all data is visible
  8. verify this new feature works in dark mode

Screenshots or videos of changes:

image image image

@netlify

netlify Bot commented Jan 1, 2026

Copy link
Copy Markdown

Deploy Preview for highestgoodnetwork-dev ready!

Name Link
🔨 Latest commit ec06d38
🔍 Latest deploy log https://app.netlify.com/projects/highestgoodnetwork-dev/deploys/6a2ccd2ae68771000805cc04
😎 Deploy Preview https://deploy-preview-4653--highestgoodnetwork-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

… resolve conflicts in CommunityCalendar.module.css
@vamsidharpanithi vamsidharpanithi added the High Priority - Please Review First This is an important PR we'd like to get merged as soon as possible label Jan 8, 2026
@vamsidharpanithi vamsidharpanithi added High Priority - Please Review First This is an important PR we'd like to get merged as soon as possible and removed High Priority - Please Review First This is an important PR we'd like to get merged as soon as possible labels Jan 8, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jan 8, 2026

Copy link
Copy Markdown

@Anusha-Gali Anusha-Gali left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Vamsidhar,

I have reviewed your PR locally and it works as expected.
Screenshot 2026-01-09 at 6 51 02 PM
Screenshot 2026-01-09 at 6 51 27 PM
Screenshot 2026-01-09 at 6 51 42 PM
Screenshot 2026-01-09 at 6 51 58 PM

@rohanrastogi311 rohanrastogi311 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Vamsidhar,

Well done with this implementation. Issue with the clipping when it's "1 month".

Image Image

if (!issues || issues.length === 0) return [];

// Check if multiple projects are selected
const uniqueProjectIds = new Set((issues || []).map(item => item.projectId).filter(Boolean));

@naznin07 naznin07 Mar 17, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useMemo normalization system added.

PR # 4653

@ShreyaMP1999 ShreyaMP1999 changed the title Vamsidhar - fix: calendar dark mode and issue chart visibility Shreya P taking over for Vamsidhar - fix: calendar dark mode and issue chart visibility Apr 27, 2026
@saurabhdipte saurabhdipte changed the title Shreya P taking over for Vamsidhar - fix: calendar dark mode and issue chart visibility Saurabh taking over for Vamsidhar - fix: calendar dark mode and issue chart visibility Jun 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

@one-community

Copy link
Copy Markdown
Member

Thank you all, merging!

@one-community one-community merged commit afbf28d into development Jun 14, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

High Priority - Please Review First This is an important PR we'd like to get merged as soon as possible

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants