mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Search solved, aprove envent and remove from home the serviceworker
This commit is contained in:
@@ -124,12 +124,12 @@ export class HomePage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
navigator.serviceWorker.ready.then((registration) => {
|
||||
/* navigator.serviceWorker.ready.then((registration) => {
|
||||
console.log('yes please')
|
||||
registration.active.postMessage(
|
||||
"Test message sent immediately after creation",
|
||||
);
|
||||
});
|
||||
}); */
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<div *ngIf="loadedEvent.workflowInstanceDataFields.Body">
|
||||
<h5 class="font-17-rem">Detalhes</h5>
|
||||
<ion-item lines="none" class="ion-no-margin ion-no-padding">
|
||||
<pre class="width-100 text">{{loadedEvent.workflowInstanceDataFields.Body }} </pre>
|
||||
<pre class="text scrollable-pre">{{loadedEvent.workflowInstanceDataFields.Body }} </pre>
|
||||
</ion-item>
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
|
||||
@@ -41,6 +41,7 @@ ion-menu{
|
||||
/* overflow: auto;
|
||||
width: 100%; */
|
||||
border-right: 1px solid #d8d8d8;
|
||||
background: white;
|
||||
|
||||
.upper-content{
|
||||
margin-left: 40px;
|
||||
@@ -220,6 +221,11 @@ ion-menu{
|
||||
}
|
||||
}
|
||||
|
||||
.scrollable-pre {
|
||||
max-height: 300px;
|
||||
overflow-y: auto; /* Add vertical scroll if content exceeds max height */
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1140px){
|
||||
.content{
|
||||
width: 75%;
|
||||
|
||||
@@ -230,6 +230,7 @@ ion-slide{
|
||||
font-size: rem(20);
|
||||
text-align: center;
|
||||
color: black;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.most-searched-word-container{
|
||||
|
||||
+406
-336
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user