-
Notifications
You must be signed in to change notification settings - Fork 871
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
feat: [UEPR-178] add new modals for qualitative feedback #9325
base: develop
Are you sure you want to change the base?
Conversation
"feedback.answer.debuging.notHelpful": "Not helpful at all", | ||
"feedback.answer.debuging.littleHelpful": "A little helpful", | ||
"feedback.answer.debuging.helpful": "Helpful", | ||
"feedback.answer.debuging.veryHelpful": "Very Helpful" |
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.
typo: debugging
} | ||
] | ||
}, | ||
debuging: { |
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.
debugging here as well
<QualitativeFeedback feedbackData={QUALITATIVE_FEEDBACK_DATA.tutorials} /> | ||
); | ||
|
||
export const DebugingFeedback = () => ( |
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.
and also here
Resolves:
UEPR-178
Changes:
Adds new modals for qualitative feedback:

Tutorials feedback modal:
Ideas Generator feedback modal:

Starter Projects feedback modal:

Debuging feedback modal:
