Open brian-mulier-p opened 1 year ago
a bit annoying part here is that you can't go back to the initial logs as the logs view keeps immediately moving to the most recently streamed logs. We may benefit from a more explicit scrollbar that doesn't move automatically
extra feedback: this amount of logs freezes the UI - might be a bigger issue than scrolling alone
Explain the bug
The following flows produce a large amount of logs for a single task. Currently there is no pagination due to the fact that we want to provide to user a smooth scrolling experience without bothering with pages. However when dealing with large flows, it appears that the scrolling feels laggy and quite unusable. Maybe we can do something about it like an invisible pagination or check if we can optimize rendering or use another library than vue-virtual-scroller ?
Environment Information