summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorD Anzorge <d.anzorge@gmail.com>2020-01-28 19:52:28 +0100
committerD Anzorge <d.anzorge@gmail.com>2020-01-28 20:14:08 +0100
commit8bcf191a1d17e4bda4ea3304efa98855d4c2590b (patch)
tree7182392c318af21afa976d07761e8e91feff74e3 /ui/src/interfaces.ts
parent8849dc07cfeda43e69047b820c2cbdd12cd45129 (diff)
Add sorting by old (date, ascending) to comment frontend
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index b0594e8d..f83595d7 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -47,6 +47,7 @@ export enum CommentSortType {
Hot,
Top,
New,
+ Old,
}
export enum ListingType {