diff --git a/app/components/icon.gjs b/app/components/icon.gjs index 9a70663..77757eb 100644 --- a/app/components/icon.gjs +++ b/app/components/icon.gjs @@ -17,6 +17,7 @@ import navigation from 'feather-icons/dist/icons/navigation.svg?raw'; import phone from 'feather-icons/dist/icons/phone.svg?raw'; import server from 'feather-icons/dist/icons/server.svg?raw'; import settings from 'feather-icons/dist/icons/settings.svg?raw'; +import target from 'feather-icons/dist/icons/target.svg?raw'; import user from 'feather-icons/dist/icons/user.svg?raw'; import x from 'feather-icons/dist/icons/x.svg?raw'; import zap from 'feather-icons/dist/icons/zap.svg?raw'; @@ -38,6 +39,7 @@ const ICONS = { phone, server, settings, + target, user, x, zap, diff --git a/app/components/places-sidebar.gjs b/app/components/places-sidebar.gjs index 0457c5f..8bd63f4 100644 --- a/app/components/places-sidebar.gjs +++ b/app/components/places-sidebar.gjs @@ -122,7 +122,7 @@ export default class PlacesSidebar extends Component { try { const savedPlace = await this.storage.updatePlace(updatedPlace); console.log('Place updated:', savedPlace.title); - + // Notify parent to refresh map/lists if (this.args.onBookmarkChange) { this.args.onBookmarkChange(); @@ -148,7 +148,7 @@ export default class PlacesSidebar extends Component { {{on "click" this.clearSelection}} > {{else}} -

Nearby Places

+

Nearby

{{/if}}