The scope of this ticket is to ensure the necessary links are present in the navbar and point to the right pages.
The navbar should contain the following links:
Home
My Listings
My Profile
as well as a convenient "Add listing" link taking the user straight to the listing form page implemented in #68.
Include a link to the admin panel if the user is an admin. This can be check by calling the GET /api/v1/admins/{userId} endpoint where userId is the id of the currently logged-in user.
The navbar should also have a "Log out" button that logs the user out.
The scope of this ticket is to ensure the necessary links are present in the navbar and point to the right pages.
The navbar should contain the following links:
as well as a convenient "Add listing" link taking the user straight to the listing form page implemented in #68.
Include a link to the admin panel if the user is an admin. This can be check by calling the
GET /api/v1/admins/{userId}
endpoint whereuserId
is the id of the currently logged-in user.The navbar should also have a "Log out" button that logs the user out.