Skip to content

feat: Add VS Code Extension button to landing page#182

Merged
chris-stinemetz merged 1 commit intotestfrom
docs-site
Jan 16, 2026
Merged

feat: Add VS Code Extension button to landing page#182
chris-stinemetz merged 1 commit intotestfrom
docs-site

Conversation

@chris-stinemetz
Copy link
Collaborator

  • Add VS Code Extension button between GitHub and Contact Us buttons
  • Use Puzzle icon from lucide-svelte to represent extensions
  • Style with VS Code brand blue theme and matching hover effects
  • Include translateY(-2px) hover animation consistent with other buttons
  • Link directly to marketplace for easy extension installation
  • Maintain responsive layout for mobile/desktop compatibility

- Add VS Code Extension button between GitHub and Contact Us buttons
- Use Puzzle icon from lucide-svelte to represent extensions
- Style with VS Code brand blue theme and matching hover effects
- Include translateY(-2px) hover animation consistent with other buttons
- Link directly to marketplace for easy extension installation
- Maintain responsive layout for mobile/desktop compatibility
@augmentcode
Copy link

augmentcode bot commented Jan 16, 2026

🤖 Augment PR Summary

Summary: Adds a new “VS Code Extension” call-to-action button on the landing page that links to the VS Code Marketplace.
Changes: Imports the Puzzle icon, inserts the new button between GitHub and Contact, and adds .btn-vscode styling in app.scss to match VS Code blue/hover behavior.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

<a
href="https://marketplace.visualstudio.com/items?itemName=context-engine.context-engine-uploader"
class="btn-secondary btn-vscode"
target="_blank"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this link uses target="_blank", consider adding rel="noopener noreferrer" to prevent reverse-tabnabbing and avoid exposing window.opener.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

@chris-stinemetz chris-stinemetz merged commit 2758581 into test Jan 16, 2026
1 check passed
@m1rl0k m1rl0k deleted the docs-site branch January 23, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant