nsc-events-fullstack_32_172_use-MUI-theme-palette#174
Closed
NahomAlemu wants to merge 2 commits into
Closed
Conversation
✅ Full E2E Test Results
|
TVW96
approved these changes
Apr 28, 2026
Contributor
TVW96
left a comment
There was a problem hiding this comment.
Theme palette works.
MUIThemePal.mov
Contributor
Author
|
Since my practicum work has ended, I'm closing this PR to keep the repository tidy. I won't be able to address future feedback, but feel free to use this branch as a reference if the feature is needed later! |
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.
Summary & Changes 📃
EditDialog.tsx- Replaced color: 'black' and color: "red" with theme paletteAttendDialog.tsx- Replaced snackbar hardcoded colors with theme paletteLoginWindow.tsx- Replaced button color: "black" with palette.secondary.contrastTextArchiveDialog.tsx- Replaced snackbar colors with theme paletteCoverPhotoDialog.tsx- Replaced snackbar colors with theme paletteevent-detail/page.tsx- Replaced 8+ instances of #2074d4, "white", "red", "grey" with theme palettecreate-event/page.tsx- Replaced 20+ instances of #114FA2, #42A5F5, mode ternaries with theme paletteHow to Test 🧪
- Step 1: Run
npm run devin nsc-events-nextjs- Step 2: Toggle between light/dark mode using theme switcher
- Step 3: Navigate to Create Event, Event Detail pages
- Step 4: Trigger snackbar notifications (attend/archive/delete actions)
Checklist ✅
Resolves #issue-number).