Skip to content

Commit

Permalink
fix: UI Tutorial 8-11 now focuses on page components (pinterest#148) (p…
Browse files Browse the repository at this point in the history
…interest#1310)

* fix: UI Tutorial 8-11 now focuses on page components

* fix: resolved comments

Co-authored-by: Julian Rojas Valvo <[email protected]>
  • Loading branch information
2 people authored and aidenprice committed Jan 3, 2024
1 parent 68a68b3 commit 6b514f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions querybook/webapp/components/Search/SearchContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const SearchContainer: React.FC = () => {

return (
<IconButton
className="SearchContainer"
icon="Search"
tooltipPos="right"
tooltip="Search Queries, Docs, Tables, and Boards"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ function getQuerybookSidebarTourSteps() {
),
},
{
selector:
'.EntitySidebar .sidebar-footer [aria-label="Search Docs/Tables"]',
selector: '.EntitySidebar .apps-list .SearchContainer',
content: (
<>
<p>This is the Advanced Search for DataDocs and Tables.</p>
Expand All @@ -145,7 +144,7 @@ function getQuerybookSidebarTourSteps() {
),
},
{
selector: '.EntitySidebar .sidebar-footer .UserMenu',
selector: '.EntitySidebar .apps-list .UserMenu',
content: (
<>
<p>
Expand All @@ -161,7 +160,7 @@ function getQuerybookSidebarTourSteps() {
),
},
{
selector: '.EntitySidebar .sidebar-footer .QueryEngineStatusButton',
selector: '.EntitySidebar .apps-list .QueryEngineStatusButton',
content: (
<>
<p>
Expand Down

0 comments on commit 6b514f6

Please sign in to comment.