Fix/ui fixes
Issue description (clear version):
The dashboard UI had four core problems:
- Profile behavior in navbar
- Navbar had a direct
Logoutbutton. - It should show a profile icon, and on click open a dropdown.
- Dropdown should show the logged-in user’s number (from login credentials) and logout action.
- Intern add/search input not clearing
- In the team add-intern input, after clicking
Add Intern, the selected name could still remain. - Expected behavior: input must become empty immediately after successful add.
- Team summary cards mismatch
- The top team-wise summary included an unwanted
Completedbox. - Expected: only
TeamsandInternsboxes should be visible.
- Extra intern action buttons
- Intern rows showed actions beyond required scope.
- Expected: only
EditandDeletebuttons should be visible (removeCompleted/Verifyactions).
Impact:
Edited by Pavani Nagireddi
