Nice little directory browser :D
0
fork

Configure Feed

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

ThankYouTestUser: fix multiplying marquee, div -> semantic span

marquee will still SOMETIMES freeze in place on back button, but idk about that

+3 -3
+3 -3
Components/ThankYouTestUser.razor
··· 16 16 *@ 17 17 18 18 @* TODO: BUG on using browser back button, marquee text will duplicate. *@ 19 - <div id="message" class="text-center items-center text-3xl flex flex-row gap-3"> 20 - <div>🚧</div> 19 + <div id="message" class="text-center items-center text-3xl flex flex-row gap-3" hx-preserve> 20 + <span>🚧</span> 21 21 <span class="mask-x-from-95% w-full overflow-hidden text-sm invisible" 22 22 data-duration="7500" 23 23 data-gap="25" ··· 30 30 <span>🦋</span> @* divider charm *@ 31 31 </div> 32 32 </span> 33 - <div>🚧</div> 33 + <span>🚧</span> 34 34 </div>