nishaaannnt / advance-bookmarks

A chrome extension to manage and arrange your bookmarks in a better way.
20 stars 8 forks source link

[Feature]Rearranging the bookmarks with drag and drop #6

Closed nishaaannnt closed 11 months ago

nishaaannnt commented 11 months ago

Currently a fixed list of bookmarks is made available, an option to Drag and Drop to rearrange their sequence can be more convenient.

A bit complex but feel free to ask for any help from my side !

Anubhav18200 commented 11 months ago

I have resolved the issue kindly check the pull request. Thanks @nishaaannnt

nishaaannnt commented 11 months ago

hello @Anubhav18200 can you please provide a functioning video for the same ? thank you

Anubhav18200 commented 11 months ago

you can check forked repo https://github.com/Anubhav18200/advance-bookmarks/tree/add-feature/drag-drop Clone it and check the working . I have checked it from my side its working . @nishaaannnt

In this image the c++ is at first image

Now i will drag and drop its position image

nishaaannnt commented 11 months ago

i saw the code and found issues in it such as

  1. I can't access the bookmark just by clicking on it (maybe just add a option to drag from far right to avoid any issue)
  2. the length of the name is overflowing which i had set to max 30 characters or so.

please look into the above issues

thank you! also dont forget to leave a star ;)

Anubhav18200 commented 11 months ago

@nishaaannnt sorry for the issues i have resolved the above 2 issues. Now you can check and confirm. I have created a new pull request.

Thank you.

Added the 3dot icon for drag-drop functionality. image

nishaaannnt commented 11 months ago

Thank you @Anubhav18200 !