feat: multi select

Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
2026-03-29 17:02:00 -04:00
parent 07c205a427
commit 69f3c430cc
4 changed files with 508 additions and 80 deletions

View File

@@ -50,7 +50,7 @@ interface ServiceGroup {
}
const serviceGroups = computed<ServiceGroup[]>(() => {
const moveCandidate = mailStore.moveMessageCandidate
const moveCandidate = mailStore.moveMessageCandidates[0]
if (!moveCandidate) {
return []
@@ -111,7 +111,7 @@ const canConfirm = computed(() => {
})
watch(
() => [props.modelValue, mailStore.moveMessageCandidate],
() => [props.modelValue, mailStore.moveMessageCandidates],
([isOpen]) => {
if (!isOpen) {
return