Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

feat: Convos#1646

Merged
thierryskoda merged 3 commits intomainfrom
ts/new-convos-setup
Mar 28, 2025
Merged

feat: Convos#1646
thierryskoda merged 3 commits intomainfrom
ts/new-convos-setup

Conversation

@thierryskoda
Copy link
Copy Markdown
Contributor

@thierryskoda thierryskoda commented Mar 25, 2025

Rebrand: Rename app from Converse to Convos and update configurations

Updates application name, identifiers and configurations from Converse to Convos across the codebase. Modifies CI/CD workflows to use environment-specific builds, removes version management, and updates Sentry configuration to use new project/organization paths. Updates deep linking schemes and removes coinbase/desktopconnect paths.

📍Where to Start

The app.config.ts configuration file at app.config.ts contains the core renaming changes and updated identifiers that propagate throughout the application.


Macroscope summarized b71d029. (Automatic summaries will resume when PR exits draft mode or review begins).

Summary by CodeRabbit

  • New Features

    • Rebranded the app to “Convos” with refreshed user-facing texts and messages for a consistent identity.
  • Refactor

    • Streamlined environment configurations and deployment processes to ensure smoother, more stable builds across preview and production.
    • Updated universal link and API endpoint references for a more cohesive user experience.
  • Chores

    • Improved logging, error tracking, and wallet integration setups for enhanced security and performance.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 25, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The changes remove the version bump step from GitHub Actions workflows and update job dependencies in both preview and production deployment workflows. The build commands have been modified to include specific environment flags, and Sentry issue resolution commands now use updated project names. A new component has been introduced to conditionally wrap the debug provider. Configuration files have been widely restructured: properties are moved into nested objects, names and identifiers have been updated to reflect the switch from “Converse” to “Convos”, and several redundant or obsolete properties are removed. Other updates include adjustments in logging, deep linking, authentication, and wallet callback URLs, as well as several Ethereum and blockchain-related functionalities being commented out. Overall, the changes align various parts of the codebase with a new naming scheme and a revised configuration structure.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2c59bff and c252084.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (44)
  • .github/workflows/preview-deployment.yml (4 hunks)
  • .github/workflows/production-deployment.yml (6 hunks)
  • App.tsx (3 hunks)
  • app.config.ts (6 hunks)
  • components/debug-provider.tsx (3 hunks)
  • config/config.types.ts (1 hunks)
  • config/development.ts (0 hunks)
  • config/preview.ts (1 hunks)
  • config/production.ts (1 hunks)
  • config/shared.ts (2 hunks)
  • dependencies/NetworkMonitor/use-monitor-network-connectivity.ts (1 hunks)
  • eas.json (1 hunks)
  • environment.d.ts (1 hunks)
  • features/app-settings/hooks/use-is-current-version-enough.ts (2 hunks)
  • features/auth-onboarding/auth-onboarding.constants.ts (1 hunks)
  • features/authentication/app-check.ts (1 hunks)
  • features/profiles/profile-other.screen-header.tsx (1 hunks)
  • features/profiles/utils/__tests__/format-converse-username.test.ts (0 hunks)
  • features/profiles/utils/format-converse-username.ts (0 hunks)
  • features/uploads/__tests__/upload.api.test.ts (1 hunks)
  • features/wallets/supported-wallets.ts (2 hunks)
  • features/wallets/utils/coinbase-wallet.ts (2 hunks)
  • features/xmtp/xmtp-client/xmtp-client.ts (4 hunks)
  • features/xmtp/xmtp-logs.ts (1 hunks)
  • i18n/translations/fr.ts (11 hunks)
  • metro.config.js (2 hunks)
  • navigation/app-navigator.tsx (1 hunks)
  • navigation/navigation.types.tsx (0 hunks)
  • navigation/navigation.utils.ts (3 hunks)
  • package.json (2 hunks)
  • screens/ShareProfile.tsx (1 hunks)
  • scripts/android/build/android-deps-expo-plugin.js (3 hunks)
  • scripts/test-deep-linking.js (4 hunks)
  • utils/convos-api/convos-api-instance.ts (1 hunks)
  • utils/evm/erc20.ts (1 hunks)
  • utils/evm/getCleanAddress.ts (0 hunks)
  • utils/evm/helpers.ts (1 hunks)
  • utils/evm/provider.ts (1 hunks)
  • utils/evm/wallets.ts (1 hunks)
  • utils/logger.ts (4 hunks)
  • utils/media.ts (1 hunks)
  • utils/sentry/sentry-init.ts (1 hunks)
  • utils/storage/secure-storage.ts (1 hunks)
  • utils/thirdweb.ts (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • 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 testing code 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • 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/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@thierryskoda thierryskoda marked this pull request as ready for review March 28, 2025 12:33
@thierryskoda thierryskoda requested a review from a team as a code owner March 28, 2025 12:33
@thierryskoda thierryskoda merged commit 1bdf0fc into main Mar 28, 2025
6 of 8 checks passed
@thierryskoda thierryskoda deleted the ts/new-convos-setup branch March 28, 2025 12:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant