WIP show POI list on click, save to RS

This commit is contained in:
2026-01-16 10:47:05 +07:00
parent 46079e96e3
commit 5f6a13386b
9 changed files with 525 additions and 22 deletions

View File

@@ -18,6 +18,7 @@ export default class StorageService extends Service {
this.rs.caching.enable('/places/');
window.remoteStorage = this.rs;
// const widget = new Widget(this.rs);
// widget.attach();
}