lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

Implement node sorting in repository structure view #57

Closed lonely-lockley closed 9 months ago

lonely-lockley commented 10 months ago

At this point all nodes are displayed in original order (as they were created). There's a need to separate storage from view by sorting nodes in tree grid first by their type and second - alphabetically. Sorting should be made this way:

  1. directories first
  2. all directories must be sorted alphabetically
  3. all files last
  4. all files must be sorted alphabetically
lonely-lockley commented 9 months ago

Completed in commit 0d98d0b