Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@adamfk
Copy link
Contributor

@adamfk adamfk commented Jul 27, 2025

Some small quality of life improvements and tidy.

Before:
before

After:
after

right: 0;
background-color: #f1f1f1;
min-width: 160px;
min-width: 250px;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed for longer Hide ignored event buttons label

.dropbtn:hover, .dropbtn:focus {
.dropdown-button:hover, .dropdown-button:focus {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using full english words so that it is hopefully easier for non-english speaking contributors to translate

<span id='dropdown-button' class='titlebar-icon dropdown-button'>settings</span>
<div id='myDropdown' class='dropdown-content'>
<label class='dropdown-item' for='hideIrrelevantEvents'
title='When enabled, event dispatching buttons will be hidden if the current active state(s) ignore the event.'>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added title tooltip

<div id='myDropdown' class='dropdown-content'>
<label class='dropdown-item' for='hideIrrelevantEvents'
title='When enabled, event dispatching buttons will be hidden if the current active state(s) ignore the event.'>
<input type='checkbox' id='hideIrrelevantEvents' name='hideIrrelevantEvents'>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved checkbox inside of label so that clickable area is larger and matches css hover highlighting

@adamfk adamfk merged commit ed5e007 into main Jul 28, 2025
6 checks passed
@adamfk adamfk deleted the simulator-dropdown-improvements branch July 28, 2025 02:43
@adamfk
Copy link
Contributor Author

adamfk commented Jul 28, 2025

Hi @emmby and @LinFei83.

I just made some slight changes to the simulator drop down settings menu. See gifs in PR overview. Let me know if you have any suggestions or concerns.

adamfk added a commit that referenced this pull request Jul 28, 2025
adamfk added a commit that referenced this pull request Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants