From 7f756ce8ca31ad6c20d501f3c058b0208af3944c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 23 Mar 2026 15:50:15 -0700 Subject: [PATCH] Make refresh button on planning work And experiment with separating the list entries into a separate component --- ts/components/PlanningColumnList.vue | 11 ++--------- ts/components/PlanningColumnListEntry.vue | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 ts/components/PlanningColumnListEntry.vue diff --git a/ts/components/PlanningColumnList.vue b/ts/components/PlanningColumnList.vue index e6a2565d..4e91b001 100644 --- a/ts/components/PlanningColumnList.vue +++ b/ts/components/PlanningColumnList.vue @@ -54,7 +54,7 @@
Error: {{ error }}
diff --git a/ts/components/PlanningColumnListEntry.vue b/ts/components/PlanningColumnListEntry.vue new file mode 100644 index 00000000..1d27946c --- /dev/null +++ b/ts/components/PlanningColumnListEntry.vue @@ -0,0 +1,16 @@ + +