Param302 / SocialRepo

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

[FEATURE] Implement Add Link Box in Edit Panel #51

Closed Param302 closed 4 months ago

Param302 commented 4 months ago

Implement Add Link Box in Edit Panel

Description

Implement the add link-box feature for Edit Panel. Whenever user clicks on :heavy_plus_sign: button in edit panel, a new link-box will be created and added in #links-container ul (unordered list) at the top.

image

image

Requirements

Structure

Structure of a link-box container is defined as follows:

<li class="link-box">
    <img src="../assets/logos/drag.png" alt="dragger" class="dragger">
    <div class="link">
        <img src="../assets/logos/default.png" alt="default icon" class="icon">
        <input type="text" placeholder="<placeholder text>" />
        <button class="preview" disabled>
            <img src="../assets/logos/share.png" alt="preview link">
        </button>
    </div>
</li>

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

Let's implement SocialRepo's add link box feature! 🙌

shubhusion commented 4 months ago

Hi @Param302 , assign this issue to me

Param302 commented 4 months ago

Hi @Param302 , assign this issue to me

Sure @shubhusion !

DevvMaurya commented 4 months ago

hi @Param302 assign this to me.! i can do it quickly.

Param302 commented 4 months ago

hi @Param302 assign this to me.! i can do it quickly.

Hey @DevvMaurya , I appreciate your enthusiasm but this issue is already assigned, you can work on other issues, there are various issues to contribute.

https://github.com/Param302/SocialRepo/issues

shubhusion commented 4 months ago

Hi @Param302,

Due to other work commitments, I will be unable to complete it within the next 2-3 days. If you need it urgently, please ask @DevvMaurya to handle it. If he is unable to do so, I will take care of it once I am available.

Param302 commented 4 months ago

Hi @Param302,

Due to other work commitments, I will be unable to complete it within the next 2-3 days. If you need it urgently, please ask @DevvMaurya to handle it. If he is unable to do so, I will take care of it once I am available.

Oh oky no worries!

@DevvMaurya are you still up for this? Let me know I will assign you the issue.

DevvMaurya commented 4 months ago

@Param302 Okay.! I'm ready..!

Param302 commented 4 months ago

@Param302 Okay.! I'm ready..!

Oky, super fast 😅 Appreciated!

Please do a Pull Request @DevvMaurya

DevvMaurya commented 4 months ago

@Param302 Actually I already fixed this issue in my free hour😅. take a look.

image

Param302 commented 4 months ago

@Param302 Actually I already fixed this issue in my free hour😅. take a look.

image

Great, I will check and merge it soon.