-
Notifications
You must be signed in to change notification settings - Fork 33
Hotfix/api feedback form #1573
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
Merged
Merged
Hotfix/api feedback form #1573
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8a9149d
quickForm -> autoForm
frenchbread cd47a2b
import dependencies
frenchbread d639faf
import deps & cleanup
frenchbread ce175b3
refactor feedback form
frenchbread c6c74cc
i18n tag
frenchbread 53978e3
Move button out of the template
frenchbread 73a4c81
i18n tag
frenchbread 362b959
show form on btn click
frenchbread b64f34d
hide form on submit
frenchbread 14b65ed
refactor to es6
frenchbread 25ee798
i18n tag
frenchbread 4ffb79b
Nesting
frenchbread d43a2d3
Merge branch 'develop' into hotfix/api-feedback-form
frenchbread ca4f9ab
Resolve confllicts
frenchbread 68247e2
Hide modal on success
frenchbread File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
While this line is compact, it does not follow convention for other translated user alerts.
Refactor the code to follow this pattern:
The reason is to make lines of code easier to read:
sAlert.success(message)is very close to English 'alert success message'Search for other uses of
sAlertin our project, to get a sense of how it is typically used.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.
You've commented on an outdated diff. That file has already been changed.