-
Notifications
You must be signed in to change notification settings - Fork 28
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
UI tweaks #692
UI tweaks #692
Conversation
0b51367
to
b90b193
Compare
…or when loading a new page
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.
superb work as usual! it's getting a more professional look-and-feel with every PR, love the auto-scroll btw
} | ||
|
||
const props = defineProps<Props>() | ||
const isCurrentStep = toRef(props, 'currentStep') |
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.
looks weird to me, why do you need it? consider changing the "currentStep" instead and use it directly
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.
Yea I'm not sure of that but I first tried using currentStep directly and it wasn't reactive so it was stuck to step 0.
https://stackoverflow.com/questions/70631273/vuejs3-reactivity-of-props-object
@tharvik I'm merging this PR right now to have more time for internal feedback and I'll create a new PR to address your answers if needed (as well as feedback) |
Closes #691
Changed the training board metrics and added tool tip informations