Skip to content

Commit

Permalink
#274 Use tabbing in content window folder view
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentFarris committed Jun 12, 2024
1 parent 21b62c2 commit f0b87df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/editor/ui/content_window.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{{define "folderTree"}}
{{range .}}
<div class="folderEntry" onclick="contentClick" data-path="{{.Path}}">
{{range count .Depth}}
<span class="indent"></span>
{{end}}
<img class="folderImg" src="editor/textures/icons/folder-small.png" />
<span>{{.Name}}</span>
</div>
Expand Down

0 comments on commit f0b87df

Please sign in to comment.