[PR #194] feat: optimize scroll #199

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/194
Author: @lyzno1
Created: 11/18/2025
Status: 🔄 Open

Base: mainHead: feat/scroll-optimization


📝 Commits (3)

📊 Changes

2 files changed (+66 additions, -15 deletions)

View changed files

📝 app/components/index.tsx (+7 -15)
hooks/use-scroll-to-bottom.ts (+59 -0)

📄 Description

This PR optimizes the chat scroll behavior, including auto-scroll resume and a custom hook.


🔄 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/194 **Author:** [@lyzno1](https://github.com/lyzno1) **Created:** 11/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/scroll-optimization` --- ### 📝 Commits (3) - [`dbf1f5d`](https://github.com/langgenius/webapp-conversation/commit/dbf1f5d4e3e2f9c27d127b803ae79ad992085ad4) feat: optimize scroll - [`7abe658`](https://github.com/langgenius/webapp-conversation/commit/7abe658519bc81890b141cf36edab347715dc440) use hook - [`4d2cdf7`](https://github.com/langgenius/webapp-conversation/commit/4d2cdf7768ad975f9ce8b27a33105cf48314e030) feat: optimize scroll ### 📊 Changes **2 files changed** (+66 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/components/index.tsx` (+7 -15) ➕ `hooks/use-scroll-to-bottom.ts` (+59 -0) </details> ### 📄 Description This PR optimizes the chat scroll behavior, including auto-scroll resume and a custom hook. --- <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:24 -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#199