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

Invert sorting of mails in mailbox #208

Open
ebroda opened this issue Sep 2, 2024 · 1 comment
Open

Invert sorting of mails in mailbox #208

ebroda opened this issue Sep 2, 2024 · 1 comment
Labels
enhancement New feature or request redefine

Comments

@ebroda
Copy link
Member

ebroda commented Sep 2, 2024

Currently, all mails are ordered historical, with the oldest one first (or maybe not explicitely ordered but by database sorted). I'd suggest to change that order to have the newest entries on top, so that I don't need to go to the last page if there are more than 30 messages.

And it's probably better to update this in the backend than in the frontend.

@ebroda ebroda added the enhancement New feature or request label Sep 2, 2024
@deinelieblings
Copy link
Member

The code is still a little difficult in the backend code. The messages are simply attached to the mailbox. A GET for messages with sort filter limit would definitely need to be built in the backend at this point.
So the first step would be to sort it in the frontend and include the changes for the backend in a new issue. Does that make sense?

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

No branches or pull requests

3 participants