Show cloud sync promo for free users and enhance tree explorer#111
Merged
Conversation
Free users saw the same "Set Up Cloud Sync" wizard entry point as paid users, with no nudge toward upgrading. Now the unconfigured view forks on tier: free gets a benefits list and "Get NexQL License" CTA; paid tier keeps the existing wizard button. Local Postgres sync is still accessible via a secondary button at the bottom of the promo. Also includes materialized view child nodes (Columns + Indexes) in the tree explorer, and switches mat-view column query to pg_catalog to cover cases where information_schema excludes them.
|
@ric-v is attempting to deploy a commit to the asterix-dev Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes a version bump to
2.1.3and introduces several enhancements and fixes across the extension, most notably improvements to the tree view for materialized views, a more targeted Cloud Sync promo for free users, and updates to the changelog reflecting new features and pricing. The update also includes UI/UX refinements and code maintenance.Materialized View Support Enhancements
src/providers/DatabaseTreeProvider.ts[1]src/providers/tree/loaders/SchemaLoader.ts[2]src/providers/tree/loaders/TableLoader.ts[3]pg_catalog.pg_attribute, ensuring accurate column listings even wheninformation_schema.columnsis incomplete. (src/providers/tree/loaders/TableLoader.tssrc/providers/tree/loaders/TableLoader.tsR103-R112)Cloud Sync Promo & Settings Hub Improvements
templates/settings-hub/index.html[1]templates/settings-hub/scripts.js[2] [3]templates/settings-hub/styles.css[4]Documentation & Changelog Updates
CHANGELOG.mdfor the 2.0.0 release, including new features, pricing, and tier descriptions. Also added entries for recent AI credentials management and UI changes. (CHANGELOG.md[1] [2] [3]Version Bump
2.1.2to2.1.3inpackage.json.These changes improve the user experience for both free and paid users, enhance support for PostgreSQL materialized views, and keep documentation and versioning up to date.