Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: rough draft calls virtualization (cherry picked from commit 6387c2a) * wip: basic virtualization for console (cherry picked from commit 1e253f2) * fix: odd row coloring for console (cherry picked from commit 9e77bae) * fix: add dynamic height support for autoscroll window (cherry picked from commit 0fdf047) * fix: update tanstack-virtual (cherry picked from commit 81aabd8) * feat: improve console filter to not run when there is no filter selected (cherry picked from commit f343dce) * fix: remove unecessary dependencies (cherry picked from commit 63402b1) * fix: invert odd row coloring * fix: revert changes to calls * fix: no scroll when there is no items * fix: add z index for toolbar * fix: set reasonable overscan value * fix: remove unnecessary filter cycles on scroll / prevent filter from running when it is set to default * fix: improve filtering performance for console tab * fix: catch rare error with scrolling when list gets voided * fix: linter error * fix: remove produce syntax from spans stream to drastically improve performance at 5k + entries / move number of logs to the left of the filter * fix: simplify virtualizer code * fix: prettier * fix: simplify log-event-entry template * fix: prettier * fix: revert change of span updates to unblock PR * fix: remove console log * fix: remove try catch and fix reactivity for auto scroll pane * fix: cleanup log event entry by moving processing code into a view function * fix: remove unnecessary type from transport * fix: log event entry change --------- Co-authored-by: Jonas Kruckenberg <[email protected]>
- Loading branch information