coderatomy
coderatomy
isn't this a duplicate of #734
Thanks @iamhks. So following up on this, whenever I tried to my profile page`/profile`, I was receiving a blank page. Checking the console, I noticed that we were iterating through...
Figured 🚩 We were returning a loading component when loading is true and we set it to `true` initially: Check [HERE](https://github.com/unstructuredstudio/zubhub/blob/master/zubhub_frontend/zubhub/src/views/profile/Profile.jsx#L89) I think it would be best to ignore this...
Continuing on this @iamhks. According to the api documentation, to access the `user profile` object, we need the `username` of the signed in user which we tried to get [here](https://github.com/unstructuredstudio/zubhub/blob/master/zubhub_frontend/zubhub/src/views/profile/Profile.jsx#L81)...
It returns a loading state, but I know how to fix that. Atleast now it can pick my `username`. It's no longer giving `null`. Thanks @iamhks  
Thanks @iamhks and @Formasitchijoh for your help. I had to rebuild the docker images with `sudo make init`, this is what I was missing. Now the page loads up successfully...
CONTINUING... I have successfully seen the pages as you directed @iamhks. Just a few breakings in the UI. Check the screencast attached - Edit profile button text is not visible...
Another note on this @iamhks , the UIs for creating a `Project` and a `Team`are the same. Note the highlighted urls at the top  
Yes it does point to the `CreateTeam` component @iamhks. It's just that the code is similar inside the two components. Maybe was `copy-pasted` for later update. Check [createTeam.jsx](https://github.com/unstructuredstudio/zubhub/blob/master/zubhub_frontend/zubhub/src/views/create_team/CreateTeam.jsx#L401C1-L435C1) and [createProject.jsx](https://github.com/unstructuredstudio/zubhub/blob/master/zubhub_frontend/zubhub/src/views/create_project/CreateProject.jsx#L405C1-L443C5)...
Surely @Marhiposa. Am sure we need mock-ups for this `Team Project` feature. I will be happy to work with you. @iamhks, is there anyway @Marhiposa can help on this interms...