handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

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

feat: flip the diff orientation

Mary 5878e779 b5fedc09

+3 -3
+3 -3
src/components/diff-table.tsx
··· 17 17 <div hidden={prev !== next} class="px-2 py-1"> 18 18 {next} 19 19 </div> 20 - <div hidden={prev === next || prev === null} class="bg-red-200 px-2 py-1"> 21 - {prev} 22 - </div> 23 20 <div hidden={prev === next || next === null} class="bg-green-200 px-2 py-1"> 24 21 {next} 22 + </div> 23 + <div hidden={prev === next || prev === null} class="bg-red-200 px-2 py-1"> 24 + {prev} 25 25 </div> 26 26 </div> 27 27 </>