- chore: move types react-syntax-highlighter dev dependencies
- feat: add RequestViewerItem to view request type
- feat: add REQUEST type to ViewerType
- feat: add font size
- feat: add font size
- feat: improve layout and font size
- refactor: remove unused element
- feat: update ViewerContainer to render items based on ViewerType enum
- feat: add new JobViewerItem component for job-related messages
- feat: add new QueryViewerItem component with SQL syntax highlighting
- refactor: replace JsonView with ContextView and improve layout
- feat: add new ContextView component with attribute rendering support
- feat: update ViewerModel, replace type with enum from ViewerType enum
- feat: add new enum ViewerType with LOG, QUERY, and JOB values
- chore: update JsonView data prop type and remove JSON.parse call
- refactor: rename endpoint /viewer to /viewers and update handler
- feat: add lodash, react-syntax-highlighter and types
- docs: add changelog