diff --git a/app/components/Projects/BottomScreen/BottomScreen.vue b/app/components/Projects/BottomScreen/BottomScreen.vue index d28f5cd..c45a0b7 100644 --- a/app/components/Projects/BottomScreen/BottomScreen.vue +++ b/app/components/Projects/BottomScreen/BottomScreen.vue @@ -1,6 +1,7 @@ diff --git a/app/stores/projects.ts b/app/stores/projects.ts index fb2693e..811c0f2 100644 --- a/app/stores/projects.ts +++ b/app/stores/projects.ts @@ -24,6 +24,7 @@ export const useProjectsStore = defineStore("projects", { isIntro: true, isOutro: false, + showConfirmationPopup: false, }), actions: { diff --git a/i18n/locales/en.json b/i18n/locales/en.json index f753ec6..49bc57e 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -32,5 +32,12 @@ "title": "Touch Screen", "description": "TODO" } + }, + "projects": { + "linkConformationPopup": { + "yes": "yes", + "no": "no", + "text": "Open {url}?" + } } } diff --git a/public/images/projects/bottom-screen/popup-choice-background.webp b/public/images/projects/bottom-screen/popup-choice-background.webp new file mode 100644 index 0000000..f2b7dad Binary files /dev/null and b/public/images/projects/bottom-screen/popup-choice-background.webp differ diff --git a/public/images/projects/bottom-screen/popup-selector.webp b/public/images/projects/bottom-screen/popup-selector.webp new file mode 100644 index 0000000..42ac211 Binary files /dev/null and b/public/images/projects/bottom-screen/popup-selector.webp differ diff --git a/public/images/projects/bottom-screen/popup-text-background.webp b/public/images/projects/bottom-screen/popup-text-background.webp new file mode 100644 index 0000000..7dfba0d Binary files /dev/null and b/public/images/projects/bottom-screen/popup-text-background.webp differ