add timeline info to home tour
This commit is contained in:
parent
c68c7216f3
commit
791847d75e
1 changed files with 24 additions and 1 deletions
|
@ -41,7 +41,6 @@ initiateTour.addSteps([
|
||||||
return this.complete()
|
return this.complete()
|
||||||
},
|
},
|
||||||
text: "{% trans 'Ok' %}",
|
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!' %}",
|
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' %}",
|
title: "{% trans 'Notifications' %}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue