Skip to content

Commit d266f71

Browse files
committed
Minor UI fix and add more TODO items for myself.
1 parent 4a88b97 commit d266f71

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

TODO.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
. Delete remote branch
55
. Handle passwords for cloning
66
. Handle passwords for pushing
7+
. Reset single file
8+
. Select default branch that matches the current branch name in push modal
79
. Create a modal showing quick actions/shortcuts like pull, commit, push, fetch, simple rebase, squash, etc.
810
. Checkout remote branch // git checkout -B "master" "origin/master"
911
. Checkout commit
@@ -12,6 +14,7 @@
1214
. Handle CRLF errors.
1315
. Implement searching for commits/authors/file changes/file
1416
. Implement copy path for all paths (file-selector)
17+
.[bug] Show untracked files in stash
1518
. Modularize file selectors
1619
. Git bisect
1720
. In the push modal, show which commits/files that are gonna be pushed.

public/js/app/webgit-home/repo-detail/repo-detail.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,8 @@
407407
overflow: hidden;
408408
text-overflow: ellipsis;
409409
white-space: nowrap;
410+
}
411+
412+
.commit-message {
413+
white-space: pre-wrap;
410414
}

0 commit comments

Comments
 (0)