feat: Refine filters and dropdown UI for task table

Update task table filters and dropdowns, including due-date options, layout tweaks, and style polish.
Keep panel style refinement intact so layout stays stable.
This commit is contained in:
Ignacio Perez
2025-12-27 16:00:38 -03:00
parent 45d1036fa7
commit 29a23017f2
8 changed files with 566 additions and 56 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ impl gpui::Render for App {
fn render(
&mut self,
_window: &mut gpui::Window,
_cx: &mut gpui::Context<Self>,
cx: &mut gpui::Context<Self>,
) -> impl gpui::IntoElement {
let theme = _cx.theme();
let theme = cx.theme();
let content = div()
.flex()