Add additional teaching bubbles in Quickstart (#1407)

* Add additional teaching bubbles in Quickstart

* Run npm format

* Fix lint error

* Add unit tests

* Add Mongo teaching bubbles for Try CosmosDB and Launch full screen

* Add additional tests for UrlUtility

* Run npm format

* Add tests for Notebook Utils
This commit is contained in:
sindhuba
2023-03-27 15:33:55 -07:00
committed by GitHub
parent 1ee6abf890
commit 7f220bf8be
8 changed files with 222 additions and 21 deletions

View File

@@ -80,6 +80,7 @@ const App: React.FunctionComponent = () => {
return (
<div className="flexContainer">
<div id="divExplorer" className="flexContainer hideOverflows">
<div id="freeTierTeachingBubble"> </div>
{/* Main Command Bar - Start */}
<CommandBar container={explorer} />
{/* Collections Tree and Tabs - Begin */}