This commit is contained in:
Peter Maquiran
2023-07-27 16:39:25 +01:00
parent e1b1f5e62a
commit ac805b67ba
4 changed files with 16 additions and 16 deletions
@@ -105,7 +105,7 @@ export class DiplomasGerarPage implements OnInit {
}, 1000);
}
async LoadList(){
async LoadList() {
this.skeletonLoader = true
@@ -134,10 +134,10 @@ export class DiplomasGerarPage implements OnInit {
this.skeletonLoader = false
this.showLoader = false;
}
}
goBack() {
this.RouteService.goBack();
// window.history.back()
}
goBack() {
this.RouteService.goBack();
// window.history.back()
}
}
@@ -2,9 +2,9 @@
<div class="main-wrapper">
<div class="main-content d-flex flex-column width header-fix" >
<div class="main-content d-flex flex-column width " >
<div class="div-top-header">
<div class="div-top-header header-fix">
<div class="div-logo">
<img style="max-width: 90px;" *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-bg-removebg-preview.png' alt='logo'>
+1 -1
View File
@@ -5,7 +5,7 @@
<fa-icon icon="chevron-left" class="menu-icon font-awesome-1"></fa-icon>
</div>
<div class="middle add-ellipsis">
<div class="middle add-ellipsis font-25-rem">
{{Document.Assunto}}
</div>
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "c8fe85930",
"SHA": "c8fe85930b6576a7ae6656ab2d67f9c2b8091307",
"shortSHA": "e1b1f5e62",
"SHA": "e1b1f5e62a65c7e372dbdde3bc218e15de87701c",
"branch": "developer-catch-merge",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Jul 27 13:36:38 2023 +0100'",
"lastCommitMessage": "fix",
"lastCommitNumber": "5117",
"change": "",
"changeStatus": "On branch developer-catch-merge\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/view-event/view-event.page.html\n\tmodified: src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.html\n\tmodified: src/app/pages/inactivity/inactivity.page.html\n\tmodified: src/app/tiny-mce/tiny-mce.page.scss\n\tmodified: src/app/tiny-mce/tiny-mce.page.ts",
"lastCommitTime": "'Thu Jul 27 15:14:42 2023 +0100'",
"lastCommitMessage": "change",
"lastCommitNumber": "5118",
"change": "diff --git a/src/app/tiny-mce/tiny-mce.page.html b/src/app/tiny-mce/tiny-mce.page.html\nindex 7386845fe..2000e3124 100644\n--- a/src/app/tiny-mce/tiny-mce.page.html\n+++ b/src/app/tiny-mce/tiny-mce.page.html\n@@ -1,6 +1,6 @@\n <div >\n <ion-toolbar class=\"d-flex\">\n- <div class=\"d-flex align-items-center px-20 pt-20 font-25\">\n+ <div class=\"d-flex align-items-center px-20 pt-20 font-25-rem\">\n <div class=\"left cursor-pointer\" (click)=\"close()\">\n <fa-icon icon=\"chevron-left\" class=\"menu-icon font-awesome-1\"></fa-icon>\n </div>",
"changeStatus": "On branch developer-catch-merge\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/diplomas-gerar/diplomas-gerar.page.ts\n\tmodified: src/app/pages/inactivity/inactivity.page.html\n\tmodified: src/app/tiny-mce/tiny-mce.page.html\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified: src/app/tiny-mce/tiny-mce.page.html",
"changeAuthor": "peter.maquiran"
}