feat(weather): implement provider in weather api endpoints

This commit is contained in:
2026-06-25 19:19:21 +03:00
parent d82fc4ea46
commit 5333690c47
6 changed files with 31 additions and 19 deletions

View File

@@ -85,6 +85,7 @@ class WeatherLocationElement extends HTMLElement {
disconnectedCallback() {
this.removeEventListener("click", this.handleClick);
this.querySelector<HTMLElement>("[data-remove]")?.removeEventListener("click", this.handleRemoveClick);
}
handleClick(event: MouseEvent) {