appview-less bluesky client
24
fork

Configure Feed

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

warming up!

dawn 6b55e412 2ef992c3

+5
+5
src/components/GenericTimelineView.svelte
··· 293 293 {/snippet} 294 294 {#snippet loading()} 295 295 <LoadingSpinner /> 296 + {#if !shouldLoad} 297 + <p class="text-center text-xl opacity-80"> 298 + warming up... <span class="text-2xl">◔.◔</span> 299 + </p> 300 + {/if} 296 301 {/snippet} 297 302 {#snippet error()} 298 303 <LoadError error={loadError} onRetry={loadMore} />