-
Notifications
You must be signed in to change notification settings - Fork 34
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
[FEATURE] Implement Confirmation Message Popup of Link Copied #56
Comments
Hi @Param302 i would like to work on this issue, i am new to open source contribution, if there is any contribution guidelines please do let me know. |
Hey @kesharibhai84 sure! If you have doubts, please let me know. |
Hi @Param302 ,after setting up the project i found that i am not even able to add profile links and not even able to search for social website when im searching with the help of search box. then how can i go further for checking whether the link has been copied or not |
The searching is not working in SocialRepo as of now, but you can add via + button, don't close the extension after adding, make sure you are doing everything in same window. You can try this by opening index.html in live server too, just don't refresh or close after adding, do it in same time. |
Hey @kesharibhai84 , |
Hi @Param302 , hope this issue is still open. I have worked at it. Do take a look at it. I have added bare minimum style, though i will need help with the styling part. I am attaching video and my code changes. Screencast.from.10-07-24.10.12.08.PM.IST.webm |
Implement Confirmation Message Popup of Link Copied
Overview
Implement a confirmation message box in Home panel which should show
{social_handle} profile copied.
with a checkmark before the text.Requirements
#home
panel, which should be shown as a popup stating{social_handle} profile copied.
'click'
is already handled increateSocialLinks(key, value)
function insideindex.js
.showCopyMessage(key)
function inindex.js
file.position
asabsolute
so it doesn't interrupt the style of home panel.absolute
to#home
.index.html
under#home
element only, The design should be added instyle.css
and the functionality should be implemented inindex.js
only.Structure
showCopyMessage(key)
inindex.js
file is as follows:#home
panel inindex.html
file is as follows:If you have any suggestion or idea, you're welcome to share.
Let's implement SocialRepo's confirmation popup! 🙌
The text was updated successfully, but these errors were encountered: