openshiftio / openshift.io

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying modern applications.
https://openshift.io
97 stars 66 forks source link

OSIO dashboard's Spaces drop-down is missing the scrollbar #3504

Open rgarg1 opened 6 years ago

rgarg1 commented 6 years ago

And due to that, its impossible to view all spaces created by the user.

not all spaces on dash

aptmac commented 6 years ago

The home page widgets are all concerned with "recent" information. The observed behaviour is intended - that the work items widget displays work items from recent spaces [0].

Currently there is no quick way to find all spaces that a user is a collaborator in, and get the user's work items. However, this looks to be in development now [1].

[0] https://github.com/fabric8-ui/fabric8-ui/pull/2966#discussion_r194404936 [1] https://github.com/openshiftio/openshift.io/issues/3760

aptmac commented 6 years ago

There will be a function for fetching spaces the user is a collaborator on in the user-spaces.service once https://github.com/fabric8-ui/fabric8-ui/pull/3381 is completed.

christianvogt commented 5 years ago

I think we can update the widget to use the user-spaces.service#getInvolvedSpaces function instead of using recent spaces now.

joshuawilson commented 5 years ago

This appears to work as designed and there have been changes to Spaces, is this still an issue?