ZIm/crates/settings_ui
Ben Kunkle 6d09f3fa40
keymap_ui: Add default sort to keymap table (#33781)
Closes #ISSUE

Adds a default sort when no filter query is provided in the keymap
editor.

The default sorting algorithm sorts by the source of the binding
(roughly in order of precedence)
 
- User
- Vim
- Base
- Default
- None (unbound actions) 

within each source it sorts by action name alphabetically.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-07-02 15:00:18 +00:00
..
src keymap_ui: Add default sort to keymap table (#33781) 2025-07-02 15:00:18 +00:00
Cargo.toml keymap_ui: Separate action input into separate column and highlight as JSON (#33726) 2025-07-01 17:58:38 +00:00
LICENSE-GPL settings_ui: Add placeholder view (#15019) 2024-07-23 12:50:11 -04:00