-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anna design feedback #290
Anna design feedback #290
Conversation
@@ -23,7 +23,7 @@ const useLoginInstance = () => { | |||
router.push({name: "UserView", params: {id: address.value}}) | |||
} | |||
signUpRequired().then((required) => { | |||
console.log(required) | |||
console.log("signUpRequired?", required) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte nicht
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ist ein console.log von dir, wo ich text hinzugefügt habe, damit es nicht mehr komplett random rankommt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mach lieber ganz raus
v-if="successScreenVisible" | ||
class="w-[60rem] p-8 mb-20 text-white text-center text-xl font-['Roboto'] bg-pussy-red bg-opacity-70 shadow-xl shadow-black/25" | ||
> | ||
<div class="uppercase font-bold pt-12"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitte <p>
tag benutzen
src/views/CardCreatorPage.vue
Outdated
</div> | ||
|
||
<!-- Card Name --> | ||
<div | ||
v-if="activeStep == 2" | ||
class="flex flex-row justify-center" | ||
> | ||
<div class="pl-[4rem] pt-5 pb-4 h-[26.5rem]"> | ||
<div class="pl-[0rem] pt-5 pb-4 h-[26.5rem]"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pl-...
vllt weg
@@ -207,6 +207,7 @@ const isArtist = computed(() => props.model.artist == address.value) | |||
const state = reactive(initialState); | |||
|
|||
watch(lastInputEvent, (event) => { | |||
console.log("lastinputevent", event) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Console log s weg
@@ -330,22 +394,22 @@ | |||
v-model="model.FlavourText" | |||
class="py-3 px-2 mx-3 bg-transparent text-white text-opacity-100 text-s focus:border-black border-0 border-solid focus:outline-none focus:ring-0 placeholder-white placeholder-opacity-50" | |||
placeholder="Quote that represents this card." | |||
maxLength="25" | |||
maxLength="250" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gabs nicht schon probleme mit sehr langem flavourtext?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nö, du meinst wahrscheinlich kartentitel oder etwas was auch angezeigt wird auf der karte
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Irgendwer hat sich doch meune mal beschwehrt, dass die flovoutexts im cardview zu lang sind
src/views/CardCreatorPage.vue
Outdated
class="flex flex-row justify-center" | ||
> | ||
<div class="pl-[4rem] pt-5 pb-4 h-[26.5rem]"> | ||
<div class="pl-[0rem] pt-5 pb-4 h-[26.5rem]"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
src/views/CardCreatorPage.vue
Outdated
class="flex flex-row justify-center" | ||
> | ||
<div class="pl-[4rem] pt-5 pb-4 h-[26.5rem]"> | ||
<div class="pl-[0rem] pt-5 pb-4 h-[26.5rem]"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
src/views/CardCreatorPage.vue
Outdated
@@ -510,18 +574,15 @@ | |||
/> | |||
</div> | |||
<div class="text-left flex flex-col justify-between"> | |||
<div class="pr-[4.5rem] py-5 justify-center"> | |||
<div class="pl-10 pr-[4.0rem] py-5 justify-center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.0 nicht 4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja
src/views/CardCreatorPage.vue
Outdated
class="flex flex-row justify-center" | ||
> | ||
<div class="pl-[4rem] pt-5 pb-4 h-[26.5rem]"> | ||
<div class="pl-[0rem] pt-5 pb-4 h-[26.5rem]"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
@@ -865,10 +988,12 @@ export default { | |||
"open", | |||
"open", | |||
"open", | |||
"open", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diesen ganzen progressbar spaß kann man doch mit EINEM enum lösen, bitte nicht liste von werten bei dem genau immer einer active ist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
es gibt 3 states
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 states?
es gibt doch immer nur einen view, das activ ist, oder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.