diff --git a/src/routes/(console)/project-[project]/auth/user-[user]/targets/+page.svelte b/src/routes/(console)/project-[project]/auth/user-[user]/targets/+page.svelte index ee5a50d963..e840f0d63c 100644 --- a/src/routes/(console)/project-[project]/auth/user-[user]/targets/+page.svelte +++ b/src/routes/(console)/project-[project]/auth/user-[user]/targets/+page.svelte @@ -5,7 +5,8 @@ Heading, ViewSelector, EmptyFilter, - EmptySearch + EmptySearch, + DropList } from '$lib/components'; import { Container } from '$lib/layout'; import type { PageData } from './$types'; @@ -14,15 +15,34 @@ import { columns } from './store'; import { View } from '$lib/helpers/load'; import Create from './create.svelte'; + import { Pill } from '$lib/elements'; export let data: PageData; let showAdd = false; + let showMoreInfo = false;
- Targets +
+ Targets + + (showMoreInfo = !showMoreInfo)}> + More info + + + +

+ User targets include emails, phone numbers, and devices with your + app installed. These targets can subscribe to a topic and receive + messages published to it. +

+
+
+
+
+
@@ -111,7 +130,7 @@ Need a hand? Check out our .