From 1aedda9cb34ec423a991fa12920f209440d40c92 Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Tue, 10 Jun 2025 01:31:21 +0100 Subject: [PATCH] fix: add more table flips --- src/routes/dashboard/index.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index d7f2567..9ab5508 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -35,14 +35,23 @@ export default component$(() => {

loading your files...

- please wait + please wait...
) : ( files.value.length === 0 ? (
-

{"┻━┻︵ \\(°□°)/ ︵ ┻━┻"}

+

{ + [ + "┻━┻︵ \\(°□°)/ ︵ ┻━┻", + "┻━┻︵ヽ(`Д´)ノ︵ ┻━┻", + "ʕノ•ᴥ•ʔノ ︵ ┻━┻", + "(╯°Д°)╯︵ /(.□ . \\)", + "┬─┬ ︵ /(.□. \\)", + "(/ .□.)\\ ︵╰(゜Д゜)╯︵ /(.□. \\)" + ].sort(() => Math.random() - 0.5)[0] + }

you haven't uploaded any files yet!

- click the button to get started + click the button to get started
) : (