Learn some basic algorithms via

https://github.com/trekhleb/javascript-algorithms?tab=readme-ov-file
super cool repo! This algorithm will just run on the client, if it isn't
my server will blow up :( Maybe I will just make a postgres db that
sends the users processing info to save other users processing power?
This commit is contained in:
yuanhau 2025-05-19 13:59:10 +08:00
parent 2f2b4b1d19
commit edd8e5b05a
13 changed files with 127 additions and 462 deletions

View file

@ -43,7 +43,7 @@ import FavStaredWindow from "~/components/app/windows/fav.vue";
import Error404Window from "~/components/app/windows/error404.vue";
import NewsViewWindow from "~/components/app/windows/newsView.vue";
// Icons
// Import Icons
import {
ComputerDesktopIcon,
UserIcon,
@ -541,7 +541,7 @@ watchEffect((cleanupFn) => {
</Transition>
<!--Main desktop contents-->
<div
class="flex flex-col justify-center align-center text-center absolute w-full h-screen inset-x-0 inset-y-0 z-[-10]"
class="flex flex-col justify-center align-center text-center absolute w-full h-screen inset-x-0 inset-y-0"
id="desktop"
></div>
<Transition>