Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: LEAP-33: Fixes for labels by Taxonomy #4757

Merged
merged 34 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d306367
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 8, 2023
08e7f2a
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 13, 2023
fea2dd6
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Sep 13, 2023
8cb43ea
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 15, 2023
2684b7c
docs: LSF Update
hlomzik Sep 15, 2023
862f862
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Sep 15, 2023
eb40610
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 22, 2023
4c30723
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Sep 22, 2023
62b343b
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 22, 2023
03e5bab
docs: LSF Update
hlomzik Sep 22, 2023
95b0e96
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Sep 22, 2023
7da7357
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 25, 2023
8eea834
docs: LSF Update
hlomzik Sep 25, 2023
fccac71
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Sep 25, 2023
8f82e81
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Sep 29, 2023
6f29740
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Sep 29, 2023
d8b0636
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 2, 2023
d882ee1
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Oct 2, 2023
aaa7cfa
ci: Build frontend
robot-ci-heartex Oct 2, 2023
2e2b686
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 3, 2023
bd679bd
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Oct 3, 2023
557e1a6
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 3, 2023
db71104
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Oct 3, 2023
7770b20
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 4, 2023
b71dab6
Merge branch 'origin/develop' into 'fb-leap-33/taxonomy-labels'
hlomzik Oct 4, 2023
c5b9dec
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 5, 2023
a556628
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 9, 2023
c3f6624
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 9, 2023
2912fd4
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 10, 2023
7d70055
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 10, 2023
0fdae7d
[submodules] Build static HumanSignal/label-studio-frontend
farioas Oct 11, 2023
73c789b
[submodules] Build static HumanSignal/label-studio-frontend
farioas Oct 11, 2023
523c0b1
[submodules] Build static HumanSignal/label-studio-frontend
hlomzik Oct 12, 2023
c438610
Merge branch 'develop' into fb-leap-33/taxonomy-labels
hlomzik Oct 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/tags/choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ The `Choice` tag represents a single choice for annotations. Use with the `Choic
| [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. |
| [style] | <code>style</code> | CSS style of the checkbox element |
| [hotkey] | <code>string</code> | Hotkey for the selection |
| [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) |
| [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) |
| [hint] | <code>string</code> | Hint for choice on hover[^2] |
| [color] | <code>string</code> | Color for Taxonomy item |

### Example

Expand Down
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: LEAP-250: Fix maxUsages for New Taxonomy",
"commit": "9ce03a2f1e08e4d19b213652ba31a639272bb971",
"message": "fix: LEAP-33: Fixes for labels by Taxonomy",
"commit": "05b67ad284a8ebe2ced9cde38e4bedd4c5d74ca9",
"branch": "master",
"date": "2023/10/09 15:36:16"
"date": "2023/10/12 10:55:01"
}