aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/folderTree.ts
Commit message (Expand)AuthorAgeFilesLines
* perf(files): Check node type property instead of instanceChristopher Ng2025-01-291-4/+4
* fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-091-1/+0
* refactor(files): Consolidate node registrationChristopher Ng2024-08-221-36/+10
* refactor(files): Organize event subscriptionsChristopher Ng2024-08-221-14/+10
* fix(files): Respect "Show hidden files" setting in treeChristopher Ng2024-08-221-0/+22
* perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
* feat: Load limited depth treeChristopher Ng2024-08-081-6/+42
* perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
* feat(files): Allow toggling folder treeChristopher Ng2024-08-011-0/+6
* feat: Navigate via folder treeChristopher Ng2024-08-011-0/+147