refactor: 🔥 Remove old code

This commit is contained in:
Jesse Wierzbinski 2024-12-17 00:10:24 +01:00
parent 4a33a5d00f
commit 569666fb82
No known key found for this signature in database
6 changed files with 2 additions and 191 deletions

View file

@ -1,17 +1,6 @@
<template>
<div class="mx-auto max-w-2xl w-full">
<div class="shrink-0 p-10 h-dvh" v-if="!identity">
<button type="button"
class="relative block h-full w-full rounded-lg border-2 border-dashed border-dark-300 p-12 text-center">
<iconify-icon name="tabler:notification" width="3rem" height="3rem" class="mx-auto text-gray-400" />
<span class="mt-3 block text-sm font-semibold text-gray-200 max-w-56 mx-auto">Notifications
will
appear here
when you
sign in</span>
</button>
</div>
<TimelineScroller v-else>
<TimelineScroller>
<div class="rounded overflow-hidden">
<Notifications />
</div>
@ -38,4 +27,4 @@ definePageMeta({
],
requiresAuth: true,
});
</script>
</script>