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