chore: add chat history module styles with less#4404
Conversation
Walkthrough此次提交主要在 ChatHistory.tsx 文件中更改了样式的应用方式。原本直接导入 CSS 文件被替换为使用 LESS 模块,通过 Changes
Suggested labels
Suggested reviewers
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
yarn install v1.22.22 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (7)
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4404 +/- ##
=======================================
Coverage 53.54% 53.55%
=======================================
Files 1652 1652
Lines 101904 101904
Branches 22041 22049 +8
=======================================
+ Hits 54566 54570 +4
+ Misses 39383 39379 -4
Partials 7955 7955
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* feat: add chat history module styles with less (#4404) * fix: apply filename too long * refactor: refactor applyService to support apply recover * feat: supoort show codeblock diffResult * fix: build error * feat: support stream apply * fix: save session when request updates * fix: stream render & save session * feat: support accept/reject all * fix: hide diff manager when block resolved * fix: status label * fix: empty * chore: renderRemovedWidgetImmediately false for stream * fix: button z-index * fix: lastMessageId may be empty, update to show manager --------- Co-authored-by: John <[email protected]>
Types
Background or solution
Changelog
Summary by CodeRabbit