Open
Conversation
…lder - remove <g clipPath> wrapper and <defs> block from FileTypeFolder - the clipped rect was 64×64, identical to the viewBox, so clipping had no visual effect - hardcoded id "clip0_10925_4038" would break clipping when the component is rendered more than once on the same page
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Segment history
The history property is an array of objects added to the quality-report/segments endpoint that provides a chronological audit trail of all actions performed on a specific segment.
The history property has been added to the following endpoint:
This is the typical structure:
[ { "status": null, "date": "2026-03-20 15:45:58", "revision_number": null, "source_page": null, "version_number": 0, "translation": "Ciao %a", "issues": [] }, { "status": "TRANSLATED", "date": "2026-03-20 15:46:39", "revision_number": null, "source_page": 1, "version_number": 1, "translation": "Ciao ", "issues": [] }, { "status": "APPROVED", "date": "2026-03-23 16:49:41", "revision_number": 1, "source_page": 2, "version_number": 2, "translation": "Ciao questa è una REVISIONE", "issues": [] }, { "status": "APPROVED2", "date": "2026-03-23 16:49:41", "revision_number": 2, "source_page": 3, "version_number": 2, "translation": "Ciao questa è una REVISIONE", "issues": [] }, { "status": "TRANSLATED", "date": "2026-03-24 12:06:07", "revision_number": null, "source_page": 1, "version_number": 3, "translation": "Ciao questa è tornata ad essere TRADUZIONE", "issues": [] }, { "status": "APPROVED2", "date": "2026-03-24 13:06:07", "revision_number": 2, "source_page": 3, "version_number": 4, "translation": "Ciao questa è tornata ad essere TRADUZIONE con issues", "issues": [ { "translation_version": 4, "segment_id": 35493, "issue_id": 98, "issue_create_date": "2026-03-24 12:06:07", "issue_replies_count": 0, "source_page": 3, "issue_start_offset": 0, "issue_end_offset": 0, "issue_category": "Style (readability, consistent style and tone)", "category_options": "{\"id\":21,\"code\":\"STY\",\"sort\":1}", "issue_severity": "Neutral", "issue_comment": null, "target_text": null, "issue_uid": 2, "revision_number": 2 } ] } ]