this repo has no description
0
fork

Configure Feed

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

tweak load more collection button

Juliet c2931cc1 2b67ab6c

+3 -3
+3 -3
src/views/collection.tsx
··· 193 193 194 194 return ( 195 195 <Show when={records.length || response()}> 196 - <div class="z-5 dark:bg-dark-800 sticky top-0 mb-2 flex w-full flex-col items-center justify-center gap-2 border-b border-neutral-500 bg-zinc-100 py-4"> 196 + <div class="z-5 dark:bg-dark-800 sticky top-0 mb-2 flex w-full flex-col items-center justify-center gap-2 border-b border-neutral-500 bg-zinc-100 py-3"> 197 197 <div class="flex w-full items-center gap-2"> 198 198 <Show when={loginState() && agent.sub === did}> 199 199 <div ··· 305 305 <button 306 306 type="button" 307 307 onclick={() => refetch()} 308 - class="dark:hover:bg-dark-300 rounded-lg border border-gray-400 bg-transparent px-2 py-1.5 text-sm font-bold hover:bg-zinc-50 focus:outline-none focus:ring-1 focus:ring-gray-300" 308 + class="dark:hover:bg-dark-300 rounded-lg border border-gray-400 bg-transparent px-2 py-1.5 text-xs font-bold hover:bg-zinc-50 focus:outline-none focus:ring-1 focus:ring-gray-300" 309 309 > 310 310 Load More 311 311 </button> 312 312 </Show> 313 313 <Show when={response.loading}> 314 - <div class="i-eos-icons-loading text-2xl" /> 314 + <div class="i-eos-icons-loading text-xl" /> 315 315 </Show> 316 316 </div> 317 317 </Show>