Add places to default lists #27

Merged
raucao merged 9 commits from feature/1-lists into master 2026-03-14 09:04:21 +00:00
Showing only changes of commit f1779131e8 - Show all commits

View File

@@ -50,6 +50,10 @@ export default class StorageService extends Service {
this.loadLists();
});
this.rs.on('not-connected', () => {
this.loadLists();
});
this.rs.on('disconnected', () => {
this.connected = false;
this.userAddress = null;