fix swiper

This commit is contained in:
Peter Maquiran
2024-07-26 12:42:30 +01:00
parent 6b0c0af26f
commit e4a0e4c83b
3 changed files with 10 additions and 7 deletions
+3
View File
@@ -19,6 +19,9 @@
{
"name": "nestjs-microservice-boilerplate-api-master",
"path": "../../../Downloads/nestjs-microservice-boilerplate-api-master"
},
{
"path": "../../../Downloads/swiper-master"
}
],
"settings": {
@@ -42,7 +42,7 @@
<p class="px-20 item-content-detail font-14-em">{{publicationFolderService.FolderDetails[folderId].Detail}}</p>
<ion-card *ngFor="let publication of publicationFolderService.publicationList[folderId] let i = index">
<ion-card-content>
<ion-card-content >
<div style="width: 100%; height: 395px;">
<app-swiper
[publicationList]=publication
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "2c7bf9bea",
"SHA": "2c7bf9bea45e1b3b7ff5d7bab269f3df8498a7ca",
"shortSHA": "6b0c0af26",
"SHA": "6b0c0af26fedfb5bf69643358db842ced7cd2487",
"branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Jul 25 12:22:45 2024 +0100'",
"lastCommitMessage": "improve perfomance issue",
"lastCommitNumber": "5883",
"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/pages/publications/new-publication/new-publication.page.ts\n\tmodified: src/app/shared/publication/new-publication/new-publication.page.ts\n\tmodified: src/app/shared/publication/upload/publication-from-mv.service.ts",
"lastCommitTime": "'Thu Jul 25 16:01:02 2024 +0100'",
"lastCommitMessage": "cant edit publication without attachment",
"lastCommitNumber": "5884",
"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: gabinete-digital-fo.code-workspace\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.html\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}