mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-22 09:25:26 -04:00
[PR #184] [CLOSED] Add show and hide reason for thinking tag and clean no used component #191
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/webapp-conversation/pull/184
Author: @Eric-Guo
Created: 9/16/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (5)
c787d77Remove no need react-tooltip and react-markdown14a8a56Add show and hide reason for thinking tag.06ce697Extract ThinkTag, we still need segments way.816bd79Implement internationalization for ThinkTag component with translations for show/hide reasoning in multiple languages.20f7412pnpm upgrade📊 Changes
13 files changed (+737 additions, -1307 deletions)
View changed files
➕
.cursorignore(+6 -0)➖
app/components/base/markdown.tsx(+0 -45)📝
app/components/base/streamdown-markdown.tsx(+61 -2)➕
app/components/base/think-tag/index.tsx(+29 -0)📝
i18n/lang/common.en.ts(+4 -0)📝
i18n/lang/common.es.ts(+4 -0)📝
i18n/lang/common.fr.ts(+4 -0)📝
i18n/lang/common.ja.ts(+4 -0)📝
i18n/lang/common.vi.ts(+4 -0)📝
i18n/lang/common.zh.ts(+4 -0)📝
package.json(+40 -47)📝
pnpm-lock.yaml(+573 -1213)➕
pnpm-workspace.yaml(+4 -0)📄 Description
Screen
Done list
react-markdownandreact-tooltipthinktag support forStreamdown(it's can not support by simply define as component,(or I'm wrong)unless changeStreamdownsource code.commits
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.