mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix video controls
This commit is contained in:
@@ -122,7 +122,7 @@ export class SwiperPage implements OnInit {
|
|||||||
video.removeAttribute('controls');
|
video.removeAttribute('controls');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
video.setAttribute('controls', 'controls');
|
video.setAttribute('controls', 'controls');
|
||||||
}, 10)
|
}, 500)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "49a249ce7",
|
"shortSHA": "66274d059",
|
||||||
"SHA": "49a249ce725f03ca22c6722fa5e973c4217c9a65",
|
"SHA": "66274d059a54e78f019997fbb63755344d866487",
|
||||||
"branch": "feature/agenda-api-peter",
|
"branch": "feature/agenda-api-peter",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Mon Jul 29 09:35:00 2024 +0100'",
|
"lastCommitTime": "'Mon Jul 29 17:00:07 2024 +0100'",
|
||||||
"lastCommitMessage": "add logging to take picture on mobile",
|
"lastCommitMessage": "improve actions performance",
|
||||||
"lastCommitNumber": "5891",
|
"lastCommitNumber": "5892",
|
||||||
"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/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",
|
"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",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user