mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
icons
This commit is contained in:
@@ -158,6 +158,14 @@ export class HomePage implements OnInit {
|
||||
console.log('Device info',info);
|
||||
};
|
||||
|
||||
get pathname(){
|
||||
return window.location.pathname
|
||||
}
|
||||
|
||||
get color() {
|
||||
return '#797979'
|
||||
}
|
||||
|
||||
updateList() {
|
||||
|
||||
/* this.notificationsService.registerCallback(
|
||||
@@ -176,7 +184,7 @@ export class HomePage implements OnInit {
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
async synchWhenOnline() {
|
||||
try {
|
||||
await this.storage.get('eventEdit').then((req) => {
|
||||
|
||||
Reference in New Issue
Block a user