leetcode-patterns icon indicating copy to clipboard operation
leetcode-patterns copied to clipboard

The need for an authentication system.

Open rohithrajb opened this issue 1 year ago • 1 comments

Hi!

I have recently come across the SeanPrasad Leetcode list and it has been very useful. The main problem is that every question has a checkbox which I believe is for the user to note that they have completed this question. I use multiple devices and when I open the list on another device, I can't see my progress. I believe this happens beacuse it is stored in the local storage of the browser. I would love to have an authentication system so that wherever I login, I know what questions I am already done with.

Thank you!

rohithrajb avatar Feb 09 '24 09:02 rohithrajb

Simple solution/hack - Runcopy(this.localStorage.checked) in the console of the source system And set this.localStorage.checked = <copied_value> in the target system I do this for testing in local version

vrajeshkanna avatar Apr 10 '24 04:04 vrajeshkanna