-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
Description
BreakpointData class from macOS. It's responsible to handle all data changes from the Request/Response Editor.
BreakpointData. We don't actually do the breakpoint to modify the Request/Response (It's for the next ticket)
Waiting Breakpoint List View
- Implement the DataGrid as the Flow Main Table View, which basic columns (See the screenshot)
- No need to support the Customize Columns.
- Show all waiting breakpoints in the Grid
- Select a breakpoint -> Update the Request / Response Editor
- Can select multiple breakpoints, but render the first item in the selected array.
Bottom Bar
- Execute button with dropdown menu
- Cancel button with dropdown menu
- Continue button with dropdown menu
- Work with single or multiple breakpoints
- Disable buttons and menu if there is no selection
Request & Response Editor
- Select a breakpoint -> If it's a Request Breakpoint -> Show the Request Editor (Hide the Response Editor)
- Select a breakpoint -> If it's a Response Response -> Show the Request View (Read-only), and show the Response Editor


