[PR #439] [MERGED] feat(web): Add Scroll to last message button #9609

Closed
opened 2026-02-16 18:13:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/439
Author: @jeremyosih
Created: 6/26/2025
Status: Merged
Merged: 6/27/2025
Merged by: @jayair

Base: devHead: feat/scroll-to-bottom-button


📝 Commits (2)

  • e950ad5 feat(web): add scroll to last message button
  • b4c2fcc Merge branch 'sst:dev' into feat/scroll-to-bottom-button

📊 Changes

2 files changed (+129 additions, -0 deletions)

View changed files

📝 packages/web/src/components/Share.tsx (+94 -0)
📝 packages/web/src/components/share.module.css (+35 -0)

📄 Description

This PR adds a scroll to bottom button on the web view. (built with opencode)

It gets quickly tiring to scroll manually to the bottom when the thread is long so this is a small improvement for myself :)

https://github.com/user-attachments/assets/35b5f649-c46e-4ef3-969d-1c6cff656ecc


🔄 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/anomalyco/opencode/pull/439 **Author:** [@jeremyosih](https://github.com/jeremyosih) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/27/2025 **Merged by:** [@jayair](https://github.com/jayair) **Base:** `dev` ← **Head:** `feat/scroll-to-bottom-button` --- ### 📝 Commits (2) - [`e950ad5`](https://github.com/anomalyco/opencode/commit/e950ad5306944fe1897949dee9573526206a6860) feat(web): add scroll to last message button - [`b4c2fcc`](https://github.com/anomalyco/opencode/commit/b4c2fcccf5d50600415616660be0c651af41df56) Merge branch 'sst:dev' into feat/scroll-to-bottom-button ### 📊 Changes **2 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/web/src/components/Share.tsx` (+94 -0) 📝 `packages/web/src/components/share.module.css` (+35 -0) </details> ### 📄 Description This PR adds a scroll to bottom button on the web view. (built with opencode) It gets quickly tiring to scroll manually to the bottom when the thread is long so this is a small improvement for myself :) https://github.com/user-attachments/assets/35b5f649-c46e-4ef3-969d-1c6cff656ecc --- <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 18:13:51 -05:00
yindo closed this issue 2026-02-16 18:13:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9609