From 46539474546a409ca3a29443f80aa5fafcecbe7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 3 Sep 2026 10:08:48 -0600 Subject: [PATCH 1/3] WIP Saved places --- app/components/app-menu/home.gjs | 2 +- app/templates/lists/index.gjs | 2 +- tests/acceptance/collections-test.js | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app/components/app-menu/home.gjs b/app/components/app-menu/home.gjs index c0e6528..a878603 100644 --- a/app/components/app-menu/home.gjs +++ b/app/components/app-menu/home.gjs @@ -22,7 +22,7 @@ import iconRounded from '../../icons/icon-rounded.svg?raw';
  • diff --git a/app/templates/lists/index.gjs b/app/templates/lists/index.gjs index 58834fe..785111f 100644 --- a/app/templates/lists/index.gjs +++ b/app/templates/lists/index.gjs @@ -46,7 +46,7 @@ export default class ListsIndexTemplate extends Component { - Collections + Saved Places +
  • {{#each this.storage.lists as |list|}}