bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

add config options to modify track sorting #106

Closed rnwgnr closed 4 years ago

rnwgnr commented 4 years ago

follow up to #103

i've added two config options to modify the track sorting in the dropdown. Currently only the fields name and id are somewhat meaningful, so i opted for 2 boolean configs to switch from id to name sorting and to convert descending to ascending sorting, so only minimal modifications to the code needed to be done.