This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
120 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<template> | ||
<VContentPage> | ||
<!-- eslint-disable @intlify/vue-i18n/no-raw-text --> | ||
<h1> | ||
{{ $t('privacy.title', { openverse: 'Openverse' }) }} | ||
</h1> | ||
<i18n path="privacy.intro.content" tag="p"> | ||
<template #link> | ||
<VLink href="https://wordpress.org/about/privacy/">{{ | ||
$t('privacy.intro.link') | ||
}}</VLink> | ||
</template> | ||
<template #openverse>Openverse</template> | ||
</i18n> | ||
|
||
<h2> | ||
{{ $t('privacy.cookies.title') }} | ||
</h2> | ||
<i18n path="privacy.cookies.content" tag="p"> | ||
<template #openverse>Openverse</template> | ||
</i18n> | ||
|
||
<h2> | ||
{{ $t('privacy.contact.title') }} | ||
</h2> | ||
|
||
<i18n path="privacy.contact.content" tag="p"> | ||
<template #openverse>Openverse</template> | ||
<template #email> | ||
<VLink href="mailto:openverse@wordpress.org" | ||
>openverse@wordpress.org</VLink | ||
> | ||
</template> | ||
<template #issue> | ||
<VLink href="https://github.com/WordPress/openverse/issues/new/choose"> | ||
{{ $t('privacy.contact.issue') }}</VLink | ||
> | ||
</template> | ||
<template #chat> | ||
<VLink href="https://make.wordpress.org/chat/"> | ||
{{ $t('privacy.contact.chat') }}</VLink | ||
> | ||
</template> | ||
</i18n> | ||
<!-- eslint-enable @intlify/vue-i18n/no-raw-text --> | ||
</VContentPage> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { defineComponent, useMeta } from '@nuxtjs/composition-api' | ||
import { useFeatureFlagStore } from '~/stores/feature-flag' | ||
import { useI18n } from '~/composables/use-i18n' | ||
import VLink from '~/components/VLink.vue' | ||
import VContentPage from '~/components/VContentPage.vue' | ||
export default defineComponent({ | ||
name: 'VPrivacyPage', | ||
components: { VLink, VContentPage }, | ||
setup() { | ||
const i18n = useI18n() | ||
const featureFlagStore = useFeatureFlagStore() | ||
useMeta({ | ||
title: `${i18n.t('privacy.title', { | ||
openverse: 'Openverse', | ||
})} | Openverse`, | ||
meta: featureFlagStore.isOn('new_header') | ||
? [{ hid: 'robots', name: 'robots', content: 'all' }] | ||
: undefined, | ||
}) | ||
}, | ||
head: {}, | ||
}) | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-76 Bytes
(100%)
...ges-single-result.spec.ts-snapshots/audio-ltr-from-search-results-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-109 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-30 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-33 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-72 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-300 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-37 Bytes
(100%)
...ges-single-result.spec.ts-snapshots/audio-rtl-from-search-results-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-38 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-39 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-42 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-38 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-296 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-74 Bytes
(100%)
...ges-single-result.spec.ts-snapshots/image-ltr-from-search-results-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-39 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-ltr-from-search-results-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-91 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-ltr-from-search-results-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-20 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-ltr-from-search-results-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-65 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-270 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-42 Bytes
(100%)
...ges-single-result.spec.ts-snapshots/image-rtl-from-search-results-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-41 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-rtl-from-search-results-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-38 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-rtl-from-search-results-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-33 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-rtl-from-search-results-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-39 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-303 Bytes
(100%)
...ages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-6 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+105 KB
...right/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+103 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+107 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+86.3 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+103 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+89 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-xs-linux.png
Oops, something went wrong.
Binary file added
BIN
+49.4 KB
...right/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+46.8 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+45.2 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+47.6 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+48 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+49 KB
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-26 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-36 Bytes
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-34 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-xl-linux.png
Oops, something went wrong.