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
feat(ourlogs): Add project badge to log row (#100910)
This adds a small project badge to log rows so users can tell which
project a log line is from at a glance when looking at multiple
projects.
Other:
- This memoizes project badge as we shouldn't be rerendering ~2-5ms
components when none of the props change, this especially hurts log
table performance as hundreds of lines can be rendered at once.
Closes LOGS-385
0 commit comments