grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

fix: suppress a11y warning on photo strip drag container

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1
+1
app/routes/create/+page.svelte
··· 347 347 348 348 <!-- Step 2: Metadata --> 349 349 {#if step === 2} 350 + <!-- svelte-ignore a11y_no_static_element_interactions --> 350 351 <div 351 352 class="photo-strip" 352 353 class:dragging={dragIndex !== null}