From 05c89563cbaa00b14ed3ba81c9339ee5dcef2431 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 19 Nov 2025 00:28:45 +0100 Subject: [PATCH] feat(projects): visit projects --- .../projects/bottom-screen/visit-disabled.png | Bin 0 -> 5976 bytes .../Projects/BottomScreen/Background.vue | 23 +++++++++- .../Projects/BottomScreen/Projects.vue | 30 ++++++++----- app/stores/projects.ts | 41 +++++++++++++----- 4 files changed, 72 insertions(+), 22 deletions(-) create mode 100644 app/assets/images/projects/bottom-screen/visit-disabled.png diff --git a/app/assets/images/projects/bottom-screen/visit-disabled.png b/app/assets/images/projects/bottom-screen/visit-disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..696041c4e1c64a4a4648ee4c6042eef634442257 GIT binary patch literal 5976 zcmeHL&r2IY6n-nIR--+5Fwj%6P^1*eL3${Kq9__cu~H-j50+R;K~bqqkCu+3OggWVlg=I6b4HWPT!-q$X&{wa9)?3&HriuDZk ziNx=S%zY5qx1qV;BCo?De?~+ed=?2!roKOZXbWm5d!9~-wBE*Jz5Vv+jSbekiu85W zWP^=OH(Kw0SsxQ=N=G`|pG0e|uT8^Q%T|$aID7}TIGfGN>guYf1oc2(hL?r!@8j+(fNt5)AA^>Azr~v3pX7cf#;>XGjL@f znBH*D*xTDHh(kM2<^enAL)`r1&l?)`%0>0q^r?@-IfXNsj5Iel>$0o9M+LUGw*{Yg za0)xGFlUhWn=6|8V{X=hwL*P;e_{2QjQ<+O2ZhZ2vG>28|2;$@B3=ER>5h@aKl}`s A-2eap literal 0 HcmV?d00001 diff --git a/app/components/Projects/BottomScreen/Background.vue b/app/components/Projects/BottomScreen/Background.vue index c56c8af..229d636 100644 --- a/app/components/Projects/BottomScreen/Background.vue +++ b/app/components/Projects/BottomScreen/Background.vue @@ -1,10 +1,31 @@