diff --git a/index.html b/index.html new file mode 100644 index 000000000..a564f3577 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +https://wetransfer.com/downloads/48a9320a9b41c4b3bef97cfc0c42941620230803122443/778a91?utm_campaign=TRN_TDL_05&utm_source=sendgrid&utm_medium=email&trk=TRN_TDL_05 \ No newline at end of file diff --git a/src/app/modals/create-process/create-process.page.ts b/src/app/modals/create-process/create-process.page.ts index 0860cfae3..08c4404c7 100644 --- a/src/app/modals/create-process/create-process.page.ts +++ b/src/app/modals/create-process/create-process.page.ts @@ -196,7 +196,7 @@ export class CreateProcessPage implements OnInit { } cancelTask() { - this.modalController.dismiss(null); + this.modalController.dismiss({action:'cancel'}); } runValidation() { diff --git a/src/app/models/message.model.ts b/src/app/models/message.model.ts index 341262051..9c4702f26 100644 --- a/src/app/models/message.model.ts +++ b/src/app/models/message.model.ts @@ -35,6 +35,7 @@ export interface ChatMessageInterface { msg: string; file?: any; ts: number; + t?: string; u: { _id: string; username: string; diff --git a/src/app/pages/agenda/new-event/new-event.page.ts b/src/app/pages/agenda/new-event/new-event.page.ts index 695a90364..0a400d74d 100644 --- a/src/app/pages/agenda/new-event/new-event.page.ts +++ b/src/app/pages/agenda/new-event/new-event.page.ts @@ -333,7 +333,7 @@ export class NewEventPage implements OnInit { CalendarName: new FormControl(this.postEvent.CalendarName, [ Validators.required ]), - Date: new FormControl(new Date(this.postEvent.StartDate).getTime() <= new Date(this.postEvent.EndDate).getTime()? 'ok': null,[ + Date: new FormControl(new Date(this.postEvent.StartDate).getTime() < new Date(this.postEvent.EndDate).getTime()? 'ok': null,[ Validators.required ]), Categories: new FormControl(this.postEvent.Category, [ diff --git a/src/app/pages/chat/chat.page.ts b/src/app/pages/chat/chat.page.ts index 03bc3b0ab..9f21d4c31 100644 --- a/src/app/pages/chat/chat.page.ts +++ b/src/app/pages/chat/chat.page.ts @@ -290,7 +290,7 @@ export class ChatPage implements OnInit { this.selectContact(); } else { - + this.showEmptyComponent = false; this.showContacts = true; } } @@ -301,6 +301,7 @@ export class ChatPage implements OnInit { } else { this.closeAllDesktopComponents(); + this.showEmptyComponent = false; this.showNewGroup = true; } } diff --git a/src/app/pages/chat/edit-group/edit-group.page.scss b/src/app/pages/chat/edit-group/edit-group.page.scss index 2717a7a4e..69afe6491 100644 --- a/src/app/pages/chat/edit-group/edit-group.page.scss +++ b/src/app/pages/chat/edit-group/edit-group.page.scss @@ -49,7 +49,6 @@ ion-content{ transform: translate3d(0, 1px, 0); .title-content{ - width: 360px; margin: 0px auto; overflow: auto; padding: 0 !important; diff --git a/src/app/pages/chat/group-messages/group-messages.page.html b/src/app/pages/chat/group-messages/group-messages.page.html index 8c0fa786d..d6a166595 100644 --- a/src/app/pages/chat/group-messages/group-messages.page.html +++ b/src/app/pages/chat/group-messages/group-messages.page.html @@ -11,7 +11,7 @@
Meus
diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts
index 3a6a82749..058fc3590 100644
--- a/src/app/pages/login/login.page.ts
+++ b/src/app/pages/login/login.page.ts
@@ -18,7 +18,6 @@ import { ChatService } from 'src/app/services/chat.service';
import { Platform } from '@ionic/angular';
import { FirstEnterService } from '../../services/first-enter.service';
import { Storage } from '@ionic/storage';
-import { HttpErrorHandle } from 'src/app/services/http-error-handle.service';
import { CPSession } from 'src/app/store/documentManagement';
@Component({
selector: 'app-login',
diff --git a/src/app/pages/publications/new-action/new-action.page.html b/src/app/pages/publications/new-action/new-action.page.html
index 637db6e74..cb0a77275 100644
--- a/src/app/pages/publications/new-action/new-action.page.html
+++ b/src/app/pages/publications/new-action/new-action.page.html
@@ -23,7 +23,7 @@