mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
expand click area
This commit is contained in:
@@ -35,6 +35,8 @@ export const OpentelemetryAgendaProvider = createProvider('FO-agenda-service');
|
||||
export const OpentelemetryNotificationProvider = createProvider('FO-notification');
|
||||
export const OpentelemetryInterceptorProvider = createProvider('FO-interceptor');
|
||||
export const OpentelemetryPublicationProvider = createProvider('FO-publication-service');
|
||||
export const OpentelemetryOtherProvider = createProvider('FO-other-service');
|
||||
|
||||
export const OpentelemetryLogging = createProvider('logging');
|
||||
|
||||
const tracerInstance = OpentelemetryAgendaProvider.getTracer('example-tracer-hole', '111', {})
|
||||
|
||||
@@ -93,19 +93,22 @@
|
||||
</div>s -->
|
||||
<!-- </swiper-container> -->
|
||||
|
||||
<div class="post-content" (click)="viewPublicationDetail(publication.DocumentId, publication.ProcessId)">
|
||||
<div class="post-title-time">
|
||||
<div class="post-title">
|
||||
<ion-label>{{publication.Title}}</ion-label>
|
||||
<div (click)="viewPublicationDetail(publication.DocumentId, publication.ProcessId)" class="cursor-pointer">
|
||||
<div class="post-content" >
|
||||
<div class="post-title-time">
|
||||
<div class="post-title">
|
||||
<ion-label>{{publication.Title}}</ion-label>
|
||||
</div>
|
||||
<div class="post-data">{{publication.DatePublication | date: 'dd-MM-yyyy HH:mm'}}</div>
|
||||
</div>
|
||||
<div class="post-description">
|
||||
<app-show-more
|
||||
[text]=publication.Message
|
||||
></app-show-more>
|
||||
</div>
|
||||
<div class="post-data">{{publication.DatePublication | date: 'dd-MM-yyyy HH:mm'}}</div>
|
||||
</div>
|
||||
<div class="post-description">
|
||||
<app-show-more
|
||||
[text]=publication.Message
|
||||
></app-show-more>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
</div>
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
}
|
||||
.post-content{
|
||||
margin: 0 auto;
|
||||
margin-bottom: 35px;
|
||||
padding-bottom: 35px;
|
||||
min-width: 468px;
|
||||
}
|
||||
.post-title-time{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "66274d059",
|
||||
"SHA": "66274d059a54e78f019997fbb63755344d866487",
|
||||
"shortSHA": "2e7ebc71c",
|
||||
"SHA": "2e7ebc71cea8c47f27fe163f1d460d9694e0b0ea",
|
||||
"branch": "feature/agenda-api-peter",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Mon Jul 29 17:00:07 2024 +0100'",
|
||||
"lastCommitMessage": "improve actions performance",
|
||||
"lastCommitNumber": "5892",
|
||||
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/swiper/swiper.page.ts",
|
||||
"lastCommitTime": "'Mon Jul 29 17:23:41 2024 +0100'",
|
||||
"lastCommitMessage": "fix video controls",
|
||||
"lastCommitNumber": "5893",
|
||||
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/services/monitoring/opentelemetry/opentelemetry.ts\n\tmodified: src/app/shared/publication/view-publications/view-publications.page.html\n\tmodified: src/app/shared/publication/view-publications/view-publications.page.scss\n\tmodified: version/git-version.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user