[PR #114] [CLOSED] Add scroll area #1079

Closed
opened 2026-03-14 09:17:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/114
Author: @ReverseGem7
Created: 8/31/2025
Status: Closed

Base: mainHead: scroll-area


📝 Commits (6)

  • 140059e Add scroll area
  • 8705578 Merge branch 'sst:main' into scroll-area-childhost
  • 8425821 chore: remove unused code and run prettier
  • edc9268 Merge branch 'sst:main' into scroll-area
  • 4f409fb sync: adjust code for renamed method in main
  • 67585ca add many text renderables demo

📊 Changes

4 files changed (+503 additions, -0 deletions)

View changed files

📝 packages/core/src/examples/index.ts (+7 -0)
packages/core/src/examples/scroll-area-text.ts (+175 -0)
packages/core/src/examples/scroll-area.ts (+64 -0)
packages/core/src/renderables/ScrollArea.ts (+257 -0)

📄 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/anomalyco/opentui/pull/114 **Author:** [@ReverseGem7](https://github.com/ReverseGem7) **Created:** 8/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `scroll-area` --- ### 📝 Commits (6) - [`140059e`](https://github.com/anomalyco/opentui/commit/140059e0add722ced8d3cf188a5e00401e16a160) Add scroll area - [`8705578`](https://github.com/anomalyco/opentui/commit/87055786be0b712e8e3ab1c6287ac2a81edbcba7) Merge branch 'sst:main' into scroll-area-childhost - [`8425821`](https://github.com/anomalyco/opentui/commit/84258218e4825ba1ae3bf523013e603a7e51feab) chore: remove unused code and run prettier - [`edc9268`](https://github.com/anomalyco/opentui/commit/edc926869f83687e5eb0db8fef9ead8fd159c1d7) Merge branch 'sst:main' into scroll-area - [`4f409fb`](https://github.com/anomalyco/opentui/commit/4f409fb8052bd1840d7a2df444a9260fe1b20400) sync: adjust code for renamed method in main - [`67585ca`](https://github.com/anomalyco/opentui/commit/67585cad28f625136c7948c59adc6b86c1c5c1c9) add many text renderables demo ### 📊 Changes **4 files changed** (+503 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/examples/index.ts` (+7 -0) ➕ `packages/core/src/examples/scroll-area-text.ts` (+175 -0) ➕ `packages/core/src/examples/scroll-area.ts` (+64 -0) ➕ `packages/core/src/renderables/ScrollArea.ts` (+257 -0) </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-14 09:17:17 +03:00
Sign in to join this conversation.
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/opentui#1079
No description provided.