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

UI tweaks #692

Merged
merged 47 commits into from
Jul 11, 2024
Merged

UI tweaks #692

merged 47 commits into from
Jul 11, 2024

Conversation

JulienVig
Copy link
Collaborator

@JulienVig JulienVig commented Jul 1, 2024

Closes #691

Screenshot 2024-07-09 at 16 56 05 Screenshot 2024-07-09 at 16 56 11 Screenshot 2024-07-09 at 17 00 30 Screenshot 2024-07-09 at 17 00 20

Changed the training board metrics and added tool tip informations
Screenshot 2024-07-09 at 17 14 47
Screenshot 2024-07-09 at 17 14 49
Screenshot 2024-07-09 at 17 14 51
Screenshot 2024-07-09 at 17 14 53

@JulienVig JulienVig changed the base branch from develop to NAN-prerelease-fixes-tharvik July 1, 2024 15:47
@JulienVig JulienVig linked an issue Jul 2, 2024 that may be closed by this pull request
7 tasks
@JulienVig JulienVig removed a link to an issue Jul 2, 2024
7 tasks
@tharvik tharvik force-pushed the NAN-prerelease-fixes-tharvik branch from 0b51367 to b90b193 Compare July 2, 2024 13:34
Base automatically changed from NAN-prerelease-fixes-tharvik to develop July 2, 2024 17:02
@JulienVig JulienVig self-assigned this Jul 9, 2024
@JulienVig JulienVig added the web client Related to the browser environment label Jul 9, 2024
@JulienVig JulienVig marked this pull request as ready for review July 9, 2024 14:55
@JulienVig JulienVig requested a review from tharvik July 9, 2024 14:55
Copy link
Collaborator

@tharvik tharvik left a 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

webapp/package.json Outdated Show resolved Hide resolved
webapp/src/assets/svg/PerformanceIcon.vue Outdated Show resolved Hide resolved
}

const props = defineProps<Props>()
const isCurrentStep = toRef(props, 'currentStep')
Copy link
Collaborator

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

Copy link
Collaborator Author

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

webapp/src/components/progress_bars/TrainingBar.vue Outdated Show resolved Hide resolved
webapp/src/components/progress_bars/TrainingBar.vue Outdated Show resolved Hide resolved
webapp/src/components/training/Trainer.vue Outdated Show resolved Hide resolved
webapp/src/components/training/TrainingInformation.vue Outdated Show resolved Hide resolved
webapp/src/components/training/TrainingInformation.vue Outdated Show resolved Hide resolved
discojs/src/client/event_connection.ts Outdated Show resolved Hide resolved
@JulienVig
Copy link
Collaborator Author

@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)

@JulienVig JulienVig merged commit 921fe05 into develop Jul 11, 2024
23 checks passed
@JulienVig JulienVig deleted the 691-ui-tweaks-julien branch July 11, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web client Related to the browser environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor UI changes for the release
2 participants