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

Replaces Sort by ID with Date Added #253

Merged
merged 1 commit into from
Mar 4, 2023

Conversation

akabhirav
Copy link
Contributor

@akabhirav akabhirav commented Mar 4, 2023

Sort by Date Added

This sort helps you find the latest manga you've added to your Library

Why replace Sort by ID

Sort by ID, sorted the manga with an internally generatec ID in backend. This is not at all helpful for users as this might seem very random to them and is random for intents and purposes for them. This sort can used in best case for debugging, but there are better ways for that.

Updating the IManga type

This PR also updates the IManga type with all the latest data that it's getting from the backend. This can be very helpful for features that are planned for the future

.nvmrc

This PR also adds ,nvmrc so it's easier for developers to switch to the relevant node version while developing and testing

@akabhirav akabhirav force-pushed the sort-by-date-added branch from f71b3a1 to 182d19a Compare March 4, 2023 09:05
Copy link
Collaborator

@schroda schroda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

not really important but personally I would have added nvmrc with a different pr since it doesn't really have anything to do with the context of this one

@akabhirav
Copy link
Contributor Author

not really important but personally I would have added nvmrc with a different pr since it doesn't really have anything to do with the context of this one

Yeah, sorry about that. I was getting lazy and included it here since it was a small file change

@schroda
Copy link
Collaborator

schroda commented Mar 4, 2023

no worries, if you're lazy, what am I then 😆, look at all your PR descriptions 👍

@AriaMoradi AriaMoradi merged commit e320789 into Suwayomi:master Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants