react-logviewer icon indicating copy to clipboard operation
react-logviewer copied to clipboard

React Lazy LogViewer

Results 16 react-logviewer issues
Sort by recently updated
recently updated
newest added

Hi, It seems that changing highlight property doesn't update the component. I have a react code like below to scroll AND highlight to the specific line. ``` const [lineNumber, setLineNumber]...

bug

Currently we can use `formatPart` to apply formatting to the "parts" of each line, which seems to be split on whitespace. This seems less useful than providing a `formatLine` option,...

enhancement
good first issue

It would be great if the `LazyLog` component could have an optional button to download the logs. This would be more efficient than adding a button outside the component, since...

enhancement
good first issue

With body ```text aaa bbb ccc wrap1 'http://bla.alb/add' wrap2 wrap3 > this.extend(this ``` Once enable links is on there are 3 problems: 1. spaces are introduced and the third text...

bug