-
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/option to create new form #149
Conversation
I think this needs to be rebased on #148 as it seems the changes there will affect it |
Rebased on #148 Since now every submissionType has different control buttons, and the
But I understand it would be more complicated to do it like that, we can brainstorm for solutions. |
From accessibility side of view there shouldn't be another |
I agree that having one scroll inside another scroll doesn't look good. |
If |
Seems that saving an empty form happens with auto save and Does the skip-link work here, I can't see focus moving? |
Seems that saving an empty form happens with auto save and
Does the skip-link work here, I can't see focus moving?
|
I merged the #148 and seems that created conflicts 😞 |
I got it fixed. Thanks :) |
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 to me!
adding a z-index: 1 here: https://github.com/CSCfi/metadata-submitter-frontend/blob/master/src/components/NewDraftWizard/WizardComponents/WizardFooter.js#L18 should fix that |
Skip-link targets and functionality
Description
Control buttons for
Fill Form
andUpload XML File
are moved to the topNew button
New form
is added inFill Form
Remove
Hide
buttonRelated issues
#135
Type of change
Changes Made
Hide
button andCardHeader
inWizardAddObjectCard.js
CardHeader
toWizardFillObjectDetailsForm.js
,WizardUploadObjectXMLForm.js
,WizardDraftObjectPicker.js
CardHeader
CardHeader
as sticky header+ New form
and logic to start a new empty formTesting