Remove completed TODOs

Joseph T. Lyons created

Change summary

crates/feedback2/src/feedback_modal.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/feedback2/src/feedback_modal.rs 🔗

@@ -426,8 +426,6 @@ impl Render for FeedbackModal {
                                         Button::new("send_feedback", submit_button_text)
                                             .color(Color::Accent)
                                             .style(ButtonStyle::Filled)
-                                            // TODO: Ensure that while submitting, "Sending..." is shown and disable the button
-                                            // TODO: If submit errors: show popup with error, don't close modal, set text back to "Submit", and re-enable button
                                             .on_click(cx.listener(|this, _, cx| {
                                                 this.submit(cx).detach();
                                             }))