aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components/ViewFileTreeStore.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add repo file tree item link behavior (#34730)bytedream3 days1-0/+44
Converts the repo file tree items into `<a>` elements to have default link behavior. Dynamic content load is still done when no special key is pressed while clicking on an item. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>