mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add preference options for refreshing the view + controller automatically on windowDidBecomeMain.
Add preference for showing exact or relative dates. Make the showWhitespaceDifferences preference work. Make the context slider in the diff views work. This is done with a minimal version of jQuery 1.3.2 being responsible for the animation and a small cookie storing the last value between page refreshes so that it can be incremented by the HTML sliders default value. TODO: Maybe we can also make the default context value into a preference?
This commit is contained in:
+1
-2
@@ -49,8 +49,7 @@
|
||||
}
|
||||
|
||||
.diff .file .diffcontent .lines .whitespace {
|
||||
/* background-color: rgba(255,0,0,0.5); */
|
||||
background-color: transparent;
|
||||
background-color: rgba(255,0,0,0.5);
|
||||
}
|
||||
|
||||
#CurrentHunk {
|
||||
|
||||
Reference in New Issue
Block a user