diff --git a/src/app/shared/swiper/swiper.page.ts b/src/app/shared/swiper/swiper.page.ts index bb280d322..5d0a4df7c 100644 --- a/src/app/shared/swiper/swiper.page.ts +++ b/src/app/shared/swiper/swiper.page.ts @@ -122,7 +122,7 @@ export class SwiperPage implements OnInit { video.removeAttribute('controls'); setTimeout(() => { video.setAttribute('controls', 'controls'); - }, 10) + }, 500) } } diff --git a/version/git-version.ts b/version/git-version.ts index 6b255507c..61e08b4da 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "49a249ce7", - "SHA": "49a249ce725f03ca22c6722fa5e973c4217c9a65", + "shortSHA": "66274d059", + "SHA": "66274d059a54e78f019997fbb63755344d866487", "branch": "feature/agenda-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Mon Jul 29 09:35:00 2024 +0100'", - "lastCommitMessage": "add logging to take picture on mobile", - "lastCommitNumber": "5891", - "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 ...\" to unstage)\n\tmodified: src/app/modals/crop-image/crop-image.page.ts\n\tmodified: src/app/pages/publications/new-publication/new-publication.page.ts\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.html\n\tmodified: src/app/services/monitoring/capture-log/worker.worker.ts\n\tmodified: src/app/services/monitoring/opentelemetry/matrix.ts\n\tmodified: src/app/services/monitoring/opentelemetry/opentelemetry.ts\n\tmodified: src/app/services/monitoring/socket/socket.ts\n\tmodified: src/app/shared/swiper/swiper.page.html\n\tmodified: src/app/shared/swiper/swiper.page.scss\n\tmodified: src/environments/environment.prod.ts\n\tmodified: version/git-version.ts", + "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 ...\" to unstage)\n\tmodified: src/app/shared/swiper/swiper.page.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file