-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: rewrite
Are you sure you want to change the base?
Trick list overview #302
Conversation
When refreshing the page the app crashes with the error message 'Uncaught (in promise) RangeError: Invalid array length'. I guess this might be a problem with my 'onMounted' method?
…rick Overview be async
Let me know what you think of the design and if you have any improvements |
} | ||
} | ||
}; | ||
</script> |
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.
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> |
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.
I think the description is not needed here. I would prefer just having the name of the trick :)
What is the purpose of this PR?
Enhance the Trick List UI
What was done to achieve it?
<Card />
and<Collapsible />
components