From fb9567eee55192b1a99eb8c95ed854cb828a5fa7 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Thu, 6 Aug 2026 08:02:23 +0200 Subject: [PATCH] feat(#48): Add location picker for acquisition, type info and appraisal pages --- src/components/SelectInput.vue | 8 +++++++- src/market/acquisition/AcquisitionsPanel.vue | 19 ++++++++++++------- src/market/location/index.ts | 1 + src/market/location/location.ts | 18 ++++++++++++++++++ src/pages/ledger/ViewLedger.vue | 4 +++- src/pages/market/Appraise.vue | 10 +++++++++- src/pages/market/TypeInfo.vue | 7 +++++-- 7 files changed, 55 insertions(+), 12 deletions(-) create mode 100644 src/market/location/location.ts diff --git a/src/components/SelectInput.vue b/src/components/SelectInput.vue index a2975e2..0785941 100644 --- a/src/components/SelectInput.vue +++ b/src/components/SelectInput.vue @@ -1,7 +1,7 @@