Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor enhancements #314

Merged
merged 4 commits into from
Jul 8, 2023
Merged

Conversation

mawinter69
Copy link
Contributor

@mawinter69 mawinter69 commented Jul 8, 2023

Some minor enhancements

  • fixed a typo
  • table highlighting works on the cell and not the input to avoid flickering when moving around the mouse
  • highlight row when on the delete button on the right

Internal changes

  • use template element instead of a hidden row that gets removed
  • use let instead of varin js files where applicable

Testing done

Submitter checklist

Preview Give feedback

the hover effect was only on the input. That lead to the highlight be
turned leaving the input end turn it on again in the next cell of the
table. The mouseover is now on the td which avoids the flickering.

move the templates to a template element out of the table.
@mawinter69 mawinter69 requested a review from a team as a code owner July 8, 2023 22:38
@mawinter69 mawinter69 merged commit 4d4f871 into jenkinsci:master Jul 8, 2023
@mawinter69 mawinter69 deleted the minor-enhancements branch July 13, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant