mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 00:47:01 +00:00
Code cleanup
This commit is contained in:
parent
6add6d2e86
commit
7ffc1bc35a
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -18,7 +18,7 @@
|
||||
"workers/libs/**": true
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true,
|
||||
"source.organizeImports": true
|
||||
|
@ -217,27 +217,6 @@ export function createControlCommandBarButtons(container: Explorer): CommandButt
|
||||
disabled: false,
|
||||
className: "fonticoncustom"
|
||||
};
|
||||
|
||||
// const label = "Chat Assistant";
|
||||
// const supportPaneButton: CommandButtonComponentProps = {
|
||||
// iconSrc: FeedbackPortalIcon,
|
||||
// iconAlt: label,
|
||||
// onCommandClick: () => {
|
||||
// useSidePanel.getState().openSidePanel("Chat Assistant (Beta)", <SupportPaneComponent
|
||||
// directLineToken={container.conversationToken()}
|
||||
// userToken={userContext.authorizationToken}
|
||||
// subId={userContext.subscriptionId}
|
||||
// rg={userContext.resourceGroup}
|
||||
// accName={userContext.databaseAccount.name}
|
||||
// />);
|
||||
// },
|
||||
// commandButtonLabel: undefined,
|
||||
// ariaLabel: label,
|
||||
// tooltipText: label,
|
||||
// hasPopup: false,
|
||||
// disabled: false,
|
||||
// className: "Chatbot",
|
||||
// };
|
||||
buttons.push(supportPaneButton);
|
||||
}
|
||||
|
||||
|
@ -22,17 +22,11 @@
|
||||
.panelInfoIcon {
|
||||
font-size: @mediumFontSize;
|
||||
width: @mediumFontSize;
|
||||
margin: auto 10 auto @SmallSpace;
|
||||
margin: auto 0 auto @SmallSpace;
|
||||
cursor: default;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.customIcon {
|
||||
height: 80% !important;
|
||||
padding-top: 20px !important;
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
|
||||
.panelTextBold {
|
||||
font-weight: 600;
|
||||
line-height: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user