chore: refine some ui components #38

Merged
reya merged 6 commits from refine-ui into master 2026-08-01 10:38:10 +00:00
Showing only changes of commit 32a58211cc - Show all commits

View File

@@ -354,6 +354,14 @@ impl Sidebar {
cx.notify();
});
self.new_requests = false;
// Reset search state when switching to inbox/requests
self.reset(window, cx);
// Clear the find input value
self.find_input.update(cx, |this, cx| {
this.set_value("", window, cx);
});
}
fn render_list_items(