Skip to content

Make committer select box easier to use #66

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

Merged
merged 1 commit into from
Apr 18, 2025
Merged

Conversation

JelteF
Copy link
Collaborator

@JelteF JelteF commented Apr 18, 2025

The select box for selecting a committer of a patch was kinda hard to
use. This fixes it in two ways:

  1. Sorts names by first names, instead of last names. This way the list
    actually looks ordered.
  2. Use Selectize to make the select box searchable.

To make such a change to selectize simpler in the future this starts
including the selectize css/js on every page and adds a simple
"enable-selectize" class that can be used to easily enable selectize on
any select box.

The select box for selecting a committer of a patch was kinda hard to
use. This fixes it in two ways:
1. Sorts names by first names, instead of last names. This way the list
   actually looks ordered.
2. Use Selectize to make the select box searchable.

To make such a change to selectize simpler in the future this starts
including the selectize css/js on every page and adds a simple
"enable-selectize" class that can be used to easily enable selectize on
any select box.
@JelteF JelteF merged commit dccbc9c into main Apr 18, 2025
1 check passed
@JelteF JelteF deleted the selectize-committer branch April 18, 2025 11:51
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.

1 participant