jimmykane / quantified-self

Compare files from various activity trackers
GNU Affero General Public License v3.0
188 stars 24 forks source link

Perceived exertion drop-down list is not sorted by numeric values #178

Closed okaydoubleu closed 4 years ago

okaydoubleu commented 4 years ago

In the event-table, the "Perceived exertion" drop-down list is currently sorted as text and not as numeric value. Hence "10 Maximal" comes in between "1" and "2". 2019-10-07 10_36_38-Dashboard - Quantified Self

jimmykane commented 4 years ago

Hey @okaydoubleu thanks for reporting this.

Looks like the keyvalue pipe of angular does it's own sorting. (I had that enum sorted correctly)

66c096bbf13b95e39f42f2c55ac48db3c69c121d should fix this and it's being deployed atm with v4.7.5