-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/design improvements #184
Conversation
bump to 0.7.0
Simplify for trying out setup with docker-compose by using the network name docker will pick for backend by default if the repository has been cloned without specifying the directory to clone to.
Use naming consistent with default behaviour
bump to 0.8.0
src/components/NewDraftWizard/WizardComponents/WizardObjectIndex.js
Outdated
Show resolved
Hide resolved
…ex.js Co-authored-by: Hang Le <[email protected]>
cfef451
to
1342d3b
Compare
Improved with following changes:
|
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 ok, no additional issues i can spot
Related maybe to src/components/NewDraftWizard/WizardForms/WizardJSONSchemaParser.js , I get error "TypeError: Cannot read property 'id' of undefined" , when clicking |
…i/metadata-submitter-frontend into feature/design-improvements
This is correct. @blankdots should I rebase develop to this branch or is it good to go as it is? |
either is fine, for me. I already approved. |
|
||
// Delete object from current folder | ||
const handleDeleteObject = async (objectId: string, objectType: string, objectStatus: string) => { | ||
console.log(objectStatus) |
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.
console.log
is still here
Looks really good to me. I like that now every component in Home has separate routes. |
Only 1 small thing: When I am at, for e.g, |
Co-authored-by: Hang Le <[email protected]>
This sounds like a good feature. Should be minor change so I'll add into this PR. |
…i/metadata-submitter-frontend into feature/design-improvements
I implemented this logic with |
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 nice!
Description
Mostly minor improvements for more consistent design.
Related issues
Closes #175
Type of change
Changes Made
Testing