-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for presidential election, switch order of preferred candidat…
…e and email collection pages (#725)
- Loading branch information
Showing
18 changed files
with
565 additions
and
69 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ const message = ref(); | |
const handlePreviousClick = () => { | ||
router.push({ | ||
name: appRoutes.recap.name, | ||
name: appRoutes.preferredCandidate.name, | ||
params: { ...route.params }, | ||
query: { ...route.query }, | ||
}); | ||
|
@@ -80,7 +80,7 @@ const onSubmit = async () => { | |
userStore.setUser(user); | ||
router.push({ | ||
name: appRoutes.preferredCandidate.name, | ||
name: appRoutes.result.name, | ||
query: { ...route.query }, | ||
}); | ||
} else { | ||
|
@@ -153,7 +153,7 @@ const onRefuse = async () => { | |
<SecondaryNavigationBar centered-title> | ||
<template #before> | ||
<IconButton @click="handlePreviousClick"> | ||
<IconComponent :icon="mdiArrowLeft" title="Recapitulare" /> | ||
<IconComponent :icon="mdiArrowLeft" title="Candidat" /> | ||
</IconButton> | ||
</template> | ||
<TitleText tag="h2" size="medium" | ||
|
@@ -165,7 +165,7 @@ const onRefuse = async () => { | |
<SecondaryNavigationBar centered-title> | ||
<template #before> | ||
<IconButton @click="handlePreviousClick"> | ||
<IconComponent :icon="mdiArrowLeft" title="Recapitulare" /> | ||
<IconComponent :icon="mdiArrowLeft" title="Candidat" /> | ||
</IconButton> | ||
</template> | ||
<TitleText tag="h2" size="large" | ||
|
@@ -178,7 +178,7 @@ const onRefuse = async () => { | |
<StepWrapper centered> | ||
<template #before /> | ||
<StackComponent spacing="small"> | ||
<BodyText size="medium"> | ||
<!-- <BodyText size="medium"> | ||
Ne-am bucura să ne spui ce crezi despre TestVot sau despre | ||
alegeri. Poți să ne scrii la | ||
<a target="_blank" href="mailto:[email protected]" | ||
|
@@ -194,6 +194,14 @@ const onRefuse = async () => { | |
<BodyText size="medium"> | ||
Iți vom trimite pe același email și un rezumat a ceea ce a | ||
reieșit din analiza statistică a răspunsurilor la TestVot. | ||
</BodyText> --> | ||
<BodyText size="medium"> | ||
Am dori să vă trimitem prin e-mail analiza noastră statistică | ||
a răspunsurilor alegătorilor la TestVot. Ne puteți da adresa | ||
dumneavoastră aici? Vă reamintim că răspunsurile dumneavoastră | ||
vor fi folosite doar în formă anonimă și nu vom oferi datele | ||
dumneavoastră nimănui, doar vă vom întreba despre TestVot și | ||
problemele din alegeri. | ||
</BodyText> | ||
</StackComponent> | ||
<template #after /> | ||
|
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
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
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
Oops, something went wrong.