From 5fd4b4a5e32256e8eede566dd0326366bf33dedd Mon Sep 17 00:00:00 2001 From: Aran Roig Date: Wed, 18 Mar 2026 00:46:35 +0100 Subject: [PATCH] Something --- frontend/app/app.vue | 18 +++++- frontend/app/assets/css/main.scss | 1 + frontend/app/components/Container.vue | 1 + frontend/app/components/Footer.vue | 19 ++++++ frontend/app/components/Sprite.vue | 1 - frontend/app/pages/index.vue | 62 ++++++++++++++++---- frontend/public/sprites/alfadir/frame1.png | Bin 24394 -> 25828 bytes frontend/public/sprites/alfadir/frame10.png | Bin 24519 -> 25914 bytes frontend/public/sprites/alfadir/frame11.png | Bin 24551 -> 26061 bytes frontend/public/sprites/alfadir/frame12.png | Bin 24778 -> 25904 bytes frontend/public/sprites/alfadir/frame13.png | Bin 24551 -> 25904 bytes frontend/public/sprites/alfadir/frame2.png | Bin 24394 -> 25828 bytes frontend/public/sprites/alfadir/frame3.png | Bin 24304 -> 25765 bytes frontend/public/sprites/alfadir/frame4.png | Bin 24304 -> 25765 bytes frontend/public/sprites/alfadir/frame5.png | Bin 24304 -> 25765 bytes frontend/public/sprites/alfadir/frame6.png | Bin 24304 -> 25765 bytes frontend/public/sprites/alfadir/frame7.png | Bin 24468 -> 25861 bytes frontend/public/sprites/alfadir/frame8.png | Bin 24459 -> 25849 bytes frontend/public/sprites/alfadir/frame9.png | Bin 24434 -> 25887 bytes 19 files changed, 87 insertions(+), 15 deletions(-) create mode 100644 frontend/app/components/Footer.vue diff --git a/frontend/app/app.vue b/frontend/app/app.vue index dcaec3b..796f23a 100644 --- a/frontend/app/app.vue +++ b/frontend/app/app.vue @@ -26,12 +26,24 @@ onMounted(() => { \ No newline at end of file diff --git a/frontend/app/assets/css/main.scss b/frontend/app/assets/css/main.scss index 180884e..0ecd802 100644 --- a/frontend/app/assets/css/main.scss +++ b/frontend/app/assets/css/main.scss @@ -24,6 +24,7 @@ body { /* OR for standard crisp images */ image-rendering: crisp-edges; pointer-events: none; + user-select: none; } ul { diff --git a/frontend/app/components/Container.vue b/frontend/app/components/Container.vue index 1499585..62bd8ef 100644 --- a/frontend/app/components/Container.vue +++ b/frontend/app/components/Container.vue @@ -20,6 +20,7 @@ $separation: 2px; padding: 8px 24px; color: white; border: 1px solid var(--color-border-color); + box-shadow: 8px -8px 0px 0px #151d28; } .corner{ diff --git a/frontend/app/components/Footer.vue b/frontend/app/components/Footer.vue new file mode 100644 index 0000000..8aa72a7 --- /dev/null +++ b/frontend/app/components/Footer.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/frontend/app/components/Sprite.vue b/frontend/app/components/Sprite.vue index b6fed63..6f04746 100644 --- a/frontend/app/components/Sprite.vue +++ b/frontend/app/components/Sprite.vue @@ -64,6 +64,5 @@ onMounted(() => { \ No newline at end of file diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index d744a75..b3e5903 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -14,21 +14,39 @@ onMounted(async () => {