When the user pushes the articles in Tx, the status for them is
depicted in the UI for each article. However, this status is not
depicted when the user gets translations from Tx. Now, when the user
gets a warning/error message on top of the list, he can also see which
articles have issues and in which locale in case of warning. The locales
are marked with either warning/error color.
How to test
Go to a list of articles dynamic or not and start making actions for push/pull via Tx.
Check the warning/error statuses.
Reviewer checklist
Code:
[ ] Change is covered by unit-tests
[ ] Code is well documented, well styled and is following best practices
[ ] Performance issues have been taken under consideration
[ ] Errors and other edge-cases are handled properly
PR:
[ ] Problem and/or solution are well-explained
[ ] Commits have been squashed so that each one has a clear purpose
Problem and/or solution
When the user pushes the articles in Tx, the status for them is depicted in the UI for each article. However, this status is not depicted when the user gets translations from Tx. Now, when the user gets a warning/error message on top of the list, he can also see which articles have issues and in which locale in case of warning. The locales are marked with either warning/error color.
How to test
Go to a list of articles dynamic or not and start making actions for push/pull via Tx. Check the warning/error statuses.
Reviewer checklist
Code:
PR: