diff --git a/frontend/src/components/modal/AliasPickerDialog.vue b/frontend/src/components/modal/AliasPickerDialog.vue new file mode 100644 index 0000000..2552d31 --- /dev/null +++ b/frontend/src/components/modal/AliasPickerDialog.vue @@ -0,0 +1,63 @@ + + + Treat as alias for… + + + Pick the existing tag the model's prediction should map to. All + future predictions of this name will resolve to your tag. + + + + + + Cancel + Use this tag + + + + + diff --git a/frontend/src/components/modal/TagRenameDialog.vue b/frontend/src/components/modal/TagRenameDialog.vue new file mode 100644 index 0000000..1bd8c08 --- /dev/null +++ b/frontend/src/components/modal/TagRenameDialog.vue @@ -0,0 +1,58 @@ + + + Rename tag + + + + {{ errorMsg }} + + Merging two tags into one lands in FC-2c. + + + + + + Cancel + Rename + + + + +
+ Pick the existing tag the model's prediction should map to. All + future predictions of this name will resolve to your tag. +