Radia UI enhancement projects dashboard#5291
Open
Radia731 wants to merge 6 commits into
Open
Conversation
…ish for Projects Dashboard (Phase 3 & 4)
…modular LogBar button groups. Improved alignment, spacing, and dark mode consistency.
…h, tooltips, dark mode fixes, mobile improvements
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
DeepighaJ
approved these changes
May 31, 2026
DeepighaJ
left a comment
There was a problem hiding this comment.
- Verified navigation to /bmdashboard and selected a project (Project 3).
- Confirmed the Project Dashboard loads successfully without crashing after project selection.
- Verified Dark Mode toggle functionality works correctly, allowing seamless switching between light and dark themes.
- Verified all action buttons remain readable, properly styled, and color-coded as expected in both Light Mode and Dark Mode.
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.




This PR resolves flagged UI crashes on the Project Dashboard and ensures proper styling in Dark Mode for project action buttons.
Fixed the logic/dependency error that was preventing the Tools and Equipment page from loading correctly.
Implements: Responsive Dark Mode styling for tools and equipment pages to ensure text readability.
Fixed merge issue
Related PRs
4450 (This PR is focused on resolving merge conflicts and UI stability).
Main changes explained
src/components/BMDashboard/LogTools: implemented optional chaining for API data access. This solves runtime TypeError crashes when the dashboard attempts to render data before the API payload is fully initialized or when expected arrays are empty
src/components/BMDashboard/Projects/ProjectDetails/ProjectDetails.module.css: Added global dark-mode CSS overrides for table elements to ensure high-contrast text readability.
How to test
-git checkout radia_ui_enhancement_projects_dashboard
-Run npm install
-Start the app: npm run start:local
-Clear site data/cache and login with admin account
-Select a project (e.g., Project 3).
-Verify Bug Fix: Ensure the Project Dashboard loads without crashing.
-Verify UI: Toggle Dark Mode on and off.
-Verify Styling: Ensure all action buttons are readable and color-coded correctly in both light and dark mode.
Screenshots or videos of changes:
PR4450.mp4
Thank you!