Make label Clickable

Fix changing URL for selfhosted
Update styling for calendar and thingview
This commit is contained in:
Mo Tarbin 2025-02-01 01:51:20 -05:00
parent 4527b229ed
commit ba149d0e96
10 changed files with 171 additions and 166 deletions

View file

@ -25,6 +25,7 @@ class ApiManager {
}
updateApiURL(url) {
this.customServerURL = url
this.init()
}
}