Skip to content

Commit

Permalink
refactor(new-debugger): Remove the sequence diagram, move I/O to its …
Browse files Browse the repository at this point in the history
…place

We don't have a sequence diagram for the demo, so in order to not make it look
confusing, lets not show it. Move the I/O to its place to not make it as cramped.
  • Loading branch information
symbiont-daniel-gustafsson committed Mar 23, 2022
1 parent d698a6f commit 989041b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/new-debugger/src/Debugger/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ drawUI as = [ui]
[ borderWithLabel (str "State") $ renderReactorState as
, vLimitPercent 33 $ borderWithLabel (str "Events") $ renderEvents as
]
, borderWithLabel (str "Sequence Diagram") $ renderSeqDia as
]
, vLimit 7 $ hBox
[ borderWithLabel (str "Input") $ renderMessage as
, borderWithLabel (str "Output") $ renderSentMessage as
, vBox
[ borderWithLabel (str "Input") $ renderMessage as
, borderWithLabel (str "Output") $ renderSentMessage as
]
]
, vLimit 7 $ borderWithLabel (str "Logs") $ renderLogs as
]
Expand Down

0 comments on commit 989041b

Please sign in to comment.