Skip to content

Commit b088bda

Browse files
robot-ci-heartexhlomzikfarioas
authored
fix: LEAP-33: Fixes for labels by Taxonomy (#4757)
* [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6124929627 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6174465648 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6199379114 * docs: LSF Update Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6199379114 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6276197292 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6277361536 * docs: LSF Update Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6277361536 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6300175279 * docs: LSF Update Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6300175279 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6350584078 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6381193990 * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6381278017 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6394794922 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6399588606 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6408173324 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6419772202 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6456728285 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6457584458 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6469478285 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6471048471 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6482194842 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6482795848 * [submodules] Build static HumanSignal/label-studio-frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/6494103664 --------- Co-authored-by: hlomzik <hlomzik@gmail.com> Co-authored-by: hlomzik <hlomzik@users.noreply.github.com> Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com> Co-authored-by: farioas <farioas@users.noreply.github.com>
1 parent adc2475 commit b088bda

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

docs/source/tags/choice.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ The `Choice` tag represents a single choice for annotations. Use with the `Choic
2121
| [alias] | <code>string</code> | Alias for the choice. If used, the alias replaces the choice value in the annotation results. Alias does not display in the interface. |
2222
| [style] | <code>style</code> | CSS style of the checkbox element |
2323
| [hotkey] | <code>string</code> | Hotkey for the selection |
24-
| [html] | <code>string</code> | can be used to show enriched content[^1], it has higher priority than `value`, however `value` will be used in the exported result (should be properly escaped) |
24+
| [html] | <code>string</code> | Can be used to show enriched content[^1], it has higher priority than `value`, however `value` will be used in the exported result (should be properly escaped) |
2525
| [hint] | <code>string</code> | Hint for choice on hover[^2] |
26+
| [color] | <code>string</code> | Color for Taxonomy item |
2627

2728
### Example
2829

label_studio/frontend/dist/lsf/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label_studio/frontend/dist/lsf/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label_studio/frontend/dist/lsf/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label_studio/frontend/dist/lsf/js/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"message": "fix: LEAP-250: Fix maxUsages for New Taxonomy",
3-
"commit": "9ce03a2f1e08e4d19b213652ba31a639272bb971",
2+
"message": "fix: LEAP-33: Fixes for labels by Taxonomy",
3+
"commit": "05b67ad284a8ebe2ced9cde38e4bedd4c5d74ca9",
44
"branch": "master",
5-
"date": "2023/10/09 15:36:16"
5+
"date": "2023/10/12 10:55:01"
66
}

0 commit comments

Comments
 (0)