mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve responsiveness
This commit is contained in:
@@ -321,8 +321,6 @@ export class EventsPage implements OnInit {
|
||||
} else {
|
||||
classs = 'modal modal-desktop showAsideOptions'
|
||||
}
|
||||
/* console.log(this.profile);
|
||||
console.log(serialNumber); */
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
component: ExpedienteDetailPage,
|
||||
@@ -335,7 +333,7 @@ export class EventsPage implements OnInit {
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then((res)=>{
|
||||
if(res){
|
||||
console.log(res);
|
||||
/* console.log(res); */
|
||||
this.RefreshEvents();
|
||||
}
|
||||
});
|
||||
@@ -357,6 +355,7 @@ export class EventsPage implements OnInit {
|
||||
}
|
||||
|
||||
async openExpedientList(){
|
||||
|
||||
let classs;
|
||||
if( window.innerWidth <= 800){
|
||||
classs = 'modal'
|
||||
|
||||
Reference in New Issue
Block a user