Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/html/minimized-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h2 class="section-title" id="landing-price-title">Simple, transparent pricing</
</ul>
<a class="pricing-cta primary" href="https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer" target="_blank" rel="noopener noreferrer">Install Free</a>
</div>
<div class="pricing-card pricing-card-pro" style="border: 1px solid var(--accent-color, #4d5efc); position: relative; box-shadow: 0 4px 20px rgba(77, 94, 252, 0.15);">
<div class="pricing-card pricing-card-pro" style="display: none; border: 1px solid var(--accent-color, #4d5efc); position: relative; box-shadow: 0 4px 20px rgba(77, 94, 252, 0.15);">
<span class="pricing-badge" style="position: absolute; top: -12px; right: 20px; background: var(--accent-color, #4d5efc); color: white; padding: 2px 10px; border-radius: 12px; font-size: 10px; font-weight: bold; letter-spacing: 0.5px;">RECOMMENDED</span>
<div class="pricing-name">Pro Sponsor</div>
<div class="pricing-desc">Support continuous development and unlock pre-release features</div>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3302,6 +3302,7 @@
"main": "./dist/extension.js",
"scripts": {
"dev:site": "node scripts/dev-server.js",
"build:site": "mkdir -p dist && cp -r docs/* dist/",
"vscode:prepublish": "npm run esbuild-base -- --minify && npm run esbuild-renderer -- --minify && npm run esbuild-erd-webview -- --minify",
"prepare:nightly:manifests": "node ./scripts/prepare-nightly-manifests.js",
"package:prerelease": "npx @vscode/vsce package --pre-release",
Expand Down Expand Up @@ -3400,4 +3401,4 @@
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
}
}
}
Loading
Loading