Skip to content

Conversation

@shoom3301
Copy link
Collaborator

@shoom3301 shoom3301 commented Jul 10, 2025

Summary by CodeRabbit

  • New Features

    • Added slippage configuration support for integrators in the trade module across multiple apps and libraries.
    • Enhanced bridge module with combined fees display and execution price in swap details.
    • Introduced customizable font weight via a new fontBold property.
    • Added support for dynamic primary font family via CSS variable.
  • Bug Fixes

    • Improved priority balance fetching for proxies in the account-proxy module.
    • Fixed quote updating behavior when window visibility changes.
    • Updated InlineBanner width and removed selection styles in the explorer component.
  • Style

    • Updated global and component font styling to use a configurable primary font family.
    • Added options for transparent background and word-breaking in InlineBanner components.

fairlighteth and others added 5 commits July 8, 2025 18:06
)

* fix: update InlineBanner width for UnsignedOrderWarning component

* fix: wrap warning message in paragraph tag for better formatting

* feat: enhance InlineBanner with noBackground and breakWord props for better styling options
@vercel
Copy link

vercel bot commented Jul 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
cosmos 🔄 Building (Inspect) Visit Preview Jul 10, 2025 7:16am
explorer-dev 🔄 Building (Inspect) Visit Preview Jul 10, 2025 7:16am
sdk-tools 🔄 Building (Inspect) Visit Preview Jul 10, 2025 7:16am
swap-dev 🔄 Building (Inspect) Visit Preview Jul 10, 2025 7:16am
widget-configurator 🔄 Building (Inspect) Visit Preview Jul 10, 2025 7:16am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 10, 2025

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

📥 Commits

Reviewing files that changed from the base of the PR and between 215d240 and b93c529.

📒 Files selected for processing (22)
  • .release-please-manifest.json (1 hunks)
  • apps/cowswap-frontend/CHANGELOG.md (1 hunks)
  • apps/cowswap-frontend/package.json (1 hunks)
  • apps/cowswap-frontend/src/common/pure/RateInfo/index.tsx (5 hunks)
  • apps/cowswap-frontend/src/modules/trade/containers/TradeBasicConfirmDetails/index.tsx (1 hunks)
  • apps/cowswap-frontend/src/theme/ThemedGlobalStyle.tsx (1 hunks)
  • apps/explorer/CHANGELOG.md (1 hunks)
  • apps/explorer/package.json (1 hunks)
  • apps/explorer/src/components/orders/UnsignedOrderWarning/index.tsx (1 hunks)
  • apps/explorer/src/theme/styles/global.ts (1 hunks)
  • apps/widget-configurator/CHANGELOG.md (1 hunks)
  • apps/widget-configurator/package.json (1 hunks)
  • libs/common-utils/CHANGELOG.md (1 hunks)
  • libs/common-utils/package.json (1 hunks)
  • libs/ui/CHANGELOG.md (1 hunks)
  • libs/ui/package.json (1 hunks)
  • libs/ui/src/enum.ts (1 hunks)
  • libs/ui/src/pure/InlineBanner/InlineBanner/index.tsx (2 hunks)
  • libs/ui/src/pure/InlineBanner/InlineBanner/styled.ts (2 hunks)
  • libs/ui/src/pure/InlineBanner/shared/types.ts (1 hunks)
  • libs/ui/src/theme/ThemeColorVars.tsx (1 hunks)
  • libs/widget-lib/CHANGELOG.md (1 hunks)
 ___________________________________________________________________________________________________________________________________
< Keep knowledge in plain text. Plain text won't become obsolete. It helps leverage your work and simplifies debugging and testing. >
 -----------------------------------------------------------------------------------------------------------------------------------
  \
   \   (\__/)
       (•ㅅ•)
       /   づ

Tip

You can disable the changed files summary in the walkthrough.

Disable the reviews.changed_files_summary setting in your project's settings in CodeRabbit to disable the changed files summary in the walkthrough.

✨ 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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.

@shoom3301 shoom3301 merged commit 6966b26 into develop Jul 10, 2025
17 of 26 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 10, 2025
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.

4 participants