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

[FE][CPF-37] Profile page #50

Merged
merged 42 commits into from
Jul 3, 2024

Conversation

wiktoriasalamon
Copy link
Collaborator

@wiktoriasalamon wiktoriasalamon commented Jun 25, 2024

Profile Settings:
image
image
image
image
image

@wiktoriasalamon wiktoriasalamon linked an issue Jun 25, 2024 that may be closed by this pull request
2 tasks
@wiktoriasalamon wiktoriasalamon changed the title Profile page [FE][CPF-37 ]Profile page Jun 27, 2024
@wiktoriasalamon wiktoriasalamon marked this pull request as ready for review June 27, 2024 13:29
@wiktoriasalamon wiktoriasalamon requested review from skorekm and r1skz3ro and removed request for skorekm June 27, 2024 13:29
@wiktoriasalamon wiktoriasalamon changed the title [FE][CPF-37 ]Profile page [FE][CPF-37] Profile page Jun 27, 2024
frontend/src/app/(app)/people/my-profile/page.tsx Outdated Show resolved Hide resolved
Comment on lines 15 to 21
const handleSave = () => {
onSave(croppedAreaPixels);
};

const handleZoomInputChange = (e: ChangeEvent<HTMLInputElement>) => {
handleZoomChange(parseInt(e.target.value) / ZOOM_SLIDER_MULTIPLIER);
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we move these 2 functions to useCropImageModal as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, I moved it there

frontend/src/components/modules/ProfileSetting/utils.ts Outdated Show resolved Hide resolved
frontend/src/utils/canvasUtils.ts Outdated Show resolved Hide resolved
@wiktoriasalamon wiktoriasalamon merged commit 3ce6a33 into develop Jul 3, 2024
4 checks passed
@wiktoriasalamon wiktoriasalamon deleted the 37-feature-my-profile-employee-pov branch July 3, 2024 13:07
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.

[FE] My profile - Employee POV
3 participants