[PR #36] [MERGED] refactor: Align styles and functionality with design mockups #40

Closed
opened 2026-03-03 13:58:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/36
Author: @HUAHUAI23
Created: 7/25/2025
Status: Merged
Merged: 7/25/2025
Merged by: @fanux

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

126 files changed (+12037 additions, -6959 deletions)

View changed files

📝 .env.template (+2 -0)
📝 .vscode/settings.json (+17 -4)
📝 DEVELOPMENT_GUIDE.md (+1 -1)
📝 Dockerfile (+1 -1)
📝 README.md (+1 -1)
📝 bun.lock (+298 -91)
frontend/.cta.json (+0 -15)
frontend/bun.lock (+0 -609)
frontend/components.json (+0 -22)
📝 frontend/package.json (+6 -2)
frontend/public/tentix-bg.svg (+153 -0)
📝 frontend/src/_provider/index.tsx (+5 -2)
frontend/src/_provider/sealos.tsx (+152 -0)
📝 frontend/src/components/chat/content-renderer.tsx (+19 -2)
📝 frontend/src/components/chat/content-styles.css (+15 -2)
📝 frontend/src/components/chat/message-item.tsx (+206 -102)
📝 frontend/src/components/chat/message-list.tsx (+10 -9)
📝 frontend/src/components/chat/staff/index.tsx (+129 -79)
📝 frontend/src/components/chat/staff/message-input.tsx (+270 -27)
📝 frontend/src/components/chat/ticket-info-box.tsx (+82 -82)

...and 80 more files

📄 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/labring/tentix/pull/36 **Author:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Created:** 7/25/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@fanux](https://github.com/fanux) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f0bbf18`](https://github.com/labring/tentix/commit/f0bbf189833e20287055ebde7a8b413a4c7aea54) adjust login - [`2aa663c`](https://github.com/labring/tentix/commit/2aa663c6b72e136e8bb5971b023c078d076fc2e3) sync main - [`9fb040e`](https://github.com/labring/tentix/commit/9fb040eaaf4c6665e6a4b68f2f4b4966b776de43) chore - [`7eb25ce`](https://github.com/labring/tentix/commit/7eb25ce4a4db7aa2d0b8d8f312aa413cb6d0c50f) chore - [`d6f4023`](https://github.com/labring/tentix/commit/d6f4023f2206d035d49bf41fcb126728cf982f08) chore - [`f8ace02`](https://github.com/labring/tentix/commit/f8ace02d3c77d078ab2a73736911b9e1ac262e84) chore - [`bfb49b8`](https://github.com/labring/tentix/commit/bfb49b849d8aadecbc4f962857b3d489adca6800) adjust style - [`51f803b`](https://github.com/labring/tentix/commit/51f803b46b21f1cb7b65f5f4187f737b630817a8) complete user ui - [`78fb0b2`](https://github.com/labring/tentix/commit/78fb0b288983963f6242b012997801ebf6dcac91) chore - [`29ba4db`](https://github.com/labring/tentix/commit/29ba4db354ad5011c186146bc48b513e93c49e98) ajust feishu auth ### 📊 Changes **126 files changed** (+12037 additions, -6959 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+2 -0) 📝 `.vscode/settings.json` (+17 -4) 📝 `DEVELOPMENT_GUIDE.md` (+1 -1) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+1 -1) 📝 `bun.lock` (+298 -91) ➖ `frontend/.cta.json` (+0 -15) ➖ `frontend/bun.lock` (+0 -609) ➖ `frontend/components.json` (+0 -22) 📝 `frontend/package.json` (+6 -2) ➕ `frontend/public/tentix-bg.svg` (+153 -0) 📝 `frontend/src/_provider/index.tsx` (+5 -2) ➕ `frontend/src/_provider/sealos.tsx` (+152 -0) 📝 `frontend/src/components/chat/content-renderer.tsx` (+19 -2) 📝 `frontend/src/components/chat/content-styles.css` (+15 -2) 📝 `frontend/src/components/chat/message-item.tsx` (+206 -102) 📝 `frontend/src/components/chat/message-list.tsx` (+10 -9) 📝 `frontend/src/components/chat/staff/index.tsx` (+129 -79) 📝 `frontend/src/components/chat/staff/message-input.tsx` (+270 -27) 📝 `frontend/src/components/chat/ticket-info-box.tsx` (+82 -82) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:58:07 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tentix#40
No description provided.