Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: team links #115

Merged
merged 4 commits into from
Feb 29, 2024
Merged

fix: team links #115

merged 4 commits into from
Feb 29, 2024

Conversation

SergeWilfried
Copy link
Owner

@SergeWilfried SergeWilfried commented Feb 29, 2024

Summary by CodeRabbit

  • New Features
    • Updated contact options in the Pricing Table to include WhatsApp and Phone.
  • Bug Fixes
    • Corrected URLs and email addresses across various components for consistency and accuracy.
  • Documentation
    • Updated .env.example file for SMTP configuration.
  • Refactor
    • Enhanced metadata descriptions and keywords for a better signing experience.
    • Adjusted social media details and verification entries.
  • Style
    • Updated links in the "Get Started" button, footer, mobile navigation, and hero component for improved user navigation.
  • Chores
    • Changed domain references in the PlausibleProvider component and various links throughout the app for brand consistency.

@SergeWilfried SergeWilfried self-assigned this Feb 29, 2024
Copy link

coderabbitai bot commented Feb 29, 2024

Walkthrough

Walkthrough

The recent updates involve a significant rebranding effort and redirection of resources from "documenso.com" to new URLs like "tampon.xyz" and "bangre.co". These changes span across environmental configurations, marketing materials, contact points, support channels, and scheduling tools, transitioning from GitHub to Calendly for enhanced user engagement and experience.

Changes

Files Change Summary
.env.example Updated NEXT_PRIVATE_SMTP_FROM_ADDRESS
apps/marketing/src/app/(marketing)/open/page.tsx
apps/marketing/src/app/(marketing)/pricing/page.tsx
apps/marketing/src/app/layout.tsx
apps/marketing/src/components/(marketing)/callout.tsx
apps/marketing/src/components/(marketing)/hero.tsx
apps/marketing/src/components/(marketing)/footer.tsx
apps/marketing/src/components/(marketing)/mobile-navigation.tsx
apps/marketing/src/components/(marketing)/pricing-table.tsx
apps/marketing/src/providers/plausible.tsx
apps/web/src/app/(signing)/sign/[token]/complete/page.tsx
apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx
apps/web/src/app/layout.tsx
apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx
packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts
packages/prisma/seed/pr-718-add-stepper-component.ts
Various updates including URL changes, link modifications, metadata refinements, and domain switches

🐰✨
In a land of code and binary,
A change was made, quite extraordinary.
From documenso's past, we take a leap,
To tampon.xyz, a new path we'll keep.
With updates wide and changes deep,
This rabbit hops, no time to sleep.
🌟🚀🐇

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link

🚨 @SergeWilfried has 4 pull requests awaiting review. Please consider reviewing them when possible. 🚨

Copy link

@coderabbitai coderabbitai 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 Status

Actionable comments generated: 1

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 38ff07d and c147a1e.
Files selected for processing (17)
  • .env.example (1 hunks)
  • apps/marketing/src/app/(marketing)/open/page.tsx (1 hunks)
  • apps/marketing/src/app/(marketing)/pricing/page.tsx (3 hunks)
  • apps/marketing/src/app/layout.tsx (1 hunks)
  • apps/marketing/src/components/(marketing)/callout.tsx (1 hunks)
  • apps/marketing/src/components/(marketing)/footer.tsx (1 hunks)
  • apps/marketing/src/components/(marketing)/hero.tsx (1 hunks)
  • apps/marketing/src/components/(marketing)/mobile-navigation.tsx (2 hunks)
  • apps/marketing/src/components/(marketing)/pricing-table.tsx (1 hunks)
  • apps/marketing/src/providers/plausible.tsx (1 hunks)
  • apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (1 hunks)
  • apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx (1 hunks)
  • apps/web/src/app/layout.tsx (1 hunks)
  • apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (1 hunks)
  • apps/web/src/providers/plausible.tsx (1 hunks)
  • packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (1 hunks)
  • packages/prisma/seed/pr-718-add-stepper-component.ts (1 hunks)
Additional comments: 25
apps/marketing/src/providers/plausible.tsx (1)
  • 12-12: The update to the domain in the PlausibleProvider component aligns with the rebranding efforts. Ensure that the new domain "tampon.xyz" is correctly configured in the Plausible analytics service to avoid any tracking issues.
apps/web/src/providers/plausible.tsx (1)
  • 12-12: The domain update in the PlausibleProvider component is consistent across both the marketing and web apps, supporting the rebranding initiative. As before, ensure that "tampon.xyz" is properly configured in the Plausible analytics service.
packages/prisma/seed/pr-718-add-stepper-component.ts (1)
  • 6-6: The update from a GitHub URL to a Calendly link in the comment is noted. Consider adding more context or a note in the project's README or contribution guidelines to direct contributors or users to the Calendly link for discussions or consultations.
apps/marketing/src/components/(marketing)/callout.tsx (1)
  • 50-50: The change from a GitHub link to a Calendly link for booking demos is appropriate for the rebranding and operational shift. Please review the event tracking (event('view-github')) to ensure it accurately reflects the action, considering the context has changed from viewing a GitHub repository to scheduling a demo.
apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx (1)
  • 58-58: The update to the domain in the NoLongerAvailable component is consistent with the rebranding efforts. Ensure that "tampon.xyz" is correctly set up and that this link leads to the intended content or page.
apps/marketing/src/components/(marketing)/footer.tsx (2)
  • 21-22: The update to social links in the footer is noted. Ensure that all new URLs are correctly set up and lead to the intended destinations.
  • 29-30: The update to footer links, including the new 'Status' and 'Support' URLs, aligns with the rebranding efforts. As with the social links, ensure that these URLs are correctly set up and lead to the intended content.
apps/marketing/src/components/(marketing)/mobile-navigation.tsx (3)
  • 32-32: The update to the 'Status' link in the mobile navigation aligns with the rebranding efforts. Ensure that "https://status.tampon.xyz" is correctly set up and leads to the intended content.
  • 36-36: The update to the 'Support' link in the mobile navigation to use "mailto:[email protected]" is appropriate for the updated contact information. Ensure that this email address is correctly set up to handle incoming support queries.
  • 117-117: The change from a Discord link to a Facebook link in the mobile navigation reflects the updated social media strategy. Ensure that the new Facebook link leads to the intended page.
.env.example (1)
  • 64-64: The update to the NEXT_PRIVATE_SMTP_FROM_ADDRESS in the .env.example file is consistent with the rebranding efforts. Ensure that "[email protected]" is correctly set up and that any necessary DNS or SMTP configurations are updated accordingly.
apps/web/src/app/layout.tsx (3)
  • 32-34: The update to the description and keywords in the metadata for MonTampon focuses on a better signing experience and integration capabilities. Ensure that the new metadata accurately reflects the offerings and is optimized for search engines.
  • 38-40: The update to the title and description in the openGraph section to reflect MonTampon as a DocuSign alternative with improved signing experiences is noted. Ensure that these changes accurately represent the service and are consistent across all platforms.
  • 45-50: The change to the Twitter site handle to '@monTampon' for consistency is appropriate. Ensure that this new handle is correctly set up and that the metadata accurately reflects the service's offerings.
packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (1)
  • 19-19: The update from a GitHub URL to a Calendly link in the comment is noted. Consider adding more context or a note in the project's README or contribution guidelines to direct contributors or users to the Calendly link for discussions or consultations.
apps/marketing/src/app/layout.tsx (4)
  • 32-34: The update to the description and keywords in the metadata for MonTampon focuses on a better signing experience and integration capabilities. Ensure that the new metadata accurately reflects the offerings and is optimized for search engines.
  • 38-40: The update to the title and description in the openGraph section to reflect MonTampon as a DocuSign alternative with improved signing experiences is noted. Ensure that these changes accurately represent the service and are consistent across all platforms.
  • 45-50: The change to the Twitter site handle to '@monTampon' for consistency is appropriate. Ensure that this new handle is correctly set up and that the metadata accurately reflects the service's offerings.
  • 51-52: The addition of a Google verification entry in the metadata is a good practice for SEO and site verification purposes. Ensure that the "your-google-verification-id-here" placeholder is replaced with the actual Google verification ID.
apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (1)
  • 153-153: The change from a GitHub link to a Calendly link for booking a demo aligns with the PR's objectives of updating contact points. Please ensure the Calendly link is functional and leads to the intended scheduling page.
apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (1)
  • 149-149: The update of the link to "https://tampon.xyz" is consistent with the rebranding efforts. Please verify that the new URL is functional and leads to the intended content.
apps/marketing/src/app/(marketing)/pricing/page.tsx (2)
  • 58-58: The change of the "Get Started" button's link to a Calendly scheduling page aligns with the PR's objectives. Please ensure the link is functional and leads to the intended scheduling page.
  • 134-147: Updating the support contact information to include "[email protected]" and adjusting the support channel link are in line with the rebranding efforts. Please verify the functionality of the new email address and the accessibility of the support channel.
apps/marketing/src/components/(marketing)/pricing-table.tsx (1)
  • 136-136: Adding WhatsApp and Phone assistance options enhances support accessibility. Please ensure these channels are properly set up and functional.
apps/marketing/src/app/(marketing)/open/page.tsx (1)
  • 152-152: The update of the link to "https://tampon.xyz/blog/pre-seed" is consistent with the rebranding efforts. Please verify that the new URL is functional and leads to the intended blog post.

apps/marketing/src/components/(marketing)/hero.tsx Outdated Show resolved Hide resolved
SergeWilfried and others added 2 commits February 29, 2024 10:52
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@SergeWilfried SergeWilfried merged commit 85abe65 into main Feb 29, 2024
2 of 6 checks passed
@SergeWilfried SergeWilfried deleted the links branch February 29, 2024 10:53
Copy link

@coderabbitai coderabbitai 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 Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between c147a1e and 2fad5c4.
Files selected for processing (1)
  • apps/marketing/src/components/(marketing)/hero.tsx (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • apps/marketing/src/components/(marketing)/hero.tsx

Copy link

@coderabbitai coderabbitai 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 Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 2fad5c4 and cedc24e.
Files selected for processing (6)
  • apps/marketing/src/components/(marketing)/callout.tsx (1 hunks)
  • apps/marketing/src/components/(marketing)/hero.tsx (1 hunks)
  • apps/marketing/src/components/(marketing)/mobile-navigation.tsx (2 hunks)
  • apps/marketing/src/components/(marketing)/pricing-table.tsx (1 hunks)
  • packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (1 hunks)
  • packages/prisma/seed/pr-718-add-stepper-component.ts (1 hunks)
Files skipped from review as they are similar to previous changes (6)
  • apps/marketing/src/components/(marketing)/callout.tsx
  • apps/marketing/src/components/(marketing)/hero.tsx
  • apps/marketing/src/components/(marketing)/mobile-navigation.tsx
  • apps/marketing/src/components/(marketing)/pricing-table.tsx
  • packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts
  • packages/prisma/seed/pr-718-add-stepper-component.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant