-
Notifications
You must be signed in to change notification settings - Fork 63
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
Profile Card UI Updated #205
base: development
Are you sure you want to change the base?
Conversation
Looks really good 🔥🔥 The quick solution will be that you can |
Also I would suggest that you make multiple smaller commits as you are adding or removing things as opposed to one large commit. It will make it easier to look through and track back if needed in future. |
Alright , will take note of those .. Literally you mean, if I make changes in profile.js , then only profile.js should be in my commit ? |
You can Review again |
Yes! Exactly. |
<div className='profile-image-circle'></div> | ||
</ProfileImageContainer> | ||
<ProfileCTXText> | ||
<div className='profile-ctx-user'> |
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.
Use styled components here instead of using h1/div tags.
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.
Please use styled components and convert the div and h1s. Also please delete the package -lock.json. We don't need to mix both npm and yarn packages. The UI looks good. Thanks a lot.
I will do that |
ba91dcc
to
625b286
Compare
Changes Made... I will wait back for your review. Thanks |
@blyncnov You'll have to |
@d-e-v-esh maybe you can show me how else if you are free ?? Initially I uncommitted and push the file, I can't find the yarn.lock in my branch of repo tho and in the PR, i see deleted |
Portfolio.-.Visual.Studio.Code.2022-10-09.14-09-04-1.mp4@blyncnov I made a small video where I removed an image from a commit and re commited and pushed. |
032ab04
to
d75e836
Compare
Completed 👋 |
@blyncnov Great! Can you please rename the commit from |
@d-e-v-esh Okay . Will do |
ebceadc
to
cd6378b
Compare
cd6378b
to
6a6407d
Compare
Did that work @d-e-v-esh ?? |
No, descriptive meaning something that tells more about that you added or removed from the codebase |
I should do that via the commit message? e.g git commit -m "I improved user profile UI Card design bla bla bla " Right ?? |
@blyncnov Commit message has two parts, |
I Updated the user profile card UI Design, and made edits, Styled components based styling
@d-e-v-esh please check It's my first time with this really, and I am learning alot from you .. Thanks |
@blyncnov You can yourself check under the commits section. You see there are 3 commits, we want to have all the changes under one commit which is the latest one you made. I think you should undo all commits and re-commit it with the new commit message. And remove yarn lock from it. You don't have to wait for me to check. You can yourself check under the commits tab in the Pull Request. |
Pull Request Preview
Screen