-
Notifications
You must be signed in to change notification settings - Fork 0
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
Translator code backend code #45
Conversation
|
||
handleTopicSearch(); | ||
|
||
hooks.fire('action:topic.loaded', ajaxify.data); | ||
}; | ||
|
||
function configurePostToggle() { |
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.
How hard would it be to fix the lint errors? Even though our whole GitHub actions might not pass, it might be helpful to have as many files as possible follow ESLint guidelines. If it's too much work for the checkpoint, we can work on fixing it by Friday
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 overall, just make sure the new tests show up in CI
sounds good + will be adding that code in soon, thanks for looking at it! we can fix lint stuff after |
Python Flask web app that will perform live translations for input text integrated into nodebb code
Resolves #54