sync activity separately from regular sync

This commit is contained in:
Paul Miller
2023-06-05 17:50:46 -05:00
committed by Tony Giorgio
parent 9186da7fc6
commit 2d99da5245
7 changed files with 186 additions and 141 deletions

View File

@@ -36,12 +36,14 @@ export default function App() {
</Show>
{/* <ButtonLink href="/activity">View All</ButtonLink> */}
</VStack>
<A
href="/activity"
class="text-m-red active:text-m-red/80 text-xl font-semibold no-underline self-center"
>
View All
</A>
<Show when={state.activity && state.activity.length > 0}>
<A
href="/activity"
class="text-m-red active:text-m-red/80 text-xl font-semibold no-underline self-center"
>
View All
</A>
</Show>
</Card>
<p class="self-center text-neutral-500 mt-4">
Bugs? Feedback?{" "}