data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

feat: update notify txtbox placeholder

dusk 581b2cc3 4a19d10b

+2 -2
+2 -2
src/routes/+page.svelte
··· 200 200 </div> 201 201 {/if} 202 202 </Window> 203 - <Window style="md:mr-2" title="cool buttons :3"> 203 + <Window style="md:mr-2" title="cool buttons :>"> 204 204 <div class="max-w-[50ch] prose prose-ralsei prose-a:!animate-none prose-img:m-0 leading-snug"> 205 205 <div class="flex flex-row flex-wrap gap-3 place-items-start group"> 206 206 {#each buttons as { name, url, image }} ··· 386 386 type="text" 387 387 class="entry text-lg p-1 m-0 bg-transparent resize-none text-shadow-white placeholder-shown:[text-shadow:none] border-none" 388 388 name="content" 389 - placeholder="push a notif into it~~" 389 + placeholder="bother it now!!" 390 390 maxlength="100" 391 391 required 392 392 />