diff --git a/app/components/app-header.gjs b/app/components/app-header.gjs index cbc771c..0c666ca 100644 --- a/app/components/app-header.gjs +++ b/app/components/app-header.gjs @@ -7,10 +7,14 @@ import Icon from '#components/icon'; import UserMenu from '#components/user-menu'; import SearchBox from '#components/search-box'; import CategoryChips from '#components/category-chips'; +import { and } from 'ember-truth-helpers'; +import cachedImage from '../modifiers/cached-image'; export default class AppHeaderComponent extends Component { @service storage; @service settings; + @service nostrAuth; + @service nostrData; @tracked isUserMenuOpen = false; @tracked searchQuery = ''; @@ -64,9 +68,19 @@ export default class AppHeaderComponent extends Component { aria-label="User Menu" {{on "click" this.toggleUserMenu}} > -
Waiting for you to approve the connection in your mobile signer + app...
+ {{else}} +Scan this QR code with a compatible Nostr signer app (like + Amber):
+{{this.type}} @@ -500,6 +565,38 @@ export default class PlaceDetails extends Component { {{/if}} + + {{#if this.osmUrl}} +
+ {{/if}} + + {{#if this.isPhotoUploadModalOpen}} +