From 36652c02b1724ba12e21e76acd20f8c232dd2414 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 7 Nov 2023 22:56:35 +0100 Subject: sort newest issues first by default --- app/Issue/Sort.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Issue/Sort.hs b/app/Issue/Sort.hs index 5499f9c..772cd7f 100644 --- a/app/Issue/Sort.hs +++ b/app/Issue/Sort.hs @@ -29,7 +29,7 @@ data SortBy deriving (Show) defaultSort :: Sort -defaultSort = Sort Asc (SortByTag "@createdAt") +defaultSort = Sort Desc (SortByTag "@createdAt") sortArg :: O.Parser [Sort] sortArg = -- cgit v1.2.3