From 51a36ea09c6c27f01a1feb6a23983fe0a54ccd7e Mon Sep 17 00:00:00 2001 From: itskovacs Date: Sun, 12 Oct 2025 16:11:11 +0200 Subject: [PATCH] :sparkles: Trip packing list: copy to clipboard or to another Trip (quick copy, quick paste), :lipstick: QoL Packing list, :lipstick: QoL checklist --- .../app/components/trip/trip.component.html | 23 +++- src/src/app/components/trip/trip.component.ts | 122 +++++++++++++++++- src/src/app/services/utils.service.ts | 3 +- 3 files changed, 136 insertions(+), 12 deletions(-) diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 2617620..1edba3a 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -594,12 +594,13 @@ } +
- +
@@ -633,7 +634,7 @@
-
+
@@ -656,16 +657,28 @@ }
-
+
+
Items with status
+
+ @for (status of statuses; track status.label) { +
+
+ {{ status.label }} +
+ } +
+
+
@for (item of getWatchlistData; track item.id) { -
+