your personal website on atproto - mirror
0
fork

Configure Feed

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

small fixes, update todo

Florian d6ce3e9b 0887072d

+11 -3
+3 -3
src/lib/EditableWebsite.svelte
··· 166 166 167 167 {#if !dev} 168 168 <div 169 - class="bg-base-800 fixed inset-0 z-50 inline-flex h-full w-full items-center justify-center p-4 text-center lg:hidden" 169 + class="bg-base-200 dark:bg-base-800 fixed inset-0 z-50 inline-flex h-full w-full items-center justify-center p-4 text-center lg:hidden" 170 170 > 171 171 Editing on mobile is not supported yet. Please use a desktop browser. 172 172 </div> 173 173 {/if} 174 174 175 175 {#if showingMobileView} 176 - <div class="bg-base-900 pointer-events-none fixed inset-0 -z-10 h-full w-full"></div> 176 + <div class="bg-base-200 dark:bg-base-900 pointer-events-none fixed inset-0 -z-10 h-full w-full"></div> 177 177 {/if} 178 178 179 179 {#if newItem.modal && newItem.item} ··· 192 192 class={[ 193 193 '@container/wrapper relative w-screen', 194 194 showingMobileView 195 - ? 'bg-base-950 my-4 min-h-[calc(100dhv-2em)] rounded-2xl lg:mx-auto lg:w-[400px]' 195 + ? 'bg-base-50 dark:bg-base-950 my-4 min-h-[calc(100dhv-2em)] rounded-2xl lg:mx-auto lg:w-[400px]' 196 196 : '' 197 197 ]} 198 198 >
+8
todo.md
··· 9 9 - bluesky account 10 10 - bluesky post (fixed or latest) 11 11 - social accounts card (multiple) 12 + - cartoons: aka https://www.opendoodles.com/ 13 + - map 14 + - youtube video 15 + - youtube channel 16 + - guestbook 12 17 - other atproto apps 13 18 - leaflet 14 19 - skywatched 20 + 21 + - image cards: different images for dark and light mode 22 + 15 23 16 24 - allow setting custom base and accent color 17 25 - allow changing avatar and description to be different than bluesky