mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-03 13:58:43 +00:00
update search tour
- action styling - code to strong
This commit is contained in:
parent
bb4b1a14fd
commit
bb85d3cdb2
1 changed files with 3 additions and 5 deletions
|
@ -15,10 +15,7 @@
|
||||||
if (remoteResult) {
|
if (remoteResult) {
|
||||||
tour.addStep(
|
tour.addStep(
|
||||||
{
|
{
|
||||||
text: "{% trans 'If the book you are looking for is available on a remote catalogue such as Open Library, click on' %}\
|
text: "{% trans 'If the book you are looking for is available on a remote catalogue such as Open Library, click on <strong>Import book</strong>.",
|
||||||
<code>\
|
|
||||||
{% trans 'Import book' %}\
|
|
||||||
</code>.",
|
|
||||||
title: "{% trans 'Searching' %}",
|
title: "{% trans 'Searching' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "#tour-remote-search-result",
|
element: "#tour-remote-search-result",
|
||||||
|
@ -129,6 +126,7 @@
|
||||||
element: "#tour-manually-add-book",
|
element: "#tour-manually-add-book",
|
||||||
on: "right",
|
on: "right",
|
||||||
},
|
},
|
||||||
|
scrollTo: true,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
action() {
|
action() {
|
||||||
|
@ -148,7 +146,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tour.addStep({
|
tour.addStep({
|
||||||
text: "{% trans 'Import, manually add, or view an existing book to continue the tour.' %}",
|
text: "{% trans '<p class=\'notification is-warning is-light mt-3\'>Import, manually add, or view an existing book to continue the tour.<p>' %}",
|
||||||
title: "{% trans 'Continue the tour' %}",
|
title: "{% trans 'Continue the tour' %}",
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue