aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services/FolderTree.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Render folders in natural sort orderChristopher Ng2024-09-091-3/+17
| | | | | | - Nodes are returned from the endpoint in an undefined order Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor(files): Consolidate node registrationChristopher Ng2024-08-221-16/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Load limited depth treeChristopher Ng2024-08-081-22/+24
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Navigate via folder treeChristopher Ng2024-08-011-0/+90
Signed-off-by: Christopher Ng <chrng8@gmail.com>