ellite / Wallos

Wallos: Open-Source Personal Subscription Tracker
GNU General Public License v3.0
3.07k stars 139 forks source link

Categories ordering on subscriptions page seems wrong #531

Open jpbaril opened 1 month ago

jpbaril commented 1 month ago

Hi,

I don't quite understand how categories are supposed to be ordered by when subscriptions are grouped by categories.

At first I thought that the categories would have been listed in alphabetic order. Then, as I noticed that categories could be manually ordered in the settings page I thought they would simply follow that manually-set order. So, I manually reordered the categories in alphabetic order in the settings page. Yet, despite that change, on the subscriptions page the categories are not even listed in that manually set order. So, I'm confused.

Capture d’écran du 2024-09-29 19-11-05

ellite commented 1 month ago

Hi. They're ordered by id. I have on my list of tasks to make it follow the order set on the settings page, but didn't get to it yet. Currently the order set on the settings page is only used on the dropdown when creating a new subscription.

Regards.