Justin Stephenson
e9f6c15d70
Add xterm-canvas-addon dependency for rendering
2023-07-18 15:07:57 -04:00
Justin Stephenson
7623d95e11
Minor Eslint fixes
2023-07-18 15:07:57 -04:00
Justin Stephenson
4426f62000
Bump PF5 react-{table, tokens} not in starter kit
2023-05-24 10:45:14 -04:00
Justin Stephenson
12ab19bb67
Upgrade to PatternFly 5 Alpha
2023-05-17 11:08:46 -04:00
Justin Stephenson
e151c9ee8f
Add accessible name label for Progress component
...
Fixes the error: One of aria-label or aria-labelledby properties should
be passed when using the progress component without a title.
2023-04-27 14:47:24 -04:00
Justin Stephenson
0089d35bef
ESLint error and warning fixes
2023-04-27 14:47:24 -04:00
Justin Stephenson
235f110ec7
Bring up to date with cockpit starter kit
...
This encompasses a number of changes to the build process.
2023-04-27 14:47:24 -04:00
Justin Stephenson
6f5ec24e16
Drop moment.js dependency
...
Addresses CVE-2022-24785
2022-05-19 14:17:07 -04:00
Katerina Koukiou
e13c9d1bf3
Fetch pkg/lib automatically from cockpit instead of keeping a local copy
...
* remove mustache module as it's not used anymore.
* port alert component to react-core as the current code creates a
broken UI
2021-11-17 13:05:47 -05:00
Benjamin Graham
aa63c3871c
Updated UI to use patternfly
...
* Removed unused css files
* Converted all UI elements to patternfly 4
* Implemented config page under same app
* Replaced slider with patternfly `Progress` component
2020-07-24 12:53:46 -04:00
Benjamin Graham
5283e234a1
Fixed and simplified tests
...
Gave buttons IDs for ease of access, fixed `fit-to` testing to
better reflect purpose, and fixed occasional timing error in
`testSkipFrame` caused by call overlap
2020-06-03 10:00:11 -04:00
Justin Stephenson
395cbdc2c9
Move code out of deprecated componentWillUpdate()
...
> warning: Warning: componentWillUpdate has been renamed, and is not
recommended for use. See https://fb.me/react-unsafe-component-lifecycles
for details.
* Move data fetching code or side effects to componentDidUpdate.
2020-04-27 16:49:36 -04:00
Justin Stephenson
6a7f6805d9
Move code out of deprecated componentWillMount()
...
> warning: Warning: componentWillMount has been renamed, and is not
recommended for use. See https://fb.me/react-unsafe-component-lifecycles
for details.
* Move code with side effects to componentDidMount, and set initial
state in the constructor
2020-04-27 16:49:36 -04:00
Justin Stephenson
198e49cfff
Handle byte-array encoded journal data
...
Journalctl json output formats field values as JSON strings with the
exception:
Fields containing non-printable or non-UTF8 bytes are encoded as arrays
containing the raw bytes individually formatted as unsigned numbers.
2020-04-21 13:53:48 -04:00
Justin Stephenson
f2e5bc2903
Reset Logs View on Player Rewind
2019-11-07 14:37:57 -05:00
Justin Stephenson
7c15858444
Optimize Performance of Slider component
2019-09-11 09:29:45 -04:00
Justin Stephenson
feed483646
Make Logs view optional
2019-09-11 09:29:45 -04:00
Justin Stephenson
228645236a
Update Player CSS for PatternFly 4
2019-08-26 13:17:13 -04:00
Justin Stephenson
cddcb1f40a
Replace term.js with xterm.js
2019-08-26 13:17:13 -04:00
Kyrylo Gliebov
ffeec0bd36
Add playback time
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
66998cafa8
Add Search
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
6f6c6b7714
Add error service
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
1b32b0c0ce
Add missing localization strings
2019-01-14 13:06:58 +01:00
Kyrylo Gliebov
91877b0570
systemd-journal-remote use case update
2019-01-14 13:06:58 +01:00
Kyrylo Gliebov
e2a6b5ee81
Switch to Slider instead of ProgressBar
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
5f58af7624
Player refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
0a593d20d0
Fix journal error
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
2aa3270d97
Fix Logs View
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
1abe64fe0c
Rebase and migration to full React instead of react-lite
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
0852de4222
Fix InputPlayer
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
ea3eb80c07
Add correlated Logs view
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
9c605da2f6
Add Input playback
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
a20e3c5a81
Session recording module for Cockpit initial commit
2018-10-10 17:59:55 +02:00