expand click area

This commit is contained in:
Peter Maquiran
2024-07-29 17:36:35 +01:00
parent 2e7ebc71ce
commit 8f0625eed4
4 changed files with 23 additions and 18 deletions
@@ -35,6 +35,8 @@ export const OpentelemetryAgendaProvider = createProvider('FO-agenda-service');
export const OpentelemetryNotificationProvider = createProvider('FO-notification'); export const OpentelemetryNotificationProvider = createProvider('FO-notification');
export const OpentelemetryInterceptorProvider = createProvider('FO-interceptor'); export const OpentelemetryInterceptorProvider = createProvider('FO-interceptor');
export const OpentelemetryPublicationProvider = createProvider('FO-publication-service'); export const OpentelemetryPublicationProvider = createProvider('FO-publication-service');
export const OpentelemetryOtherProvider = createProvider('FO-other-service');
export const OpentelemetryLogging = createProvider('logging'); export const OpentelemetryLogging = createProvider('logging');
const tracerInstance = OpentelemetryAgendaProvider.getTracer('example-tracer-hole', '111', {}) const tracerInstance = OpentelemetryAgendaProvider.getTracer('example-tracer-hole', '111', {})
@@ -93,19 +93,22 @@
</div>s --> </div>s -->
<!-- </swiper-container> --> <!-- </swiper-container> -->
<div class="post-content" (click)="viewPublicationDetail(publication.DocumentId, publication.ProcessId)"> <div (click)="viewPublicationDetail(publication.DocumentId, publication.ProcessId)" class="cursor-pointer">
<div class="post-title-time"> <div class="post-content" >
<div class="post-title"> <div class="post-title-time">
<ion-label>{{publication.Title}}</ion-label> <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>
<div class="post-data">{{publication.DatePublication | date: 'dd-MM-yyyy HH:mm'}}</div>
</div> </div>
<div class="post-description"> </div>
<app-show-more
[text]=publication.Message
></app-show-more>
</div>
</div>
</ion-card-content> </ion-card-content>
</ion-card> </ion-card>
</div> </div>
@@ -194,7 +194,7 @@
} }
.post-content{ .post-content{
margin: 0 auto; margin: 0 auto;
margin-bottom: 35px; padding-bottom: 35px;
min-width: 468px; min-width: 468px;
} }
.post-title-time{ .post-title-time{
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = { export let versionData = {
"shortSHA": "66274d059", "shortSHA": "2e7ebc71c",
"SHA": "66274d059a54e78f019997fbb63755344d866487", "SHA": "2e7ebc71cea8c47f27fe163f1d460d9694e0b0ea",
"branch": "feature/agenda-api-peter", "branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Jul 29 17:00:07 2024 +0100'", "lastCommitTime": "'Mon Jul 29 17:23:41 2024 +0100'",
"lastCommitMessage": "improve actions performance", "lastCommitMessage": "fix video controls",
"lastCommitNumber": "5892", "lastCommitNumber": "5893",
"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", "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" "changeAuthor": "peter.maquiran"
} }