-
Notifications
You must be signed in to change notification settings - Fork 816
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
feat: added last_used in login page #718
Conversation
@RajuGangitla is attempting to deploy a commit to the mftsio Team on Vercel. A member of the Team first needs to authorize it. |
All contributors have signed the CLA ✍️ ✅ |
Assigned to @Hitarthsheth07! Please open a draft PR linking this issue within 48h |
I have read the CLA Document and I hereby sign the CLA |
Assigned to @himanjalsaha! Please open a draft PR linking this issue within 48h |
/assign |
Assigned to @himanjalsaha! Please open a draft PR linking this issue within 48h |
|
Just comment that |
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.
components/hooks/useLastUsed.tsx
Outdated
export const LastUsed = ({ className }: { className?: string | undefined }) => { | ||
return ( | ||
<span className={classNames("text-gray-500 absolute right-1 text-xs", className ?? "")}>{("last_used")}</span> | ||
); | ||
}; |
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.
can we give the last used indicator a little more love :)
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.
Like a tool tip @mfts
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.
@mfts we can make the UI better than present.. /assign
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.
I will improve it
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.
/assign
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.
@Meetpidev I'm already working on this issue
@mfts improved the last used |
@RajuGangitla thanks a ton. last request, because we had a contribution on the sign up just earlier than you. could you please merge in the current main branch and resolve any conflicts. btw the design looks 🔥 now |
@mfts will do it one minute please wait |
@mfts done merged main branch |
@RajuGangitla you were faster than me 💪 I just merged in the login change to main. There's just one conflict left. Should be quick to fix. Thanks again :) |
@mfts resolved |
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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@RajuGangitla i guess not quite yet. build error:
|
@mfts resolved that running the command npm run build ..... |
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.
i'll just remove these
Awarding RajuGangitla: 300 points 🕹️ Well done! Check out your new contribution on oss.gg/RajuGangitla |
I added a last used text on login form and im using local storage the value
Fixes #707
screen-capture.22.webm