From 59243d7703a529764cad0662074a21b8b04cf862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 19 Aug 2026 11:41:42 -0600 Subject: [PATCH 1/4] Add link/license for map tiles --- app/components/app-menu/about.gjs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/components/app-menu/about.gjs b/app/components/app-menu/about.gjs index 59b45c9..449c425 100644 --- a/app/components/app-menu/about.gjs +++ b/app/components/app-menu/about.gjs @@ -91,6 +91,26 @@ import Icon from '#components/icon'; + + + + Map tiles + + + + + Various + + + Date: Wed, 19 Aug 2026 11:42:01 -0600 Subject: [PATCH 2/4] Suggest adding photos to contribute --- app/components/app-menu/about.gjs | 19 +++++++++++++------ app/styles/app.css | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/app/components/app-menu/about.gjs b/app/components/app-menu/about.gjs index 449c425..a506964 100644 --- a/app/components/app-menu/about.gjs +++ b/app/components/app-menu/about.gjs @@ -159,13 +159,20 @@ import Icon from '#components/icon';

Most impactful: - Add and improve data for points of interest in - OpenStreetMap.

+

Most appreciated: Use this app as much as you can and diff --git a/app/styles/app.css b/app/styles/app.css index 4673d8a..464a703 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -752,6 +752,25 @@ select.form-control { text-decoration: underline; } +.about-section p + ul { + margin-top: 0.25rem; +} + +.about-section ul { + padding-inline-start: 1.2em; + margin: 0.5rem 0 0; +} + +.about-section li { + padding-inline-start: 0.5rem; + margin-block: 0.15rem; +} + +.about-section li::marker { + content: '♥'; + color: #898989; +} + .btn-full { width: 100%; } From 3d2b723e0595e0e095aae9af89300882d4f18b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 19 Aug 2026 11:50:22 -0600 Subject: [PATCH 3/4] Mention Nostr in the app description --- app/components/app-menu/about.gjs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/components/app-menu/about.gjs b/app/components/app-menu/about.gjs index a506964..ea9000b 100644 --- a/app/components/app-menu/about.gjs +++ b/app/components/app-menu/about.gjs @@ -34,6 +34,15 @@ import Icon from '#components/icon'; >remote storage to sync place bookmarks across apps and devices.

+

+ Connect your + Nostr + identity to publish photos of places. +

From 7ede81fe5fbfc8a479820c3d88209c942985e7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 19 Aug 2026 11:52:50 -0600 Subject: [PATCH 4/4] Add hint to empty contributions list --- app/components/contributions-timeline.gjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/contributions-timeline.gjs b/app/components/contributions-timeline.gjs index 6471ebd..ecc2eff 100644 --- a/app/components/contributions-timeline.gjs +++ b/app/components/contributions-timeline.gjs @@ -32,7 +32,8 @@ import restoreScroll from '../modifiers/restore-scroll'; Connect your Nostr account to see your contributions.

{{else if (not @items.length)}} -

No contributions yet.

+

No contributions yet. Start by adding photos to + places.

{{else}}
    {{#each @items as |item|}}