Add the "learn more" link to C2PA info (to proofmode.org/verify)
This commit is contained in:
parent
54a1c05ddf
commit
85042ecf36
3 changed files with 23 additions and 1 deletions
|
|
@ -472,7 +472,8 @@ $hiliteColor: #4642f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-attachments-info-popup {
|
.send-attachments-info-popup {
|
||||||
background-color: rgba(0,0,0,0.9);
|
background-color: rgba(0, 0, 0, 0.9);
|
||||||
|
|
||||||
.done-button {
|
.done-button {
|
||||||
padding: 14px 24px;
|
padding: 14px 24px;
|
||||||
}
|
}
|
||||||
|
|
@ -587,6 +588,21 @@ $hiliteColor: #4642f1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detail-subtitle {
|
||||||
|
font-family: "Inter", sans-serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 125%;
|
||||||
|
letter-spacing: 0.4px;
|
||||||
|
margin-top: 8px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
a, a:visited {
|
||||||
|
font-weight: 700;
|
||||||
|
color: #8A87FF;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.detail-row {
|
.detail-row {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
|
|
@ -595,6 +611,7 @@ $hiliteColor: #4642f1;
|
||||||
line-height: 125%;
|
line-height: 125%;
|
||||||
letter-spacing: 0.4px;
|
letter-spacing: 0.4px;
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
|
|
||||||
.v-icon {
|
.v-icon {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -491,6 +491,8 @@
|
||||||
"metadata_info_original": "Sharing the original automatically includes its metadata.",
|
"metadata_info_original": "Sharing the original automatically includes its metadata.",
|
||||||
"exif_data": "Exif Data",
|
"exif_data": "Exif Data",
|
||||||
"content_credentials": "Content Credentials",
|
"content_credentials": "Content Credentials",
|
||||||
|
"content_credentials_info": "Source or history information is available for this media to be verified.",
|
||||||
|
"learn_more": "Learn more",
|
||||||
"ai_used": "AI was used in this media"
|
"ai_used": "AI was used in this media"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,9 @@
|
||||||
<div class="detail-title">
|
<div class="detail-title">
|
||||||
{{ t("file_mode.content_credentials") }}
|
{{ t("file_mode.content_credentials") }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="detail-subtitle">
|
||||||
|
{{ t("file_mode.content_credentials_info") }} <a href="https://proofmode.org/verify" target="_blank">{{ t("file_mode.learn_more") }}</a>
|
||||||
|
</div>
|
||||||
<div class="detail-row" v-if="dateCreated"><v-icon>$vuetify.icons.ic_exif_time</v-icon>{{ dateCreated }}</div>
|
<div class="detail-row" v-if="dateCreated"><v-icon>$vuetify.icons.ic_exif_time</v-icon>{{ dateCreated }}</div>
|
||||||
<div class="detail-row" v-if="creator"><v-icon>$vuetify.icons.ic_exif_device_camera</v-icon>{{ creator }}</div>
|
<div class="detail-row" v-if="creator"><v-icon>$vuetify.icons.ic_exif_device_camera</v-icon>{{ creator }}</div>
|
||||||
<div class="detail-row" v-if="aiInferenceResult?.aiGenerated">
|
<div class="detail-row" v-if="aiInferenceResult?.aiGenerated">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue