You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create ScrollableTextView component
Refactor MsgPopup to use new component
Refactor DetailsComponent to use new component
The text was updated successfully, but these errors were encountered:
I've made a small PR to test the scrollbar. You can see the new scrollbar in e.g. tag description or the file list. Looks like a lot of scrollable components don't use VerticalScroll. #2393
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:
ScrollableTextView
componentMsgPopup
to use new componentDetailsComponent
to use new componentThe text was updated successfully, but these errors were encountered: