Add date picker and task improvements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use gpui::prelude::*;
|
||||
|
||||
use crate::components::button::Dropdown;
|
||||
use crate::components::date_picker::DatePicker;
|
||||
use crate::components::input::Input;
|
||||
use crate::components::modal::ModalFrame;
|
||||
use crate::theme::ActiveTheme;
|
||||
@@ -15,7 +16,7 @@ pub(super) fn render_task_detail_modal(
|
||||
annotation_input: &gpui::Entity<Input>,
|
||||
description_input: &gpui::Entity<Input>,
|
||||
project_input: &gpui::Entity<Input>,
|
||||
due_input: &gpui::Entity<Input>,
|
||||
due_picker: &gpui::Entity<DatePicker>,
|
||||
tags_input: &gpui::Entity<Input>,
|
||||
status_dropdown: &gpui::Entity<Dropdown>,
|
||||
priority_dropdown: &gpui::Entity<Dropdown>,
|
||||
@@ -57,7 +58,7 @@ pub(super) fn render_task_detail_modal(
|
||||
annotation_input,
|
||||
description_input,
|
||||
project_input,
|
||||
due_input,
|
||||
due_picker,
|
||||
tags_input,
|
||||
status_dropdown,
|
||||
priority_dropdown,
|
||||
|
||||
Reference in New Issue
Block a user