mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
move extension videos internally to the codebase (#16371)
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
[attr.aria-hidden]="!allVideosLoaded"
|
||||
class="tw-block tw-max-w-full tw-shadow-md tw-rounded-lg"
|
||||
(loadeddata)="onVideoLoad()"
|
||||
src="https://assets.bitwarden.com/extension-animations/new-login-item.mp4"
|
||||
appDarkImgSrc="https://assets.bitwarden.com/extension-animations/new-login-item-dark.mp4"
|
||||
src="/videos/new-login-item.mp4"
|
||||
appDarkImgSrc="/videos/new-login-item-dark.mp4"
|
||||
aria-hidden
|
||||
></video>
|
||||
</ng-template>
|
||||
@@ -20,8 +20,8 @@
|
||||
[attr.aria-hidden]="!allVideosLoaded"
|
||||
class="tw-block tw-max-w-full tw-shadow-md tw-rounded-lg"
|
||||
(loadeddata)="onVideoLoad()"
|
||||
src="https://assets.bitwarden.com/extension-animations/browser-extension-easy-access.mp4"
|
||||
appDarkImgSrc="https://assets.bitwarden.com/extension-animations/browser-extension-easy-access-dark.mp4"
|
||||
src="/videos/browser-extension-easy-access.mp4"
|
||||
appDarkImgSrc="/videos/browser-extension-easy-access-dark.mp4"
|
||||
aria-hidden
|
||||
></video>
|
||||
</ng-template>
|
||||
@@ -34,8 +34,8 @@
|
||||
[attr.aria-hidden]="!allVideosLoaded"
|
||||
class="tw-block tw-max-w-full tw-shadow-md tw-rounded-lg"
|
||||
(loadeddata)="onVideoLoad()"
|
||||
src="https://assets.bitwarden.com/extension-animations/onboarding-autofill.mp4"
|
||||
appDarkImgSrc="https://assets.bitwarden.com/extension-animations/onboarding-autofill-dark.mp4"
|
||||
src="/videos/onboarding-autofill.mp4"
|
||||
appDarkImgSrc="/videos/onboarding-autofill-dark.mp4"
|
||||
aria-hidden
|
||||
></video>
|
||||
</ng-template>
|
||||
|
||||
BIN
apps/web/src/videos/browser-extension-easy-access-dark.mp4
Normal file
BIN
apps/web/src/videos/browser-extension-easy-access-dark.mp4
Normal file
Binary file not shown.
BIN
apps/web/src/videos/browser-extension-easy-access.mp4
Normal file
BIN
apps/web/src/videos/browser-extension-easy-access.mp4
Normal file
Binary file not shown.
BIN
apps/web/src/videos/new-login-item-dark.mp4
Normal file
BIN
apps/web/src/videos/new-login-item-dark.mp4
Normal file
Binary file not shown.
BIN
apps/web/src/videos/new-login-item.mp4
Normal file
BIN
apps/web/src/videos/new-login-item.mp4
Normal file
Binary file not shown.
BIN
apps/web/src/videos/onboarding-autofill-dark.mp4
Normal file
BIN
apps/web/src/videos/onboarding-autofill-dark.mp4
Normal file
Binary file not shown.
BIN
apps/web/src/videos/onboarding-autofill.mp4
Normal file
BIN
apps/web/src/videos/onboarding-autofill.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user