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

hugo/refactor/Refactor editProfilesLabel #682

Merged
merged 8 commits into from
Feb 15, 2024

Conversation

HPezz
Copy link
Contributor

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

@ladislas ladislas force-pushed the hugo/refactor/Refactor-editProfilesLabel branch from 203fe9d to 2207509 Compare February 15, 2024 14:52
Copy link
Member

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

Comment on lines 21 to 41
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()
Copy link
Member

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

@ladislas ladislas force-pushed the hugo/refactor/Refactor-editProfilesLabel branch from 2207509 to 0f267ed Compare February 15, 2024 16:11
@ladislas ladislas merged commit f57cb14 into main Feb 15, 2024
5 checks passed
@ladislas ladislas deleted the hugo/refactor/Refactor-editProfilesLabel branch February 15, 2024 16:12
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants