From 0ba4b344f8f23bf83c79f74a4984c9e6ed2e9e7c Mon Sep 17 00:00:00 2001 From: ennucore Date: Fri, 16 Dec 2022 22:11:59 +0100 Subject: [PATCH] Changed zone repr + results, api, and Find --- .idea/workspace.xml | 17 ++-- package-lock.json | 167 +++++++++++++++++++++++++++++++-- package.json | 4 +- src/api.ts | 19 ++++ src/components/ZonePricing.vue | 2 +- src/components/ZoneTable.vue | 2 +- src/result.ts | 37 ++++++++ src/router/index.ts | 1 - src/views/Find.vue | 18 ++-- src/views/FindQ.vue | 39 ++++++-- src/views/Get.vue | 4 +- src/zone.ts | 3 +- 12 files changed, 273 insertions(+), 40 deletions(-) create mode 100644 src/api.ts create mode 100644 src/result.ts diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 711315a..c6cfc7a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,14 +2,17 @@ - - + + - - + + - + + + +