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

implement annas feedback #282

Merged
merged 8 commits into from
Mar 18, 2024
Merged

implement annas feedback #282

merged 8 commits into from
Mar 18, 2024

Conversation

patrickwieth
Copy link
Member

No description provided.

@@ -19,7 +19,9 @@
Download Gameclient
</RouterCCButton>
</div>
<LoginComponent />
<LoginComponent
class=""
Copy link
Member

Choose a reason for hiding this comment

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

?

<div class="text-black text-3xl pt-4">
<p>Crowd Control is a growing community based on open source and</p>
<p>collaboration. Learn the game and give us your review.</p>
<div class="h-[55rem] xl:h-[60rem] overflow-clip">
Copy link
Member

Choose a reason for hiding this comment

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

Maybe that's something that should be done in the fade teaser itself. Would also be a good idea to incorporate this directly into my PR, since fade teaser behaviour is changed there.

Copy link
Member Author

Choose a reason for hiding this comment

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

The fade teaser is used in different situations, sometimes as the whole background of a page (learn and other pages) and sometimes only as a fragment (landing page)

@@ -1,12 +1,12 @@
<template>
<div >
<FadeTeaser>
<div class="px-0 py-40 flex text-center 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.

This should also not be done here, since TeaserHeader will be added in my PR, centralizing such behaviour.

@@ -1,6 +1,6 @@
<template>
<div class="bg-black flex text-center justify-center h-[80vh]">
<div class="my-auto">
<div class="mt-24 my-auto">
Copy link
Member

Choose a reason for hiding this comment

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

Same here

@@ -952,6 +953,32 @@ export default {
isEmpty(a) {
return R.isEmpty(a);
},
getOBMask() {
console.log("model", this.model.type)
Copy link
Member

Choose a reason for hiding this comment

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

pls not so many console.logs

@lxgr-linux lxgr-linux merged commit 0ff352a into master Mar 18, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants