From 329e5a4ba11b8d14959b947600e22494295cc14d Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 13 Sep 2025 16:02:42 +0930 Subject: [PATCH 01/12] Update useHashids.ts --- resources/js/composables/useHashids.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/js/composables/useHashids.ts b/resources/js/composables/useHashids.ts index 001e2c9..49919da 100644 --- a/resources/js/composables/useHashids.ts +++ b/resources/js/composables/useHashids.ts @@ -1,5 +1,3 @@ -import { ref } from "vue"; - export function useHashids() { const charset = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_".split( From 43cf0c76afa0e13a2270e927fc83c9c908000074 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 13 Sep 2025 16:05:45 +0930 Subject: [PATCH 02/12] Update ProfileListCard.vue --- .../js/components/Profile/ProfileListCard.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/resources/js/components/Profile/ProfileListCard.vue b/resources/js/components/Profile/ProfileListCard.vue index 5ac0d09..d90cd67 100644 --- a/resources/js/components/Profile/ProfileListCard.vue +++ b/resources/js/components/Profile/ProfileListCard.vue @@ -1,23 +1,28 @@