mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-24 22:12:06 +02:00
Add TODOs
This commit is contained in:
parent
9d96171585
commit
1a8d142a0a
@ -332,6 +332,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<UseColorMode v-slot="{ mode }">
|
<UseColorMode v-slot="{ mode }">
|
||||||
<div>
|
<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" />
|
<GroupSwitch v-if="showGroupSwitch" v-model:showGroupSwitch="showGroupSwitch" v-model:groups="groups.items" />
|
||||||
<DestinationGroupSelector
|
<DestinationGroupSelector
|
||||||
v-if="showDestinationGroupSelector"
|
v-if="showDestinationGroupSelector"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user