🎨 Minor cleanup
This commit is contained in:
parent
86a4a05e9c
commit
7b9d6142b4
@ -5,7 +5,6 @@
|
|||||||
(favoriteEmitter)="favoritePlace()" (visitEmitter)="visitPlace()" (closeEmitter)="closePlaceBox()"></app-place-box>
|
(favoriteEmitter)="favoritePlace()" (visitEmitter)="visitPlace()" (closeEmitter)="closePlaceBox()"></app-place-box>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
<div class="absolute z-30 top-2 right-2 p-2 bg-white shadow rounded">
|
<div class="absolute z-30 top-2 right-2 p-2 bg-white shadow rounded">
|
||||||
<p-button (click)="toggleMarkersList()" text severity="secondary" icon="pi pi-bars" />
|
<p-button (click)="toggleMarkersList()" text severity="secondary" icon="pi pi-bars" />
|
||||||
</div>
|
</div>
|
||||||
@ -33,11 +32,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="absolute z-30 bottom-2 left-2">
|
<div class="absolute z-30 bottom-2 left-2 p-2 bg-white shadow rounded">
|
||||||
<div class="p-2 bg-white shadow rounded">
|
|
||||||
<p-button (click)="gotoTrips()" text severity="secondary" icon="pi pi-calendar-clock" />
|
<p-button (click)="gotoTrips()" text severity="secondary" icon="pi pi-calendar-clock" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
@if (viewMarkersList) {
|
@if (viewMarkersList) {
|
||||||
<section
|
<section
|
||||||
|
|||||||
@ -1,14 +1,5 @@
|
|||||||
import { AfterViewInit, Component, OnDestroy } from "@angular/core";
|
import { AfterViewInit, Component } from "@angular/core";
|
||||||
import {
|
import { combineLatest, debounceTime, tap } from "rxjs";
|
||||||
catchError,
|
|
||||||
combineLatest,
|
|
||||||
debounceTime,
|
|
||||||
forkJoin,
|
|
||||||
map,
|
|
||||||
of,
|
|
||||||
Subscription,
|
|
||||||
tap,
|
|
||||||
} from "rxjs";
|
|
||||||
import { Place, Category } from "../../types/poi";
|
import { Place, Category } from "../../types/poi";
|
||||||
import { ApiService } from "../../services/api.service";
|
import { ApiService } from "../../services/api.service";
|
||||||
import { PlaceBoxComponent } from "../../shared/place-box/place-box.component";
|
import { PlaceBoxComponent } from "../../shared/place-box/place-box.component";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user