feat(companion): manifest id for safari extension & add delete account link #26802
Merged
dhairyashiil merged 2 commits intomainfrom Jan 13, 2026
Merged
feat(companion): manifest id for safari extension & add delete account link #26802dhairyashiil merged 2 commits intomainfrom
dhairyashiil merged 2 commits intomainfrom
Conversation
dhairyashiil
commented
Jan 13, 2026
| {/* Sign Out Button */} | ||
| {/* Delete Account Link */} | ||
| <View className="mt-6 overflow-hidden rounded-lg border border-[#E5E5EA] bg-white"> | ||
| <TouchableOpacity |
dhairyashiil
commented
Jan 13, 2026
| {/* Sign Out Button */} | ||
| {/* Delete Account Link */} | ||
| <View className="mt-6 overflow-hidden rounded-lg border border-[#E5E5EA] bg-white"> | ||
| <TouchableOpacity |
Member
Author
There was a problem hiding this comment.
for android and extension
dhairyashiil
commented
Jan 13, 2026
| outDir: ".output", | ||
| manifest: { | ||
| name: "Cal.com Companion", | ||
| name: browserTarget === "safari" ? "Cal.com" : "Cal.com Companion", |
Member
Author
There was a problem hiding this comment.
updated this to match apple's platform requirements
Contributor
There was a problem hiding this comment.
1 issue found across 2 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="companion/app/(tabs)/(more)/index.ios.tsx">
<violation number="1" location="companion/app/(tabs)/(more)/index.ios.tsx:151">
P2: User-facing text "Delete Account" is hard-coded instead of using the required `t()` localization helper, so the new button cannot be translated.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Contributor
Devin AI is addressing Cubic AI's review feedbackA Devin session has been created to address the issues identified by Cubic AI. |
volnei
approved these changes
Jan 13, 2026
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.
Screen.Recording.2026-01-13.at.8.36.43.PM.mov
Summary by cubic
Safari builds now use "Cal.com" as the extension name to match platform requirements; the More tab now includes a Delete Account link. Other browsers keep "Cal.com Companion".
Written for commit b6c15c0. Summary will update on new commits.