Currently, the extension works great for adding individual friends. However, I have a use case where I need to add a large number of friends (e.g., 50+ people) to track a class or a large peer group. Adding 50 usernames manually one by one is very time-consuming and tedious.
I would like to request a feature that allows users to bulk add friends.
- Add an "Import CSV" (or "Bulk Add") button in the friend management section.
- The user selects a simple
.csv or .txt file containing a list of LeetCode usernames.
- The extension parses the file and adds all valid usernames to the friend list automatically.
An alternative could be a text area where I can paste a comma-separated list of usernames (e.g., "user1, user2, user3") and click "Add All."
I am interested in implementing this feature myself! I have experience with JavaScript and file handling.
Could you please review this request and give me the green signal? If you assign this issue to me, I will fork the repository and submit a Pull Request with the implementation.
Currently, the extension works great for adding individual friends. However, I have a use case where I need to add a large number of friends (e.g., 50+ people) to track a class or a large peer group. Adding 50 usernames manually one by one is very time-consuming and tedious.
I would like to request a feature that allows users to bulk add friends.
.csvor.txtfile containing a list of LeetCode usernames.An alternative could be a text area where I can paste a comma-separated list of usernames (e.g., "user1, user2, user3") and click "Add All."
I am interested in implementing this feature myself! I have experience with JavaScript and file handling.
Could you please review this request and give me the green signal? If you assign this issue to me, I will fork the repository and submit a Pull Request with the implementation.