Skip to content

Commit 9ea7717

Browse files
author
Pratyush Tamhankar
committed
Update TODO and hide the refresh local changes button.
1 parent 4ce460b commit 9ea7717

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

TODO.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
. Select multiple files while staging, unstaging, rebase modal, etc.
99
. Prevent CSRF attacks.
1010
. Handle CRLF errors.
11-
. Implement searching for commits
11+
. Implement searching for commits/hashes/authors/commit messages
12+
. Implelemt copy path for all paths (file-selector)
13+
. Modularize file selectors
14+
. Git bisect
1215
. In the push modal, show which commits/files that are gonna be pushed.
1316
. Show popover on the commit, push buttons about details on the numbers.
1417
. Refactor code.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
text-overflow: ellipsis;
1414
}
1515

16+
#btn-refresh-local-changes {
17+
display: none;
18+
}
19+
1620
.commit {
1721
background: #FFF;
1822
border-bottom: 1px solid #CCC;

0 commit comments

Comments
 (0)