Refactor: Create ScrollableTextView component
Open
- Dominant language
- Rust
- Stars
- 22.5k
- Forks
- 773
- PR merge metrics
- No merged PRs in 30d
Description
Multiple UI elements have a text area with a vertical scroll bar. This can be refactored into a reusable component to reduce code duplication and improve UI consistency.
Tasks:
1. Create `ScrollableTextView` component
2. Refactor `MsgPopup` to use new component
3. Refactor `DetailsComponent` to use new component
Contributor guide
Assessment
This issue has not been assessed yet.