feat(projects): confirmation popup before opening link

This commit is contained in:
2025-12-18 16:19:46 +01:00
parent f4432fedf1
commit e186ac848d
8 changed files with 198 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ export const useProjectsStore = defineStore("projects", {
isIntro: true,
isOutro: false,
showConfirmationPopup: false,
}),
actions: {