[FEATURE] Alphabetic sorting of tags in resources filter #129
Labels
coding
Change that requires coding
enhancement
New feature or request for the website
good first issue
Good for new developers
help wanted
Extra attention is needed
🟠medium priority
A medium priority feature
Describe your suggested improvement
Alphabetic sorting of tags in resources filter (for easier grouping). Tags with emojis should be at the top of the list.
Describe the benefit
Better navigation and finding of tags.
Would you be capable/willing to implement the improvement?
No, I have other priorities. Happy for someone to give this a stab.
Additional comments
Currently the tags list is determined in the following code:
knowledge-hub/src/routes/resources/+page.server.ts
Lines 11 to 18 in 36f3a98
Which has no sorting whatsover. Simply implementing a sort function here (adhering to the requirements) would make this work.
Suggested in #75 (comment) (thanks @JarrodBaniqued!)
The text was updated successfully, but these errors were encountered: