issues
search
buildingu
/
Building-u-feedback
A feedback application that allows the interns at building-u, receive feedbacks on their projects.
https://buildingu.github.io/Building-u-feedback/
0
stars
5
forks
source link
added authwrapper to get user info, fixed tooltip and sidebar resize,…
#19
Closed
Koki001
closed
9 months ago
Koki001
commented
9 months ago
userController + Routes/User were changed when I was following along yesterday with what you pushed up // I should have pulled again
The /intern, /mentor, and /feedback/:id routes are wrapped in the new AuthWrapper
Removed conditionals from feedback pages that are no longer necessary and were causing messages like "no feedback" to not show up
Added a very plain TopBar component that displays the user's name // will definitely change styles
Removed hardcoded isMentor variables for dashboard buttons, now you return to the correct page
Added the hover tooltips and made sure the sidebar is fixed when scrolling on the page