+18
-18
lines changedFilter options
+18
-18
lines changed Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
1
1
<template>
2
2
<div class="navbar">
3
-
<hamburger :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" />
3
+
<hamburger id="hamburger-container" :is-active="sidebar.opened" class="hamburger-container" @toggleClick="toggleSideBar" />
4
4
5
-
<breadcrumb class="breadcrumb-container" />
5
+
<breadcrumb id="breadcrumb-container" class="breadcrumb-container" />
6
6
7
7
<div class="right-menu">
8
8
<template v-if="device!=='mobile'">
9
-
<search class="right-menu-item" />
9
+
<search class="right-menu-item header-search" />
10
10
11
11
<error-log class="errLog-container right-menu-item hover-effect" />
12
12
13
-
<screenfull class="right-menu-item hover-effect" />
13
+
<screenfull id="screenfull" class="right-menu-item hover-effect" />
14
14
15
15
<el-tooltip :content="$t('navbar.size')" effect="dark" placement="bottom">
16
-
<size-select class="right-menu-item hover-effect" />
16
+
<size-select id="size-select" class="right-menu-item hover-effect" />
17
17
</el-tooltip>
18
18
19
19
<lang-select class="right-menu-item hover-effect" />
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1
1
<template>
2
-
<div class="tags-view-container">
2
+
<div id="tags-view-container" class="tags-view-container">
3
3
<scroll-pane ref="scrollPane" class="tags-view-wrapper">
4
4
<router-link
5
5
v-for="tag in visitedViews"
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
1
1
const steps = [
2
2
{
3
-
element: '.hamburger-container',
3
+
element: '#hamburger-container',
4
4
popover: {
5
5
title: 'Hamburger',
6
6
description: 'Open && Close sidebar',
7
7
position: 'bottom'
8
8
}
9
9
},
10
10
{
11
-
element: '.breadcrumb-container',
11
+
element: '#breadcrumb-container',
12
12
popover: {
13
13
title: 'Breadcrumb',
14
14
description: 'Indicate the current page location',
15
15
position: 'bottom'
16
16
}
17
17
},
18
18
{
19
-
element: '.screenfull',
19
+
element: '#header-search',
20
20
popover: {
21
-
title: 'Screenfull',
22
-
description: 'Bring the page into fullscreen',
21
+
title: 'Page Search',
22
+
description: 'Page search, quick navigation',
23
23
position: 'left'
24
24
}
25
25
},
26
26
{
27
-
element: '.international-icon',
27
+
element: '#screenfull',
28
28
popover: {
29
-
title: 'Switch language',
30
-
description: 'Switch the system language',
29
+
title: 'Screenfull',
30
+
description: 'Set the page into fullscreen',
31
31
position: 'left'
32
32
}
33
33
},
34
34
{
35
-
element: '.theme-switch',
35
+
element: '#size-select',
36
36
popover: {
37
-
title: 'Theme Switch',
38
-
description: 'Custom switch system theme',
37
+
title: 'Switch Size',
38
+
description: 'Switch the system size',
39
39
position: 'left'
40
40
}
41
41
},
42
42
{
43
-
element: '.tags-view-container',
43
+
element: '#tags-view-container',
44
44
popover: {
45
45
title: 'Tags view',
46
46
description: 'The history of the page you visited',
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4