mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove preview flag check for ADS welcome page (#18280)
* remove preview flag for welcome page * remove old welcome page * remove vscode welcome page
This commit is contained in:
@@ -7,8 +7,6 @@ import { AddServerAction } from 'sql/workbench/services/objectExplorer/browser/c
|
||||
import { escape } from 'vs/base/common/strings';
|
||||
import { localize } from 'vs/nls';
|
||||
|
||||
const previewImgDescription = escape(localize('welcomePage.previewBody', "This feature page is in preview. Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development."));
|
||||
|
||||
// Note - this content is passed through an HTML sanitizer defined in src\vs\base\browser\dom.ts (safeInnerHtml). If something
|
||||
// isn't rendering correctly make sure that the tags/attributes and schemas are all listed in the allowed lists.
|
||||
export default () => `
|
||||
@@ -17,11 +15,6 @@ export default () => `
|
||||
<div class="ads-homepage splash">
|
||||
<div class="gradient">
|
||||
<div class="content-container">
|
||||
<div class="ads-homepage-section tool-tip">
|
||||
<div class="tool-tip-container" id="tool-tip-container-wide">
|
||||
<a role="img" tabindex=0 class="ads-welcome-page-link preview-link" aria-label="${previewImgDescription}" title="${previewImgDescription}" id="preview-link-wide" tabindex="0" name="preview"><p>${escape(localize('welcomePage.preview', "Preview"))}</p><i class="icon-info themed-icon"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ads-homepage-section section header hero">
|
||||
<div class="row start">
|
||||
<div class="header-top-nav">
|
||||
|
||||
@@ -270,14 +270,6 @@
|
||||
cursor: default
|
||||
}
|
||||
|
||||
.ads-homepage .preview-link {
|
||||
padding: 4px
|
||||
}
|
||||
|
||||
.ads-homepage .preview-link i {
|
||||
margin-right: 4px
|
||||
}
|
||||
|
||||
.ads-homepage .preview-text {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user