Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-10-08 13:50:22 +0300
committerPhil Hughes <me@iamphill.com>2018-10-23 11:12:36 +0300
commit2d00e7fce5b33f2a8c89dccd33d5d1758cc846c7 (patch)
tree146ece7201a5ec88b4c99053f53fb18cc2b9f1b6 /changelogs
parent10bb8297ebe5fc01540b20c3fd365234779b6837 (diff)
Add list mode to file browser in diffs
This adds toggle buttons to switch between file & tree list. For file list, it renders the truncated paths with the ellipsis at the start of the path. When focusing the input, it hides the toggle buttons. On blur, the buttons get shown again. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51859
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/mr-file-list.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/mr-file-list.yml b/changelogs/unreleased/mr-file-list.yml
new file mode 100644
index 00000000000..6596a0dd3e3
--- /dev/null
+++ b/changelogs/unreleased/mr-file-list.yml
@@ -0,0 +1,5 @@
+---
+title: Switch between tree list & file list in diffs file browser
+merge_request:
+author:
+type: added