-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix Front UI create election #127
Conversation
badrlarhdir
commented
May 17, 2022
•
edited
Loading
edited
- Main page
- remove drag and drop for importing JSON and replace it with only text
- padding top main title
- Block default input of titles so i can remove no main title etc.
- default input when importing json is already validated
- Line for remove subject in dropdown
- Rank min/max values to be only one
- Tab for preview in phones
- Problem : working on both phone and laptop without having two different states
- Modal
- 2 col modal
- Add type Icons in modal create question
- MaxN & minN more relevant
- Validation on each question before saving
- Add confirm modal for remove subject
- Preview of the question inside the modal ( TODO later )
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.
Good job 👍
The input fields would render better with a bit of padding, I think :)
</div> | ||
|
||
<div className="flex mt-2 ml-2"> | ||
<div className="ml-8">{Type.charAt(0).toUpperCase() + Type.slice(1)}</div> |
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 still think this is not necessary to display the question type in plain text, as there is already the icon.
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 think we made the redundancy on purpose in case someone doesn't understand the icon @cmsigrist .
SonarCloud Quality Gate failed. |
Pull Request Test Coverage Report for Build 2410039949Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |