Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving/Updating a page is saved chronologically #42

Open
realyuvishere opened this issue Oct 12, 2019 · 4 comments
Open

Saving/Updating a page is saved chronologically #42

realyuvishere opened this issue Oct 12, 2019 · 4 comments
Labels
enhancement New feature or request hacktoberfest

Comments

@realyuvishere
Copy link

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.

@devcer
Copy link

devcer commented Oct 18, 2019

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

@parshnt
Copy link

parshnt commented Oct 1, 2020

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

@realyuvishere
Copy link
Author

Yeah sure!

@parshnt
Copy link

parshnt commented Oct 1, 2020

Hello, @yuvrajsharma07 @akashnimare

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

4 participants