A simple to-do app focused on tasks that can be completed within a specific time span.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed navbar

+1 -2
-1
app/components/Nav/HorizontalNav.vue
··· 23 23 floating:shadow-2xl 24 24 25 25 pwa:bottom-12 26 - pwa:bg-transparent 27 26 28 27 floating:pwa:bottom-6 29 28 "
+1 -1
app/components/Todo/Todos.vue
··· 18 18 <template> 19 19 <div class="flex justify-center" data-testid="todos-container"> 20 20 <div 21 - class="max-h-[calc(100dvh-5.75rem)] w-dvw max-w-200 overflow-auto px-1 md:max-h-[calc(100dvh-2.5rem)] pb-1" 21 + class="max-h-[calc(100dvh-5.75rem)] pwa:max-h-[calc(100dvh-8.75rem)] floating:max-h-[calc(100dvh-8.75rem)] w-dvw max-w-200 overflow-auto px-1 md:max-h-[calc(100dvh-2.5rem)] pb-1" 22 22 > 23 23 <TransitionGroup 24 24 leave-to-class="max-h-0! opacity-0 scale-y-0"