You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to move into state diff mode one has to open a context menu (right-click) and select an option from that menu to render the diff. This was a temporary solution until we had the cycles to build state-diff paging into the Bot State Inspector panel, where you can both move into state diff mode on a given Bot State, and page forward/backward to future/previous bot state diffs via buttons.
High-level code changes
Introduce new buttons in or near the bot state extension to move into and out of state diff mode and page through state diff modes when currently in state diff mode.
Extension manifest change to support Icons
Adjustment of the Bot State context menu in the chat control to no longer provide the menu item.
Provide the extension with all current Activities so it can maintain its own state.
The text was updated successfully, but these errors were encountered:
These are the designs are a little stale, but my original thought was that the commands for inspect mode (called "Debugging mode" in the comps) should have a menu from the app's menu bar like this:
Paging would also be avaible in the inspector pane as icons in the upper right. The "<" means go to previous state, ">" means go to next state, and the map marker icon means resume from here. ">" and the map marker would be disabled if you were on the latest state:
* Intitial commit for bot state diffing
* Transfered the bf-extension buttons from the botState to the json extension
* Progress on extension bot state diffing
* Lint
* Highlighting and pagination
* Fixed accessory button styling.
* Completed major work
* removed botState extension
* Unit tests
* added missing unit test
* Lint fixes
* Removed unused extension
* Removed commented code
* Removed unneeded code
Paged State-Diffing
Currently to move into state diff mode one has to open a context menu (right-click) and select an option from that menu to render the diff. This was a temporary solution until we had the cycles to build state-diff paging into the Bot State Inspector panel, where you can both move into state diff mode on a given Bot State, and page forward/backward to future/previous bot state diffs via buttons.
High-level code changes
The text was updated successfully, but these errors were encountered: