Add sort options to tree library #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature
Add a sort dropdown to TreeLibraryPage allowing users to sort trees by:
Currently trees are returned in default order with no user-controlled sorting.
Files
frontend/src/pages/TreeLibraryPage.tsx— add sort dropdownbackend/app/api/endpoints/trees.py— addsort_byandsort_orderquery paramsClosing as duplicate of #34. All requested features were implemented in commit
89e09ed:See closed issue #34 for implementation details.