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
refactor(tui): move list item rendering to dedicated function
- Extract `renderItem` function to avoid function allocation on each render
- Remove unnecessary string join operation
- Simplify conditional rendering logic
- Improve code readability and maintainability
0 commit comments