-
Notifications
You must be signed in to change notification settings - Fork 1
(chore): Add live grading UI fixes #77
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
Conversation
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
8de9b39
to
1f80d09
Compare
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
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.
Add validation to ensure that a question always has at least one topic associated with it. Currently we are able to add questions without topics and remove topics while editing
<AlertDialogContent> | ||
<AlertDialogHeader> | ||
<AlertDialogTitle className='flex'> | ||
Are you sure you want to delete question: `<pre>{questionId}</pre>`? |
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.
Can remove the backticks
Signed-off-by: SeeuSim <[email protected]>
Signed-off-by: SeeuSim <[email protected]>
Add: