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

Trick list overview #302

Open
wants to merge 13 commits into
base: rewrite
Choose a base branch
from

Conversation

Dosbodoke
Copy link
Contributor

What is the purpose of this PR?

Enhance the Trick List UI

What was done to achieve it?

@Dosbodoke
Copy link
Contributor Author

Let me know what you think of the design and if you have any improvements

}
}
};
</script>
Copy link
Owner

Choose a reason for hiding this comment

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

Just wondering: Why are there two <script> tags and both have different formats on how methods are declared?

<Card>
<CardHeader>
<CardTitle>{{ trick.alias && trick.alias.length > 0 ? trick.alias : trick.technicalName }}</CardTitle>
<CardDescription>Registred by: {{ trick.establishedBy }}</CardDescription>
Copy link
Owner

Choose a reason for hiding this comment

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

I think the description is not needed here. I would prefer just having the name of the trick :)

@JulianDietzel JulianDietzel added the Rewrite This issue is part of the complete app rewrite label Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rewrite This issue is part of the complete app rewrite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants