Skip to content
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

Merged
merged 6 commits into from
Mar 31, 2024
Merged

Anna design feedback #290

merged 6 commits into from
Mar 31, 2024

Conversation

patrickwieth
Copy link
Member

No description provided.

@@ -23,7 +23,7 @@ const useLoginInstance = () => {
router.push({name: "UserView", params: {id: address.value}})
}
signUpRequired().then((required) => {
console.log(required)
console.log("signUpRequired?", required)
Copy link
Member

Choose a reason for hiding this comment

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

Bitte nicht

Copy link
Member Author

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

Copy link
Member

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">
Copy link
Member

Choose a reason for hiding this comment

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

bitte <p> tag benutzen

</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]">
Copy link
Member

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)
Copy link
Member

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"
Copy link
Member

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?

Copy link
Member Author

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

Copy link
Member

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

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]">
Copy link
Member

Choose a reason for hiding this comment

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

same

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]">
Copy link
Member

Choose a reason for hiding this comment

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

same

@@ -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">
Copy link
Member

Choose a reason for hiding this comment

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

4.0 nicht 4?

Copy link
Member Author

Choose a reason for hiding this comment

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

ja

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]">
Copy link
Member

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",
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

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

es gibt 3 states

Copy link
Member

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?

Copy link
Member

@lxgr-linux lxgr-linux left a comment

Choose a reason for hiding this comment

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

LGTM

@patrickwieth patrickwieth merged commit 7e62767 into master Mar 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants