Fossil SCM

Replace the three bullets with a midline ellipsis character in the timelines.

drh 2017-11-26 01:34 declutter-via-js
Commit 7b9cfa99c37205331bbe22a31d35223830ece6ca840eb9437052fa74a9bae55f
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -529,11 +529,11 @@
529529
if( bHashAfterComment && zUuid ){
530530
hyperlink_to_uuid(zUuid);
531531
}
532532
if( bShowDetail ){
533533
@ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \
534
- @ onclick='expandEllipsis(%d(frid))'>&bull;&bull;&bull;</span>
534
+ @ onclick='expandEllipsis(%d(frid))'>&#x22ef;</span>
535535
if( bSeparateDetail ){
536536
if( zBgClr && zBgClr[0] ){
537537
@ <td class="timelineTableCell timelineDetailCell"
538538
@ style="background-color: %h(zBgClr);">
539539
}else{
540540
--- src/finfo.c
+++ src/finfo.c
@@ -529,11 +529,11 @@
529 if( bHashAfterComment && zUuid ){
530 hyperlink_to_uuid(zUuid);
531 }
532 if( bShowDetail ){
533 @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \
534 @ onclick='expandEllipsis(%d(frid))'>&bull;&bull;&bull;</span>
535 if( bSeparateDetail ){
536 if( zBgClr && zBgClr[0] ){
537 @ <td class="timelineTableCell timelineDetailCell"
538 @ style="background-color: %h(zBgClr);">
539 }else{
540
--- src/finfo.c
+++ src/finfo.c
@@ -529,11 +529,11 @@
529 if( bHashAfterComment && zUuid ){
530 hyperlink_to_uuid(zUuid);
531 }
532 if( bShowDetail ){
533 @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \
534 @ onclick='expandEllipsis(%d(frid))'>&#x22ef;</span>
535 if( bSeparateDetail ){
536 if( zBgClr && zBgClr[0] ){
537 @ <td class="timelineTableCell timelineDetailCell"
538 @ style="background-color: %h(zBgClr);">
539 }else{
540
--- src/style.c
+++ src/style.c
@@ -1536,14 +1536,10 @@
15361536
},
15371537
{ ".clutter",
15381538
"Detail screen objects",
15391539
@ display: none;
15401540
},
1541
- { ".timelineEllipsis",
1542
- "Timeline ellipses",
1543
- @ font-size: 80%;
1544
- },
15451541
{ 0,
15461542
0,
15471543
0
15481544
}
15491545
};
15501546
--- src/style.c
+++ src/style.c
@@ -1536,14 +1536,10 @@
1536 },
1537 { ".clutter",
1538 "Detail screen objects",
1539 @ display: none;
1540 },
1541 { ".timelineEllipsis",
1542 "Timeline ellipses",
1543 @ font-size: 80%;
1544 },
1545 { 0,
1546 0,
1547 0
1548 }
1549 };
1550
--- src/style.c
+++ src/style.c
@@ -1536,14 +1536,10 @@
1536 },
1537 { ".clutter",
1538 "Detail screen objects",
1539 @ display: none;
1540 },
 
 
 
 
1541 { 0,
1542 0,
1543 0
1544 }
1545 };
1546
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -556,11 +556,11 @@
556556
/* Generate extra information and hyperlinks to follow the comment.
557557
** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
558558
*/
559559
if( bShowDetail ){
560560
@ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \
561
- @ onclick='expandEllipsis(%d(rid))'>&bull;&bull;&bull;</span>
561
+ @ onclick='expandEllipsis(%d(rid))'>&#x22ef;</span>
562562
if( bSeparateDetail ){
563563
if( zBgClr && zBgClr[0] && rid!=selectedRid ){
564564
@ <td class="timelineTableCell timelineDetailCell"
565565
@ style="background-color: %h(zBgClr);">
566566
}else{
567567
--- src/timeline.c
+++ src/timeline.c
@@ -556,11 +556,11 @@
556 /* Generate extra information and hyperlinks to follow the comment.
557 ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
558 */
559 if( bShowDetail ){
560 @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \
561 @ onclick='expandEllipsis(%d(rid))'>&bull;&bull;&bull;</span>
562 if( bSeparateDetail ){
563 if( zBgClr && zBgClr[0] && rid!=selectedRid ){
564 @ <td class="timelineTableCell timelineDetailCell"
565 @ style="background-color: %h(zBgClr);">
566 }else{
567
--- src/timeline.c
+++ src/timeline.c
@@ -556,11 +556,11 @@
556 /* Generate extra information and hyperlinks to follow the comment.
557 ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
558 */
559 if( bShowDetail ){
560 @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \
561 @ onclick='expandEllipsis(%d(rid))'>&#x22ef;</span>
562 if( bSeparateDetail ){
563 if( zBgClr && zBgClr[0] && rid!=selectedRid ){
564 @ <td class="timelineTableCell timelineDetailCell"
565 @ style="background-color: %h(zBgClr);">
566 }else{
567

Keyboard Shortcuts

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