From 40f4efab7c091e81788c54c9cd2ddc25c3cf1d75 Mon Sep 17 00:00:00 2001 From: DanielSPham <36108616+DanielSPham@users.noreply.github.com> Date: Wed, 16 Sep 2020 17:17:23 -0700 Subject: [PATCH] Added heading role to pane title (#203) Co-authored-by: Daniel Si Pham --- src/Explorer/Controls/GitHub/GitHubReposComponent.tsx | 4 +++- src/Explorer/Panes/AddCollectionPane.html | 2 +- src/Explorer/Panes/AddDatabasePane.html | 2 +- src/Explorer/Panes/BrowseQueriesPane.html | 2 +- src/Explorer/Panes/CassandraAddCollectionPane.html | 2 +- src/Explorer/Panes/DeleteCollectionConfirmationPane.html | 2 +- src/Explorer/Panes/DeleteDatabaseConfirmationPane.html | 2 +- src/Explorer/Panes/ExecuteSprocParamsPane.html | 2 +- src/Explorer/Panes/GenericRightPaneComponent.tsx | 4 +++- src/Explorer/Panes/GraphNewVertexPane.html | 2 +- src/Explorer/Panes/GraphStylingPane.html | 2 +- src/Explorer/Panes/LoadQueryPane.html | 2 +- src/Explorer/Panes/RenewAdHocAccessPane.html | 2 +- src/Explorer/Panes/SaveQueryPane.html | 2 +- src/Explorer/Panes/SettingsPane.html | 2 +- src/Explorer/Panes/SetupNotebooksPane.html | 2 +- src/Explorer/Panes/StringInputPane.html | 2 +- src/Explorer/Panes/SwitchDirectoryPane.html | 2 +- src/Explorer/Panes/Tables/TableEditEntityPane.html | 2 +- src/Explorer/Panes/UploadFilePane.html | 2 +- src/Explorer/Panes/UploadItemsPane.html | 2 +- 21 files changed, 25 insertions(+), 21 deletions(-) diff --git a/src/Explorer/Controls/GitHub/GitHubReposComponent.tsx b/src/Explorer/Controls/GitHub/GitHubReposComponent.tsx index c3e8ff6d0..bbd770976 100644 --- a/src/Explorer/Controls/GitHub/GitHubReposComponent.tsx +++ b/src/Explorer/Controls/GitHub/GitHubReposComponent.tsx @@ -66,7 +66,9 @@ export class GitHubReposComponent extends React.Component -
{header}
+
+ {header} +
{content}
{!this.props.showAuthorizeAccess && ( <> diff --git a/src/Explorer/Panes/AddCollectionPane.html b/src/Explorer/Panes/AddCollectionPane.html index 3bd94d06c..418b713a9 100644 --- a/src/Explorer/Panes/AddCollectionPane.html +++ b/src/Explorer/Panes/AddCollectionPane.html @@ -24,7 +24,7 @@