Skip to content

Commit b742fe1

Browse files
rueckstiessimlucas
authored andcommitted
COMPASS-1182 sidebar tour slide (#1006)
* add collapsible sidebar tour slide. * slight rewording of extended query bar text.
1 parent 17a19b0 commit b742fe1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
180 KB
Loading

src/app/tour/features.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,22 @@ module.exports = [
5656
initial: true
5757
},
5858
{
59-
title: 'Sidebar DDL',
60-
description: 'Create and delete databases and collections conveniently from the sidebar with these shortcut icons.',
59+
title: 'Collapsible Sidebar',
60+
description: 'To give you more space to work with your data, the sidebar is now collapsible. Click on the double arrow symbols to collapse or expand the sidebar.',
61+
image: 'collapsible-sidebar.png',
62+
version: '1.7.0',
63+
initial: false
64+
},
65+
{
66+
title: 'Sidebar Shortcuts',
67+
description: 'We have also added convenient shortcuts to create and delete databases and collections into the sidebar.',
6168
image: 'sidebar-ddl.png',
6269
version: '1.7.0',
6370
initial: false
6471
},
6572
{
6673
title: 'Extended Query Bar',
67-
description: 'Specify filter, project, sort, skip and limit options to queries on the Documents and Explain tabs, and filter, project and limit on the Schema tab.',
74+
description: 'You can now specify extended query options like filter, project, sort, skip and limit on the Schema, Documents and Explain tabs.',
6875
image: 'extended-query-bar.png',
6976
version: '1.7.0',
7077
initial: false

0 commit comments

Comments
 (0)