Param302 / SocialRepo

Social Repo - Your Social Handles Repository in a chrome extension.
Apache License 2.0
39 stars 35 forks source link

[FEATURE] Update Link Container #42

Closed Param302 closed 1 month ago

Param302 commented 1 month ago

Update Link Container

Overview

Whenever a user enters a valid social media link in link container, it should displays the relevant social media icon in link container and enable the preview button.

Details

Structure

Structure of the link container is defined as follows in index.html file.

<div class="link">
    <img src="../assets/logos/<key>.png" alt="discord icon" class="icon">
    <input type="text" placeholder="Paste Social Handle here" />
    <button class="preview">
        <img src="../assets/logos/share.png" alt="preview link">
    </button>
</div>

If you have any suggestion or idea, you're welcome to share.

Let's implement SocialRepo's link container updator! 🙌

kimchiiboiii commented 1 month ago

Hey, can I be assigned this issue?

Param302 commented 1 month ago

Hey, can I be assigned this issue?

Yeh sure @kimchiiboiii ! I am assigning you this issue, you can work on it.