aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components/DiffFileTree.vue
Commit message (Expand)AuthorAgeFilesLines
* Migrate vue components to setup (#32329)Anbraten2024-10-281-115/+123
* Convert frontend code to typescript (#31559)silverwind2024-07-071-5/+5
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-101-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-1/+1
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-3/+3
* Improve diff tree spacing (#27714)silverwind2023-10-211-1/+9
* Fix review UI (#27322)wxiaoguang2023-09-281-1/+1
* Reorder blocks in vue SFCs (#26874)silverwind2023-09-021-10/+9
* Rewrite the DiffFileTreeItem and fix misalignment (#26565)wxiaoguang2023-08-181-3/+1
* Show file tree by default (#25052)Kyle D2023-06-021-1/+2
* Refactor diffFileInfo / DiffTreeStore (#24998)wxiaoguang2023-05-301-29/+13
* Update the value of the `diffEnd` when click `Show More` btn in the DiffFileT...sillyguodong2023-04-121-0/+2
* Expand selected file when clicking file tree (#24041)sillyguodong2023-04-121-0/+10
* Use reactive store to share data between components (#23996)wxiaoguang2023-04-111-5/+6
* Highlight selected file in the PR file tree (#23947)yusifeng2023-04-071-2/+12
* Diff improvements (#23553)silverwind2023-03-301-10/+11
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-3/+3
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-3/+3
* Restore function to "Show more" buttons (#22399)zeripath2023-01-131-1/+4
* JS refactors (#22227)silverwind2022-12-241-5/+1
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-011-3/+5
* Add filetree on left of diff view (#21012)sebastian-sauer2022-09-271-0/+129