mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:47:11 -06:00
[PR #219] [CLOSED] Fix event sort order #221
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/219
Author: @GeekJosh
Created: 7/2/2025
Status: ❌ Closed
Base:
dev← Head:patch-1📝 Commits (1)
565b1a3fixed event sort order📊 Changes
1 file changed (+1 additions, -5 deletions)
View changed files
📝
code/backend/Cleanuparr.Api/Controllers/EventsController.cs(+1 -5)📄 Description
In my opinion, the current behaviour is confusing. Each page of events is sorted in ascending order by the timestamp, but the pages are in descending order by timestamp. This feels off to me, so I'm putting forward this PR to keep events in descending order, which feels more natural.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.