mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
changed xcalendario to agenda
This commit is contained in:
@@ -14,6 +14,7 @@ import { EventsService } from 'src/app/services/events.service';
|
||||
import { RochetChatConnectorService } from 'src/app/services/chat/rochet-chat-connector.service';
|
||||
import { ProcessesService } from 'src/app/services/processes.service';
|
||||
import { SqliteService } from 'src/app/services/sqlite.service';
|
||||
import { ActiveTabService } from 'src/app/services/active-tab.service';
|
||||
import { Device } from '@capacitor/device';
|
||||
import { RouteService } from 'src/app/services/route.service';
|
||||
import { NetworkServiceService, ConnectionStatus } from 'src/app/services/network-service.service';
|
||||
@@ -89,10 +90,11 @@ export class HomePage implements OnInit {
|
||||
private RochetChatConnectorService: RochetChatConnectorService,
|
||||
private NetworkServiceService: NetworkServiceService,
|
||||
public eventService: EventsService,
|
||||
) {
|
||||
if (SessionStore.exist) {
|
||||
this.user = SessionStore.user;
|
||||
}
|
||||
public ActiveTabService: ActiveTabService
|
||||
) {
|
||||
if (SessionStore.exist) {
|
||||
this.user = SessionStore.user;
|
||||
}
|
||||
|
||||
this.NativeNotificationService.askForPermission();
|
||||
this.NativeNotificationService.foregroundNotification();
|
||||
@@ -224,10 +226,6 @@ export class HomePage implements OnInit {
|
||||
const info = await Device.getInfo();
|
||||
}
|
||||
|
||||
get pathname() {
|
||||
return window.location.pathname
|
||||
}
|
||||
|
||||
updateList() {
|
||||
|
||||
document.addEventListener('pause', function () {
|
||||
|
||||
Reference in New Issue
Block a user