From 1342c93d626c8c208ffc3914412e11ba885b88bc Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 7 Mar 2026 02:03:21 +0900 Subject: [PATCH] add context menu to friends locations card --- .../components/FriendsLocationsCard.vue | 185 +++++-- .../__tests__/FriendsLocationsCard.test.js | 464 ++++++++++++++++++ 2 files changed, 621 insertions(+), 28 deletions(-) create mode 100644 src/views/FriendsLocations/components/__tests__/FriendsLocationsCard.test.js diff --git a/src/views/FriendsLocations/components/FriendsLocationsCard.vue b/src/views/FriendsLocations/components/FriendsLocationsCard.vue index 684f5800..cf2a2489 100644 --- a/src/views/FriendsLocations/components/FriendsLocationsCard.vue +++ b/src/views/FriendsLocations/components/FriendsLocationsCard.vue @@ -1,41 +1,90 @@