Fossil SCM

For the ellipses in timelines from three bullet characters.

drh 2017-11-26 00:37 UTC declutter-via-js
Commit cef3d63c545b8e0fc09c6b693800e9786ba6bee8fdafe261b9a124b6af369c03
2 files changed +2 -2 +2 -2
+2 -2
--- src/finfo.c
+++ src/finfo.c
@@ -526,12 +526,12 @@
526526
@ <span class="timelineComment timelineCheckinComment">%W(zCom)</span>
527527
if( bHashAfterComment && zUuid ){
528528
hyperlink_to_uuid(zUuid);
529529
}
530530
if( bShowDetail ){
531
- @ <a class='anticlutter' id='ellipsis-%d(frid)' \
532
- @ onclick='expandEllipsis(%d(frid))'>...</a>
531
+ @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \
532
+ @ onclick='expandEllipsis(%d(frid))'>&bull;&bull;&bull;</a>
533533
if( bSeparateDetail ){
534534
if( zBgClr && zBgClr[0] ){
535535
@ <td class="timelineTableCell timelineDetailCell"
536536
@ style="background-color: %h(zBgClr);">
537537
}else{
538538
--- src/finfo.c
+++ src/finfo.c
@@ -526,12 +526,12 @@
526 @ <span class="timelineComment timelineCheckinComment">%W(zCom)</span>
527 if( bHashAfterComment && zUuid ){
528 hyperlink_to_uuid(zUuid);
529 }
530 if( bShowDetail ){
531 @ <a class='anticlutter' id='ellipsis-%d(frid)' \
532 @ onclick='expandEllipsis(%d(frid))'>...</a>
533 if( bSeparateDetail ){
534 if( zBgClr && zBgClr[0] ){
535 @ <td class="timelineTableCell timelineDetailCell"
536 @ style="background-color: %h(zBgClr);">
537 }else{
538
--- src/finfo.c
+++ src/finfo.c
@@ -526,12 +526,12 @@
526 @ <span class="timelineComment timelineCheckinComment">%W(zCom)</span>
527 if( bHashAfterComment && zUuid ){
528 hyperlink_to_uuid(zUuid);
529 }
530 if( bShowDetail ){
531 @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \
532 @ onclick='expandEllipsis(%d(frid))'>&bull;&bull;&bull;</a>
533 if( bSeparateDetail ){
534 if( zBgClr && zBgClr[0] ){
535 @ <td class="timelineTableCell timelineDetailCell"
536 @ style="background-color: %h(zBgClr);">
537 }else{
538
+2 -2
--- src/timeline.c
+++ src/timeline.c
@@ -554,12 +554,12 @@
554554
555555
/* Generate extra information and hyperlinks to follow the comment.
556556
** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
557557
*/
558558
if( bShowDetail ){
559
- @ <a class='anticlutter' id='ellipsis-%d(rid)' \
560
- @ onclick='expandEllipsis(%d(rid))'>...</a>
559
+ @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \
560
+ @ onclick='expandEllipsis(%d(rid))'>&bull;&bull;&bull;</a>
561561
if( bSeparateDetail ){
562562
if( zBgClr && zBgClr[0] && rid!=selectedRid ){
563563
@ <td class="timelineTableCell timelineDetailCell"
564564
@ style="background-color: %h(zBgClr);">
565565
}else{
566566
--- src/timeline.c
+++ src/timeline.c
@@ -554,12 +554,12 @@
554
555 /* Generate extra information and hyperlinks to follow the comment.
556 ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
557 */
558 if( bShowDetail ){
559 @ <a class='anticlutter' id='ellipsis-%d(rid)' \
560 @ onclick='expandEllipsis(%d(rid))'>...</a>
561 if( bSeparateDetail ){
562 if( zBgClr && zBgClr[0] && rid!=selectedRid ){
563 @ <td class="timelineTableCell timelineDetailCell"
564 @ style="background-color: %h(zBgClr);">
565 }else{
566
--- src/timeline.c
+++ src/timeline.c
@@ -554,12 +554,12 @@
554
555 /* Generate extra information and hyperlinks to follow the comment.
556 ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
557 */
558 if( bShowDetail ){
559 @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \
560 @ onclick='expandEllipsis(%d(rid))'>&bull;&bull;&bull;</a>
561 if( bSeparateDetail ){
562 if( zBgClr && zBgClr[0] && rid!=selectedRid ){
563 @ <td class="timelineTableCell timelineDetailCell"
564 @ style="background-color: %h(zBgClr);">
565 }else{
566

Keyboard Shortcuts

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