chore: update gpui & components

This commit is contained in:
2025-10-27 08:20:37 +07:00
parent 15bbe82a87
commit 6017eebaed
24 changed files with 2112 additions and 234 deletions

View File

@@ -20,14 +20,4 @@ pub struct Confirm {
pub secondary: bool,
}
actions!(
list,
[
/// Close current list
Cancel,
/// Select the next item in lists
SelectPrev,
/// Select the previous item in list
SelectNext
]
);
actions!(ui, [Cancel, SelectUp, SelectDown, SelectLeft, SelectRight]);