Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feature: add setup type step #13

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

alexander-heimbuch
Copy link
Contributor

@alexander-heimbuch alexander-heimbuch commented Apr 28, 2024

Screenshot 2024-04-28 at 19 34 33
Screenshot 2024-04-28 at 19 34 13

Copy link
Contributor

@dnkbln dnkbln left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das sieht viel schöner aus als meine Textwüste.

Ist es Absicht beim Wiedereintritt immer auf der Auswahlseite zu starten? Wir merken uns die Auswahl der Benutzerin aber springen nicht in den eigentlichen Zweig.

<select-tile @click="selectSetup('import')" class="mx-4 w-96 text-neutral-500 hover:text-neutral-900" :class="{ 'text-neutral-900': state.type === 'import' }" :selected="state.type === 'import'" :title="t('onboarding.steps.select.import.title')">
<div class="flex items-center flex-col">
<img :src="importIconUrl" />
<p class="text-base text-center h-12">{{ t('onboarding.steps.select.fresh.description') }}</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier wird der falsche Text referenziert. refresh -> import

@alexander-heimbuch alexander-heimbuch merged commit d5aaee0 into main May 10, 2024
3 checks passed
@alexander-heimbuch alexander-heimbuch deleted the chore/onboarding-flow branch May 10, 2024 15:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants