Add TODOs

This commit is contained in:
Bubka 2025-05-26 16:24:47 +02:00
parent 9d96171585
commit 1a8d142a0a

View File

@ -332,6 +332,8 @@
<template>
<UseColorMode v-slot="{ mode }">
<div>
<!-- TODO: Persist the new active group by listening to the active-group-changed event -->
<!-- TODO: Add the link to the group management view in the GroupSwitch slot -->
<GroupSwitch v-if="showGroupSwitch" v-model:showGroupSwitch="showGroupSwitch" v-model:groups="groups.items" />
<DestinationGroupSelector
v-if="showDestinationGroupSelector"