-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add detailed view to Workspaces #1682
Conversation
9e3af2b
to
ef32681
Compare
19dd10d
to
4f3bd5a
Compare
/retest |
1 similar comment
/retest |
}, [dispatch]); | ||
|
||
const buildWorkspacesHierarchy = (workspaces: any[], workspaceId: string): WorkspaceData[] => { | ||
let currentWorkspace = workspaces.find((ws) => ws.uuid === workspaceId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can probably use selectedWorkspace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if I can do that assuming that selectedWorkspace is mainly used to get workspace name and description in the header and we don't want that to be changed after the page gets loaded.
4f3bd5a
to
214b417
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was recently a change of UUID to ID and the database has some data, so no need to commit mocked data.
393e9e8
to
fb54a6c
Compare
This will be fixed by: #1699 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just two minor things and we are golden.
fb54a6c
to
6b7fcef
Compare
Description
Implementation of Workspace detail, navigation tab, action menu and workspace hierarchy breadcrumb. Data is mocked at the moment and needs to be connected to the API when ready.
RHCLOUD-31942
Screenshots
Checklist ☑️