issues
search
projecthuman-repo
/
Coquest-WebApp
https://base-map-workspace.uc.r.appspot.com/
Other
0
stars
5
forks
source link
Implement navigation for Home and Messages, and update Notifications …
#52
Closed
joey-PHC-dev
closed
5 months ago
joey-PHC-dev
commented
5 months ago
…functionality
Added dynamic data fetching for the Toolbar component to display the user's name.
Implemented navigation to the Notifications page when the notifications icon is clicked, with an automatic page reload as a temporary fix.
Added navigation to the Messages page when the messages icon is clicked, with an automatic page reload as a temporary fix.
Updated the Sidebar component to include navigation for the Home icon, directing to the / route with an automatic page reload as a temporary fix.
Ensured consistency in navigation handling across Toolbar and Sidebar components.
Modified Notifications component to display static data for now, with a placeholder for future dynamic data fetching.
Added detailed console logs for debugging navigation actions.
Established a temporary fix to force page reloads for proper component rendering, with plans to revert to proper React routing in the future.
…functionality