You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
[skip ci] Updated translations via Crowdin
Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream (go-gitea#34770)
Add repo file tree item link behavior (go-gitea#34730)
Fix tag target (go-gitea#34781)
if (e.state?.url) store.loadViewContent(e.state.url);
54
21
});
55
22
});
56
23
</script>
57
24
58
25
<template>
59
26
<divclass="view-file-tree-items"ref="elRoot">
60
-
<!-- only render the tree if we're visible. in many cases this is something that doesn't change very often -->
61
-
<ViewFileTreeItemv-for="item in files":key="item.name":item="item":selected-item="selectedItem":navigate-view-content="navigateTreeView":load-children="loadChildren"/>
27
+
<ViewFileTreeItemv-for="item in store.rootFiles":key="item.name":item="item":store="store"/>
0 commit comments