action #45278
Updated by mkittler almost 6 years ago
After a re-needling session with @okurz we noticed that there's room for improvement: * <s>Remove the "job cancel" button. It can be clicked accidentally and people are wondering about the difference to the regular job cancel button (there is no difference).</s> * <s>Ensure tool-tips are disappearing when hiding a button.</s> * <s>Confirming the dialog for match level should work by pressing return.</s> * <s>Triggering a restart from the needle editor should open the right job.</s> * <s>The needle editor should not show wrong notifications about newly added needles.</s> * <s>After a short investigation it seems there's nothing wrong with the code displaying those notifications. However, the `t_updated` flag of the entries in the needle database is updated unexpectedly.</s> * <s>Show the current command in the developer mode panel.</s> * <s>Add Resume directly from the needle editor. * Add button to stop as soon as possible.</s> * Resume directly from the needle editor. possible. * (Re)start a job to open the developer mode directly and pause it as soon as possible. * Wrap long lines in the live log. * Ensure the live log does not get too long. Otherwise the browser tab freezes at a certain length. Maybe it makes sense to create tickets for some of them and maybe we already have some tickets. Striked-out points are already implemented in the PRs mentioned in the comment.