scrroll-in icon indicating copy to clipboard operation
scrroll-in copied to clipboard

Saving/Updating a page is saved chronologically

Open realyuvishere opened this issue 6 years ago • 4 comments

Is your feature request related to a problem? Please describe. Lately if you check the options page, you will notice all the the URLs stored and displayed are in chronological order, with respect to the URL of the saved/updated page. For example, if you save several pages of, say, www.github.com, they will be saved together in a group rather than been separated in other convenient order as per they were saved. Screenshot 2019-10-12 at 3 59 24 PM

Describe the solution you'd like What really is needed, for better user convenience, is that the URLs should be saved in an order as per the time they were saved/updated. Where the list is sorted in ascending order of the time, rather than the chronological order of the URL.

Describe alternatives you've considered Primarily, I feel that this could be sorted in the save.js file, where you create a new Date() object for every new URL saved.

Additional context Here is the screenshot with the URLs been displayed for better understanding, please note that all these pages were saved over a different span of time. The user would be more interested in the most recent articles rather than the chronologically arranged articles, that's why this issue has been opened.

realyuvishere avatar Oct 12 '19 10:10 realyuvishere

Hey, I submitted a PR for another issue. Can I work on this as well?

devcer avatar Oct 18 '19 05:10 devcer

Hi @YuvrajSharma07 @akashnimare, if the issue is still open, I'd like to work on it. I'll be able to implement a solution.

parshnt avatar Oct 01 '20 11:10 parshnt

Yeah sure!

realyuvishere avatar Oct 01 '20 12:10 realyuvishere

Hello, @YuvrajSharma07 @akashnimare

I've opened a PR that fixes this issue, kindly have a look at #83

parshnt avatar Oct 01 '20 15:10 parshnt