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

Aait.web.g1.admas terefe.password change #438

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Son-OfAnton
Copy link
Contributor

No description provided.

}


///<div className='flex flex-col items-center text-[11px] font-poppins'>

Choose a reason for hiding this comment

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

Remove commented code,

placeholder='Enter new password'
onChange={(e) => setNewPassword(e.target.value)}
/>
<Image

Choose a reason for hiding this comment

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

Use Icons, [react-icon package] instead of an image.

<div className='col-span-2 flex justify-between items-center py-3 px-5 rounded-lg bg-[#EFF3F9] w-full'>
<input
type="password"
className='focus:outline-none bg-[#EFF3F9]'

Choose a reason for hiding this comment

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

Utilize built-in colors instead of using hexadecimal codes.

<p className='text-[10px] text-[#868686] font-light'>You can change your password here</p>
</div>
<button
className='text-[10px] font-semibold bg-[#264FAD] rounded-md text-white px-12 py-2'

Choose a reason for hiding this comment

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

Utilize built-in colors instead of using hexadecimal codes.

placeholder='Confirm new password'
onChange={(e) => setConfirmPass(e.target.value)}
/>
<Image

Choose a reason for hiding this comment

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

Use Icons, [react-icon package] instead of an image.

<div className={ `flex justify-between items-center text-md border-b ${ pathname === '/profile/my-blogs' ? 'pb-2' : 'pb-4' }` }>
<div className='flex space-x-10 text-[12px] text-[#494949] font-semibold'>
{
// links.map(link => <h3 className={ pathname === linkPathname.get(link) && `border-b-2 border-[#264FAD] -mb-5` } >{ link }</h3>)

Choose a reason for hiding this comment

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

Remove commented code


<div className='flex justify-between items-center w-full border-t pt-4 text-[12px]'>
<div className='flex justify-start items-center space-x-1'>
<Image

Choose a reason for hiding this comment

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

Use Icons [react-icon package] instead of an image.

Copy link

@jebessaD jebessaD left a comment

Choose a reason for hiding this comment

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

I gave you some comments

@Son-OfAnton Son-OfAnton requested a review from jebessaD August 30, 2023 08:09
@Son-OfAnton Son-OfAnton force-pushed the aait.web.g1.admas-terefe.password-change branch from 4801314 to 467c100 Compare August 30, 2023 21:49
jebessaD
jebessaD previously approved these changes Aug 31, 2023
Copy link

@jebessaD jebessaD left a comment

Choose a reason for hiding this comment

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

LGTM

@Son-OfAnton Son-OfAnton force-pushed the aait.web.g1.admas-terefe.password-change branch from 5d8a348 to 70622ec Compare August 31, 2023 13:59
@Son-OfAnton Son-OfAnton requested a review from jebessaD August 31, 2023 14:00
Copy link

@jebessaD jebessaD left a comment

Choose a reason for hiding this comment

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

LGTM

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

Successfully merging this pull request may close these issues.

3 participants