Skip to content
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

Connected Object details page to navigation #394

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

bexsoft
Copy link
Collaborator

@bexsoft bexsoft commented Nov 15, 2020

What does this do?

Connected Object details page to navigation schema. Also connected file details view with backend

NOTE: There is a known issue on clicking back button / hot reload where information is not loaded on screen. Will adress this in the next PR

@bexsoft bexsoft added the UI User Interface label Nov 15, 2020
@bexsoft bexsoft added this to the V1 Drop milestone Nov 15, 2020
@bexsoft bexsoft self-assigned this Nov 15, 2020
Copy link
Collaborator

@dvaldivia dvaldivia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fix testrs

dvaldivia
dvaldivia previously approved these changes Nov 16, 2020
Comment on lines +203 to +209
<MenuItem
value={option.value}
key={`select-${name}-${option.label}`}
>
{option.label}
</MenuItem>
))} */}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please delete this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be needed for next step of date selector

Comment on lines +230 to +236
<MenuItem
value={option.value}
key={`select-${name}-${option.label}`}
>
{option.label}
</MenuItem>
))} */}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please delete this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be needed for next step of date selector

Connected Object details page to navigation schema. Also connected file details view with backend
@cesnietor
Copy link
Collaborator

tested LGTM

@dvaldivia dvaldivia merged commit 1f832fa into minio:master Nov 17, 2020
@bexsoft bexsoft deleted the object-details branch November 25, 2020 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants