Skip to content

website: route early-access signups to Slack alpha-access channel#391

Merged
alichherawalla merged 1 commit into
mainfrom
website/slack-access-handoff
Jun 14, 2026
Merged

website: route early-access signups to Slack alpha-access channel#391
alichherawalla merged 1 commit into
mainfrom
website/slack-access-handoff

Conversation

@alichherawalla

Copy link
Copy Markdown
Collaborator

After submitting the waitlist email, the success state now points people to join the Slack workspace and the #alpha-access channel - that's where alpha builds drop and access actually happens.

After submitting the waitlist email, the success state now points
people to join the Slack workspace and the #alpha-access channel -
that's where alpha builds drop and access actually happens.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@alichherawalla alichherawalla merged commit fe99fe7 into main Jun 14, 2026
4 checks passed
@alichherawalla alichherawalla deleted the website/slack-access-handoff branch June 14, 2026 09:06

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the early access confirmation message on the website to provide links to the Slack workspace and the #alpha-access channel. The review feedback recommends enhancing security and privacy by using 'rel="noopener noreferrer"' instead of just 'rel="noopener"' for the external links opening in a new tab.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread website/early-access.md
}
emailInput.value = '';
status.textContent = "You're on the list.";
status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B0GBSCT88\" target=\"_blank\" rel=\"noopener\">#alpha-access</a> - that's where builds drop.";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

security-medium medium

For security reasons, when using target="_blank" on anchor tags, it is recommended to use rel="noopener noreferrer" instead of just rel="noopener" to protect against reverse tabnabbing in older browsers and ensure better privacy by not leaking referrer information.

Suggested change
status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B0GBSCT88\" target=\"_blank\" rel=\"noopener\">#alpha-access</a> - that's where builds drop.";
status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener noreferrer\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B0GBSCT88\" target=\"_blank\" rel=\"noopener noreferrer\">#alpha-access</a> - that's where builds drop.";

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.81%. Comparing base (f4e8fd7) to head (6c80815).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #391      +/-   ##
==========================================
- Coverage   81.82%   81.81%   -0.01%     
==========================================
  Files         241      241              
  Lines       12835    12835              
  Branches     3535     3535              
==========================================
- Hits        10502    10501       -1     
  Misses       1403     1403              
- Partials      930      931       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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