Fossil SCM

Swapped the order of the diff context load buttons to improve usability slightly, per forum feedback.

stephan 2021-10-03 10:10 trunk
Commit 4e45fcc997ed9b98343f78669c1256d615c038bffb57df0c169a8c8e1b8a0f0d
1 file changed +1 -1
--- src/fossil.diff.js
+++ src/fossil.diff.js
@@ -188,12 +188,12 @@
188188
btnUp = this.createButton(this.FetchType.NextUp);
189189
}
190190
}
191191
//this.e.btnUp = btnUp;
192192
//this.e.btnDown = btnDown;
193
- if(btnDown) D.append(this.e.btnWrapper, btnDown);
194193
if(btnUp) D.append(this.e.btnWrapper, btnUp);
194
+ if(btnDown) D.append(this.e.btnWrapper, btnDown);
195195
D.append(this.e.btnWrapper, this.e.msgWidget);
196196
/* For debugging only... */
197197
this.e.posState = D.span();
198198
D.append(this.e.btnWrapper, this.e.posState);
199199
this.updatePosDebug();
200200
--- src/fossil.diff.js
+++ src/fossil.diff.js
@@ -188,12 +188,12 @@
188 btnUp = this.createButton(this.FetchType.NextUp);
189 }
190 }
191 //this.e.btnUp = btnUp;
192 //this.e.btnDown = btnDown;
193 if(btnDown) D.append(this.e.btnWrapper, btnDown);
194 if(btnUp) D.append(this.e.btnWrapper, btnUp);
 
195 D.append(this.e.btnWrapper, this.e.msgWidget);
196 /* For debugging only... */
197 this.e.posState = D.span();
198 D.append(this.e.btnWrapper, this.e.posState);
199 this.updatePosDebug();
200
--- src/fossil.diff.js
+++ src/fossil.diff.js
@@ -188,12 +188,12 @@
188 btnUp = this.createButton(this.FetchType.NextUp);
189 }
190 }
191 //this.e.btnUp = btnUp;
192 //this.e.btnDown = btnDown;
 
193 if(btnUp) D.append(this.e.btnWrapper, btnUp);
194 if(btnDown) D.append(this.e.btnWrapper, btnDown);
195 D.append(this.e.btnWrapper, this.e.msgWidget);
196 /* For debugging only... */
197 this.e.posState = D.span();
198 D.append(this.e.btnWrapper, this.e.posState);
199 this.updatePosDebug();
200

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button