mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -103,7 +103,7 @@ export class PublicationsPage implements OnInit {
|
|||||||
|
|
||||||
hideRefreshButton() {
|
hideRefreshButton() {
|
||||||
window.onresize = (event) => {
|
window.onresize = (event) => {
|
||||||
if (window.innerWidth < 801) {
|
if (window.innerWidth < 701) {
|
||||||
this.hideRefreshBtn = false;
|
this.hideRefreshBtn = false;
|
||||||
this.showSlidingOptions = false;
|
this.showSlidingOptions = false;
|
||||||
}
|
}
|
||||||
@@ -112,7 +112,7 @@ export class PublicationsPage implements OnInit {
|
|||||||
this.showSlidingOptions = true;
|
this.showSlidingOptions = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (window.innerWidth < 801) {
|
if (window.innerWidth < 701) {
|
||||||
this.hideRefreshBtn = false;
|
this.hideRefreshBtn = false;
|
||||||
this.showSlidingOptions = false;
|
this.showSlidingOptions = false;
|
||||||
}
|
}
|
||||||
@@ -375,7 +375,7 @@ export class PublicationsPage implements OnInit {
|
|||||||
this.closeDesktopComponent();
|
this.closeDesktopComponent();
|
||||||
|
|
||||||
// OpenModal
|
// OpenModal
|
||||||
if (window.innerWidth <= 800) {
|
if (window.innerWidth < 701) {
|
||||||
/* let item = this.publicationFolderList; */
|
/* let item = this.publicationFolderList; */
|
||||||
const modal = await this.modalController.create({
|
const modal = await this.modalController.create({
|
||||||
component: ViewPublicationsPage,
|
component: ViewPublicationsPage,
|
||||||
|
|||||||
@@ -591,7 +591,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
|
|||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append("blobFile", blob);
|
formData.append("blobFile", blob);
|
||||||
|
|
||||||
this.wsChatMethodsService.getDmRoom(roomId).send({
|
this.wsChatMethodsService.getGroupRoom(roomId).send({
|
||||||
file: {
|
file: {
|
||||||
"type": "application/img",
|
"type": "application/img",
|
||||||
"guid": ''
|
"guid": ''
|
||||||
@@ -674,7 +674,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
|
|||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append("blobFile", file);
|
formData.append("blobFile", file);
|
||||||
|
|
||||||
this.wsChatMethodsService.getDmRoom(roomId).send({
|
this.wsChatMethodsService.getGroupRoom(roomId).send({
|
||||||
file: {
|
file: {
|
||||||
"type": "application/img",
|
"type": "application/img",
|
||||||
"guid": ''
|
"guid": ''
|
||||||
|
|||||||
Reference in New Issue
Block a user