Commit 068f98f
Feat/console virtualization (#224)
* 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 <118265418+CrabNejonas@users.noreply.github.com>1 parent 0ed5304 commit 068f98f
11 files changed
Lines changed: 657 additions & 597 deletions
File tree
- clients/web
- src
- components
- console
- span
- lib/console
- views/dashboard
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments