Fixes for UI and Routing Issues in Eventmint #499
Merged
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 pull request addresses the issues I raised previously regarding UI inconsistencies and routing errors in [App Name]. I have provided detailed explanations of each fix below, along with the solutions implemented to ensure a smoother user experience.
Issues Fixed:
1] Header Update Issue
Problem: The header was not updating correctly when navigating between sections ("Play," "Sports Activities," "List Your Shows," "Offers," "Gift Cards"). Both "Movies" and the current section were highlighted simultaneously, which could confuse users.
Solution: I modified the header component logic to ensure that only the currently active section is highlighted. Now, the navigation state updates dynamically as users switch between sections, highlighting only the section they’re viewing.
2] Broken Routes
Problem: The routes:
/stream-events
/corporates
were displaying blank pages, causing confusion for users.
Solution: I added conditional rendering for these routes. If a route is still under development or unavailable, it now displays a “Page under construction” alert, letting users know the route is intentionally unavailable rather than indicating a loading or connection error.
3] Inconsistent Card Sizes on "Play" Route
I have thoroughly tested each fix across different screen sizes and on both desktop and mobile devices to ensure compatibility and a consistent user experience. Each update aligns with the project’s design standards and improves the overall usability of the app.
I'm skilled in MERN and happy to assist with any backend tasks as well if needed. Feel free to reach out via LinkedIn if you'd like further collaboration: LinkedIn Profile.
Please review the changes, and let me know if any adjustments are needed to align with the project’s code standards. I’m open to feedback and willing to make refinements as required.