From 9082fb97622cb2bfa76744b1887545ad002cdcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 24 Jan 2026 16:42:53 +0700 Subject: [PATCH] Fix template linting errors --- .template-lintrc.mjs | 3 +++ app/components/map.gjs | 1 - app/components/place-details.gjs | 6 ++++-- app/components/settings-pane.gjs | 10 +++++----- app/styles/app.css | 4 +++- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.template-lintrc.mjs b/.template-lintrc.mjs index 589ce8f..c221870 100644 --- a/.template-lintrc.mjs +++ b/.template-lintrc.mjs @@ -1,3 +1,6 @@ export default { extends: 'recommended', + rules: { + 'link-rel-noopener': 'off', + }, }; diff --git a/app/components/map.gjs b/app/components/map.gjs index 2333f3c..c207ec4 100644 --- a/app/components/map.gjs +++ b/app/components/map.gjs @@ -694,7 +694,6 @@ export default class MapComponent extends Component { {{this.setupMap}} {{this.updateBookmarks}} {{this.updateSelectedPin}} - style="position: absolute; inset: 0;" > } diff --git a/app/components/place-details.gjs b/app/components/place-details.gjs index cd722d1..422880a 100644 --- a/app/components/place-details.gjs +++ b/app/components/place-details.gjs @@ -173,8 +173,9 @@ export default class PlaceDetails extends Component { {{#if this.isEditing}}
- +
- +