Jamie
Jamie
## Summary When accessing [pontoon.mozilla.org/it/firefox/insights/](https://pontoon.mozilla.org/it/firefox/insights/), the Review Activity and Pretranslation Quality graphs seem to be broken. Other projects in Italian do not seem to have Review Activity broken, but in...
## Summary When saving elements in the settings page, said elements do not wrap properly in the Profile page. ## Additional Context Saving Long elements: Observing broken UI:
The endpoints `api/v1/user//theme/ ` and `api/v1/user//`, located [here](https://github.com/mozilla/pontoon/blob/8f71af1ead04cec9eb3f13532a6c4bf147eb0d0a/pontoon/contributors/urls.py#L65) need to be deprecated and replaced with an `api/v2` equivalent.
Creates 2 pages, one which conducts entity translation search, the other displays the entity with all translations. Inspired by the functionality of Tranvision.
## Feature Summary Implement an authenticated API endpoint which returns a Pretranslation for a given Entity and locale. Located at `/api/v2/pretranslate/?text=TEXT&locale=code`. ## Motivation / Use Case We currently have existing...
Recently, through [this PR](https://github.com/mozilla/pontoon/pull/3823), we added the feature of selectively excluding fields to the `/locale` endpoint view. Extending this capability to all API views would improve efficiency for API calls...
In #3666 we introduced [drf-spectacular](https://drf-spectacular.readthedocs.io/en/latest/) as a way to auto-generate documentation for our REST API endpoints. We need to decide whether to keep it or find another way to represent...