Extract icon imports to separate util
All checks were successful
CI / Lint (pull_request) Successful in 28s
CI / Test (pull_request) Successful in 43s

So icons can be used from anywhere, e.g. map component JS
This commit is contained in:
2026-03-14 12:28:17 +04:00
parent f1779131e8
commit ec0d5a30f9
6 changed files with 79 additions and 67 deletions

View File

@@ -281,11 +281,7 @@ export default class PlaceDetails extends Component {
<div class="save-button-wrapper">
<button
type="button"
class={{if
this.isSaved
"btn btn-secondary"
"btn btn-outline"
}}
class={{if this.isSaved "btn btn-secondary" "btn btn-outline"}}
{{on "click" this.toggleLists}}
>
<Icon