@@ -32,7 +32,6 @@ <h3>Graph Lens Lite</h3>
3232 < button id ="metricsToggleBtn " class ="showOnLoad medium-btn " title ="Toggle network metrics panel (M) " onclick ="cache.metrics.toggleUI() "> 📊</ button >
3333 < button id ="dataToggleBtn " class ="showOnLoad medium-btn " title ="Toggle data editor (D) " onclick ="cache.ui.toggleDataEditor() "> 🔢</ button >
3434 < button id ="queryToggleBtn " class ="showOnLoad medium-btn " title ="Toggle query editor (Q) " onclick ="cache.ui.toggleQueryEditor() "> 📝</ button >
35- < button id ="styleToggleBtn " class ="showOnLoad medium-btn " title ="Open styling panel (Y) " onclick ="cache.ui.toggleStylingPanel() "> 🎨</ button >
3635 < button id ="editBtn " class ="showOnLoad medium-btn " title ="Toggle Edit mode (E) " onclick ="cache.ui.toggleEditMode() "> ⚙️</ button >
3736 </ div >
3837 </ div >
@@ -81,6 +80,7 @@ <h5 class="purple">Shown:
8180 < button id ="deselectEdgesBtn " class ="tiny-btn red disabled " title ="Clear edge selection "
8281 onclick ="cache.sm.toggleSelectionForAllEdges(false) "> ×</ button >
8382 < hr >
83+ < button id ="styleToggleBtn " class ="small-btn showOnLoad " title ="Open styling panel (Y) " onclick ="cache.ui.toggleStylingPanel() "> 🎨</ button >
8484 < div id ="lassoWrapper " class ="showOnLoad small-btn "> < button id ="lassoToggleBtn " class ="lasso-icon " title ="Toggle lasso selection (L) " onclick ="cache.ui.toggleLassoSelection() "> </ button > </ div >
8585 < div class ="button-separator "> </ div >
8686 < button class ="small-btn disabled " title ="Reset style for selected elements " id ="resetSelectedElementsStyleBtn "
@@ -102,6 +102,8 @@ <h5 class="purple">Shown:
102102 < div id ="innerGraphContainer "> </ div >
103103 </ div >
104104 < div id ="rightSidebar ">
105+ < button id ="rightSidebarCloseBtn " class ="small-btn red panel-close-btn " title ="Close styling panel "
106+ onclick ="cache.ui.toggleStylingPanel() "> ×</ button >
105107 < div id ="rightSidebarContentContainer ">
106108<!-- <div class="header-row">-->
107109<!-- <h3>Styling Panel</h3>-->
@@ -115,6 +117,8 @@ <h5 class="purple">Shown:
115117 </ div >
116118</ div >
117119< div id ="bottomBar ">
120+ < button id ="bottomBarCloseBtn " class ="small-btn red panel-close-btn " title ="Close bottom panel "
121+ onclick ="cache.ui.closeBottomBar() "> ×</ button >
118122 < div class ="resize-handle "> </ div >
119123 < div id ="queryEditor " class ="editor-panel ">
120124 < div id ="queryOverlay " aria-hidden ="true "> </ div >
0 commit comments