ZIm/crates/debugger_ui/src
Danilo Leal 0e94ca2a1a
debugger: Refine session modal design (#33004)
This PR makes all footer elements in the debugger session modal more
consistent, as well as fixes some weird UI quirks with leaking borders
and whatnot. Took the opportunity to do some light style clean up and
use `prelude::*` for UI imports.

Release Notes:

- N/A
2025-06-19 02:27:34 -03:00
..
session editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
tests debugger: Parse and highlight text with ANSI escape sequences (#32915) 2025-06-17 23:39:31 -04:00
attach_modal.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
debugger_panel.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
debugger_ui.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
dropdown_menus.rs debugger: Show child sessions as indented and ensure they're next to the parent session (#32939) 2025-06-18 12:50:39 +02:00
new_process_modal.rs debugger: Refine session modal design (#33004) 2025-06-19 02:27:34 -03:00
onboarding_modal.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
persistence.rs debugger: Change console text color, add tooltips (#31765) 2025-05-30 19:21:28 +02:00
session.rs debugger: Show child sessions as indented and ensure they're next to the parent session (#32939) 2025-06-18 12:50:39 +02:00
stack_trace_view.rs debugger: Add support for label presentation hints for stack frames (#32719) 2025-06-13 21:37:03 +00:00
tests.rs Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00