-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Add Profile Tab to Controls Panel #9112
Copy link
Copy link
Closed
Labels
Description
We need to add a "Profile" tab to the ControlsContainer in the DevIndex app. This tab will display detailed information about the selected user from the grid, including their bio, which was previously considered for removal but will now be kept for this purpose.
Tasks:
- Create
apps/devindex/view/home/ProfileContainer.mjsto display user details (Avatar, Name, Bio, etc.). - Update
apps/devindex/view/home/ControlsContainer.mjsto includeProfileContaineras a new tab. - Update
apps/devindex/view/home/MainContainerController.mjsto:- Listen to grid selection changes.
- Populate the Profile tab with the selected user's data.
- Automatically switch to the Profile tab and expand the controls panel (if collapsed) upon selection.
Reactions are currently unavailable