-
Notifications
You must be signed in to change notification settings - Fork 0
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
hugo/refactor/Refactor editProfilesLabel #682
Conversation
HPezz
commented
Feb 14, 2024
- ♻️ (LekaApp): Refactor titles and texts
- 💄 (LekaApp): Change NoAccount SF symbol color
- 💄 (LekaApp): Add pencil on EditCaregiverLabel
- 💄 (LekaApp): Update Carereceiver View
- 🌐 (LekaApp): Add tracking localization
203fe9d
to
2207509
Compare
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.
LGTM 👍 j'ai rajouté 2 commits pour l'UI et pour le naming de la section tracking
Apps/LekaApp/Sources/_NEWCodeBase/Views/MainView/NoAccountConnectedLabel.swift
Show resolved
Hide resolved
Image(caregiver.avatar, bundle: Bundle(for: DesignKitResources.self)) | ||
.resizable() | ||
.aspectRatio(contentMode: .fit) | ||
.clipShape(Circle()) | ||
.overlay { | ||
Image(systemName: "pencil.circle.fill") | ||
.resizable() | ||
.renderingMode(.original) | ||
.frame(maxWidth: 30, maxHeight: 30) | ||
.foregroundStyle(.orange) | ||
.padding(5) | ||
.offset(x: 30, y: -30) | ||
} | ||
.frame(maxWidth: 80) | ||
|
||
Text(caregiver.name) | ||
.font(.headline) | ||
.frame(maxWidth: 200) | ||
} | ||
|
||
Divider() |
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.
j'ai fait un petit update de ça, j'ai rajouté un commits.
j'ai :
- retirer le devider, je suis pas fan et ça allège en fait pas tant que ça
- j'ai bougé le "pencil"
- j'ai changé la couleur du pencil pour être plus discret (orange c'est warning) et mettre en accent color (c'est un bouton en plus)
- j'ai grossi l'image pour qu'il se voit bien
- j'ai mis le bouton de changement en borderless pour qu'il soit plus discret --> je me demande si on devrait pas le mettre dans la toolbar de la side bar, à voir
- j'ai changé l'icon pour faire ressortir le mouvement
As it's more than just monitoring and as it's not available yet, Users sounds better for the moment.
2207509
to
0f267ed
Compare
Quality Gate passedIssues Measures |