web3infra-foundation / mega

Mega is an unofficial open source implementation of Google Piper.
https://gitmega.dev
Apache License 2.0
155 stars 30 forks source link

[Moon UI] Code Folder Sorting Issue #590

Closed benjamin-747 closed 1 week ago

benjamin-747 commented 1 week ago

Currently, folders are sorted with the latest records appearing at the end. This needs to be changed so that the latest records are displayed at the top, improving usability and allowing users to access recent updates more quickly.

benjamin-747 commented 1 week ago

Note: Git natively sorts the tree based on ASCII order, but the current implementation in the mono project differs from this behavior. The current sorting places the latest records at the end, whereas it should be modified to display the latest records at the top.