rewrite all logStream chart components to implement types, functional components, hooks, update efficiently, replace hardcoded with props variable or default
type and refactor LogsView
fix: add initial logs state (addresses empty table after switching view bug)
move control of chart updates from store to LogsView
line chart => stacked bars
update getLogLevelCharts to support different timeframes
move logsTable dependency hooks to file
create convertToGradual.js to generate controlled, steady log flows from recorded template
What's new:
LogsView
LogsView
getLogLevelCharts
to support different timeframeslogsTable
dependency hooks to fileconvertToGradual.js
to generate controlled, steady log flows from recorded templatetypes.js
to logStream for shared typesFallBackPage
to/views