adds sort for trail date

This commit is contained in:
Christian Beutel
2024-04-13 22:04:16 +02:00
parent 6a537b0bb8
commit 23d88549fe

View File

@@ -27,6 +27,7 @@
const sortOptions: SelectItem[] = [
{ text: $_("alphabetical"), value: "name" },
{ text: $_("creation-date"), value: "created" },
{ text: $_("date"), value: "date" },
{ text: $_("difficulty"), value: "difficulty" },
{ text: $_("distance"), value: "distance" },
{ text: $_("elevation-gain"), value: "elevation_gain" },