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:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user