diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 781332b..2563fda 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,23 +1,54 @@ @@ -38,9 +69,12 @@ {#if $userStore.signedIn} - Show only my publications @@ -56,3 +90,24 @@ onEventCountUpdate={handleEventCountUpdate} /> + + + + + + Clear Search? + + + Switching to "Show only my publications" will clear your current search. + Are you sure you want to continue? + + + + Cancel + + + Clear Search + + + +
+ Switching to "Show only my publications" will clear your current search. + Are you sure you want to continue? +