-
Notifications
You must be signed in to change notification settings - Fork 24
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
Implement metadata panel new design #687
Conversation
Deploying opendataeditor with Cloudflare Pages
|
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.
Approved :)
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.
Looks good in-general. Not sure if "Default" section is the right name though
@roll in the design it was decided this is the name. I guess @romicolman has checked this already. |
…ditor into 664-metadata-pane
Though it's still a bit flimsy
This PR implements the redesign of the tabs navigation of the metadata panel. By changing the
MenuTree
component toMuiTabs
the complexity of the code is reduced. Some very small details are missing but still can be reviewed.TODO:
Very small details: change color of trash can icon (delete) in ListItems (Contributors, Fields, Licenses, Foreign Keys) and change border color for newly added items. Will create another PR for this.