Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 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
1 change: 0 additions & 1 deletion docs/source/tags/keypoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Use with the following data types: image.
| [strokeColor] | <code>string</code> | <code>&quot;#8bad00&quot;</code> | Keypoint stroke color in hexadecimal |
| [smart] | <code>boolean</code> | | Show smart tool for interactive pre-annotations |
| [smartOnly] | <code>boolean</code> | | Only show smart tool for interactive pre-annotations |
| [snap] | <code>pixel</code> \| <code>none</code> | <code>none</code> | Snap keypoint to image pixels |

### Example

Expand Down
1 change: 0 additions & 1 deletion docs/source/tags/keypointlabels.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Use with the following data types: image.
| [showInline] | <code>boolean</code> | <code>true</code> | Show labels in the same visual line |
| [opacity] | <code>float</code> | <code>0.9</code> | Opacity of the keypoint |
| [strokeWidth] | <code>number</code> | <code>1</code> | Width of the stroke |
| [snap] | <code>pixel</code> \| <code>none</code> | <code>none</code> | Snap keypoint to image pixels |

### Sample Results JSON

Expand Down
1 change: 0 additions & 1 deletion docs/source/tags/polygon.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Use with the following data types: image.
| [pointStyle] | <code>rectangle</code> \| <code>circle</code> | <code>circle</code> | Style of points |
| [smart] | <code>boolean</code> | | Show smart tool for interactive pre-annotations |
| [smartOnly] | <code>boolean</code> | | Only show smart tool for interactive pre-annotations |
| [snap] | <code>pixel</code> \| <code>none</code> | <code>none</code> | Snap polygon to image pixels |

### Example

Expand Down
1 change: 0 additions & 1 deletion docs/source/tags/polygonlabels.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Use with the following data types: image.
| [strokeWidth] | <code>number</code> | <code>1</code> | Width of stroke |
| [pointSize] | <code>small</code> \| <code>medium</code> \| <code>large</code> | <code>medium</code> | Size of polygon handle points |
| [pointStyle] | <code>rectangle</code> \| <code>circle</code> | <code>rectangle</code> | Style of points |
| [snap] | <code>pixel</code> \| <code>none</code> | <code>none</code> | Snap polygon to image pixels |

### Sample Results JSON

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.

8 changes: 4 additions & 4 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: OPTIC-109: Blank draft should not be created when an annotation is submitted",
"commit": "688ba577fdc3a6b87ca24e94f27c7b2aac511b2a",
"branch": "master",
"date": "2023/09/22 11:06:17"
"message": "fix: LEAP-33: Fixes for labels by Taxonomy",
"commit": "3398db3c982a75ecbfd69ca32bca385ef0d173a6",
"branch": "fb-leap-33/taxonomy-labels",
"date": "2023/09/22 18:34:13"
}