feat: add project file explorer widget (palette)

This commit is contained in:
Miguel Granero 2026-02-13 13:26:12 +01:00
parent fa71704a94
commit 79fc70427c
3 changed files with 291 additions and 1 deletions

View file

@ -317,7 +317,7 @@ pub fn Create(options: type) type {
self.inputbox.hint.print(self.inputbox.allocator, "{d}/{d}", .{ self.total_items, self.entries.items.len }) catch {};
}
fn start_query(self: *Self, n: usize) !void {
pub fn start_query(self: *Self, n: usize) !void {
defer tui.reset_hover(@src());
defer self.update_count_hint();
self.items = 0;