Rajasrivatsan Srivatsan taking over Aswin - Add Rental Tracking dropdown section to Total Construction Dashboard#4569
Open
Aswin20010 wants to merge 2 commits intodevelopmentfrom
Open
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Anusha-Gali
suggested changes
Feb 12, 2026
Anusha-Gali
left a comment
There was a problem hiding this comment.
Hi Aswin,
I have reviewed your PR locally and found the below issues:
- the chart has a break in between in both modes
- the calendar is in dark mode when application is in light mode
- in dark mode we cannot see the month and year in the calendar
- in dark mode we cannot see the date selected in the calendar
- in dark mode we cannot see the project id
- in dark mode we cannot see the numbers on the chart
rohanrastogi311
suggested changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






Description
The Total Construction Dashboard previously did not include a dedicated section for viewing or monitoring rental-related data. As a result, users managing rented tools or equipment were unable to visualize rental costs, trends, or return performance within the same dashboard used for other construction metrics. This PR introduces a new “Rental Tracking” dropdown section that aligns with existing dashboard patterns and provides a centralized location for rental-related visualizations.
This change is limited to frontend implementation and focuses on layout integration, visual consistency, and usability across light and dark modes.
Related PRS (if any):
Frontend-only change
No backend PR required for this implementation
Main changes explained:
How to test:
Screenshots or videos of changes:
Screen.Recording.2025-12-17.at.11.23.40.AM.mov
Note:
This PR is frontend-only and does not introduce or modify backend endpoints.
Rental Tracking follows existing dashboard patterns to minimize risk and maintain consistency.
Dark mode fixes are scoped specifically to the Rental Tracking components to avoid global styling side effects.