grass icon indicating copy to clipboard operation
grass copied to clipboard

wxGUI/history: Add time/status icons in front of browser nodes

Open lindakarlovska opened this issue 9 months ago • 1 comments

This PR is built on #3622 (has to be rebased after #3622 will be merged). It adds icons in front of each node in the history browser panel.

Command nodes are distinguished according to command status: failed :status-failed aborted: status-aborted running: status-running success: status-success unknown: status-unknown

All time period nodes have the same icon: time-period

The history browser looks as follows (with #3622 applied): Screenshot from 2024-04-29 15-16-08

lindakarlovska avatar Apr 30 '24 08:04 lindakarlovska

This looks great! Could we have a separate check image (e.g., success.png) only for this? Otherwise this image is used elsewhere in gui and it wouldn't visually fit with the rest of the icons.

petrasovaa avatar Apr 30 '24 13:04 petrasovaa