petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
594 stars 16 forks source link

style: fix the border radius and translate the error message #463

Closed xingwanying closed 1 week ago

vercel[bot] commented 1 week ago

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

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 11:48am
petercat-assistant[bot] commented 1 week ago

Walkthrough

This pull request addresses two main changes: it updates the border radius styling in the AddBotCard.tsx and BaseBotCard.tsx components, and translates error messages in the router.py file from Chinese to English. These changes aim to improve the UI consistency and enhance user understanding by providing error messages in English.

Changes

File Summary
client/components/AddBotCard.tsx, client/components/BaseBotCard.tsx Updated border radius from 8px to 16px for consistency.
server/bot/router.py Translated error messages from Chinese to English for better user comprehension.
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
server/bot/router.py 20.10% <ø> (ø)

... and 1 file with indirect coverage changes