Fossil SCM

Doc typos and sped up the message-in-context animation a tick.

stephan 2021-09-24 09:42 chat-user-filter
Commit 2b3a6ed8465eb09e9e120e4bac0064a09329a171a3e37296968a602d969e92ba
2 files changed +2 -2 +1 -1
+2 -2
--- src/chat.js
+++ src/chat.js
@@ -975,12 +975,12 @@
975975
'target', '_blank'
976976
);
977977
D.append(toolbar2, timelineLink);
978978
if(Chat.filterState.activeUser &&
979979
Chat.filterState.match(eMsg.dataset.xfrom)){
980
- /* Add a button to jump to clear user filter
981
- and jump to this message in context. */
980
+ /* Add a button to clear user filter and jump to
981
+ this message in its original context. */
982982
D.append(
983983
this.e,
984984
D.append(
985985
D.addClass(D.div(), 'toolbar'),
986986
D.button(
987987
--- src/chat.js
+++ src/chat.js
@@ -975,12 +975,12 @@
975 'target', '_blank'
976 );
977 D.append(toolbar2, timelineLink);
978 if(Chat.filterState.activeUser &&
979 Chat.filterState.match(eMsg.dataset.xfrom)){
980 /* Add a button to jump to clear user filter
981 and jump to this message in context. */
982 D.append(
983 this.e,
984 D.append(
985 D.addClass(D.div(), 'toolbar'),
986 D.button(
987
--- src/chat.js
+++ src/chat.js
@@ -975,12 +975,12 @@
975 'target', '_blank'
976 );
977 D.append(toolbar2, timelineLink);
978 if(Chat.filterState.activeUser &&
979 Chat.filterState.match(eMsg.dataset.xfrom)){
980 /* Add a button to clear user filter and jump to
981 this message in its original context. */
982 D.append(
983 this.e,
984 D.append(
985 D.addClass(D.div(), 'toolbar'),
986 D.button(
987
--- src/style.chat.css
+++ src/style.chat.css
@@ -371,11 +371,11 @@
371371
font-weight: bold;
372372
text-decoration: underline;
373373
}
374374
375375
body.chat .anim-rotate-360 {
376
- animation: rotate-360 1s linear;
376
+ animation: rotate-360 750ms linear;
377377
}
378378
@keyframes rotate-360 {
379379
from {
380380
transform: rotate(0deg);
381381
}
382382
--- src/style.chat.css
+++ src/style.chat.css
@@ -371,11 +371,11 @@
371 font-weight: bold;
372 text-decoration: underline;
373 }
374
375 body.chat .anim-rotate-360 {
376 animation: rotate-360 1s linear;
377 }
378 @keyframes rotate-360 {
379 from {
380 transform: rotate(0deg);
381 }
382
--- src/style.chat.css
+++ src/style.chat.css
@@ -371,11 +371,11 @@
371 font-weight: bold;
372 text-decoration: underline;
373 }
374
375 body.chat .anim-rotate-360 {
376 animation: rotate-360 750ms linear;
377 }
378 @keyframes rotate-360 {
379 from {
380 transform: rotate(0deg);
381 }
382

Keyboard Shortcuts

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