[PR #203] UI updates #202

Open
opened 2026-02-16 10:16:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/203
Author: @Azero77
Created: 12/30/2025
Status: 🔄 Open

Base: mainHead: ui-updates


📝 Commits (4)

📊 Changes

18 files changed (+1331 additions, -719 deletions)

View changed files

📝 app/components/base/loading/index.tsx (+4 -4)
📝 app/components/base/markdown.tsx (+2 -0)
📝 app/components/base/streamdown-markdown.tsx (+2 -1)
📝 app/components/chat/answer/index.tsx (+1 -1)
📝 app/components/chat/icons/send-active.svg (+1 -1)
📝 app/components/index.tsx (+4 -3)
📝 app/components/welcome/index.tsx (+2 -6)
📝 app/layout.tsx (+4 -2)
📝 app/styles/globals.css (+6 -8)
📝 app/styles/markdown.scss (+2 -2)
📝 config/index.ts (+2 -2)
📝 eslint.config.mjs (+2 -2)
📝 i18n/lang/app.en.ts (+6 -6)
📝 package.json (+8 -7)
📝 pnpm-lock.yaml (+1248 -662)
📝 service/base.ts (+11 -4)
📝 service/index.ts (+4 -2)
📝 tailwind.config.js (+22 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-conversation/pull/203 **Author:** [@Azero77](https://github.com/Azero77) **Created:** 12/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ui-updates` --- ### 📝 Commits (4) - [`8fe6828`](https://github.com/langgenius/webapp-conversation/commit/8fe6828585152724155c73dcd78120930231c88c) init - [`4f7f8d8`](https://github.com/langgenius/webapp-conversation/commit/4f7f8d8cdca78b1a66667760bd059ebda66afa65) Update blocking problem - [`7b2ddda`](https://github.com/langgenius/webapp-conversation/commit/7b2ddda8f0e53d3677a0900b066c96a810e65614) Added font cairo - [`23262d8`](https://github.com/langgenius/webapp-conversation/commit/23262d896976b91a95f226aeafc4638212a22f8b) Added app theme ### 📊 Changes **18 files changed** (+1331 additions, -719 deletions) <details> <summary>View changed files</summary> 📝 `app/components/base/loading/index.tsx` (+4 -4) 📝 `app/components/base/markdown.tsx` (+2 -0) 📝 `app/components/base/streamdown-markdown.tsx` (+2 -1) 📝 `app/components/chat/answer/index.tsx` (+1 -1) 📝 `app/components/chat/icons/send-active.svg` (+1 -1) 📝 `app/components/index.tsx` (+4 -3) 📝 `app/components/welcome/index.tsx` (+2 -6) 📝 `app/layout.tsx` (+4 -2) 📝 `app/styles/globals.css` (+6 -8) 📝 `app/styles/markdown.scss` (+2 -2) 📝 `config/index.ts` (+2 -2) 📝 `eslint.config.mjs` (+2 -2) 📝 `i18n/lang/app.en.ts` (+6 -6) 📝 `package.json` (+8 -7) 📝 `pnpm-lock.yaml` (+1248 -662) 📝 `service/base.ts` (+11 -4) 📝 `service/index.ts` (+4 -2) 📝 `tailwind.config.js` (+22 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#202