HumanSignal / label-studio-frontend

Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
https://labelstud.io/
Apache License 2.0
413 stars 316 forks source link

docs: LEAP-615: Mention spaces saving for Text tag #1682

Closed hlomzik closed 4 months ago

hlomzik commented 5 months ago

Text tag is displayed as html, so all spaces are smashed by browser, and they also go like this to result. To avoid this users can add custom style in config, described in docs. But it only says that this affects displaying, not saving the result. Adding this note as well.

PR fulfills these requirements

Describe the reason for change

https://github.com/HumanSignal/label-studio/issues/5338

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e9c9552) 68.70% compared to head (af738d8) 68.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1682 +/- ## ======================================= Coverage 68.70% 68.70% ======================================= Files 443 443 Lines 28734 28734 Branches 7641 7641 ======================================= Hits 19742 19742 Misses 7748 7748 Partials 1244 1244 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hlomzik commented 5 months ago

/merge master

hlomzik commented 4 months ago

/git merge master

Workflow run Successfully pushed new changes: Merge remote-tracking branch 'origin/master' into fb-leap-615/spaces-in-text-results-docs (bcdaa78a5bf4a778e5c4d32e9dc32cfbc1e98f26)