fix: expand every folder by default in the explorer tree

The file tree opened collapsed, requiring the reviewer to click each
folder before they could see what was inside. Walk the tree on first
render and mark every folder open in $scope.opens. Folders the user
has explicitly toggled (a previous entry already exists in
$scope.opens) are left as-is, so collapsing still works.

Fixes #496.
This commit is contained in:
tdurieux
2026-05-03 22:28:27 +02:00
parent a30ab7fb96
commit 6096cb0744
2 changed files with 18 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long