add timeline info to home tour

This commit is contained in:
Hugh Rundle 2022-07-09 19:27:12 +10:00
parent c68c7216f3
commit 791847d75e

View file

@ -41,7 +41,6 @@ initiateTour.addSteps([
return this.complete()
},
text: "{% trans 'Ok' %}",
classes: "is-success",
}
],
}
@ -140,6 +139,30 @@ homeTour.addSteps([
},
],
},
{
text: "{% trans 'Updates from people you are following will appear on your timeline here.<br><br>The <strong>Books</strong> tab shows just the updates about reading activity.' %}",
title: "{% trans 'Timelines' %}",
attachTo: {
element: "#feed",
on: "left",
},
highlightClass: 'tour-element-highlight',
buttons: [
{
action() {
return this.back();
},
secondary: true,
text: "{% trans 'Back' %}",
},
{
action() {
return this.next();
},
text: "{% trans 'Next' %}",
},
],
},
{
text: "{% trans 'This bell will light up when you have a new notification. When it does, click on it to find out what exciting thing has happened!' %}",
title: "{% trans 'Notifications' %}",