botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

fix(layout): bottom panel maintain size #232

Closed rob-gordon closed 2 years ago

rob-gordon commented 2 years ago

Before

https://user-images.githubusercontent.com/159949/149004132-413dd269-f6c3-4c98-bf7a-949406071d77.mov

After

https://user-images.githubusercontent.com/159949/149004146-35e02dcb-a0d7-4ce3-8d8f-3db1446e0331.mov

Closes DEV-1181

linear[bot] commented 2 years ago
DEV-2010 [FEATURE] Debugger | Panel should follow the bottom of the window like vscode (botpress/studio #197)

The debugger panel should follow the bottom of the window and the flow editor should resize instead of letting the debugger disappear. Just like a vscode terminal Debugger disappearing ![](https://uploads.linear.app/86b5451b-0c34-4f42-8d54-be35c275a26b/01819ce1-a580-4b39-b791-708b1bc1e7b2/370ade60-669d-422a-b598-5af5ccc4b6b8) vscode terminal ![](https://uploads.linear.app/86b5451b-0c34-4f42-8d54-be35c275a26b/9aeba696-cc1e-44da-a576-f11832eab907/2b543a84-57ba-407f-afb6-3d92fadc3a55) [botpress/studio #197](https://github.com/botpress/studio/issues/197) by [@ hacheybj](https://github.com/hacheybj)

linear[bot] commented 2 years ago
DEV-1181 (BUG) Bottom debugging panel resizes with window instead of moving (botpress/botpress #4267)

**Describe the bug** This is a very frustrating behavior, whenever you resize the window, the debugging panel also shrinks. ![2020-12-04 16 49 23](https://user-images.githubusercontent.com/1315508/101218384-fcb5f980-3650-11eb-9ed7-1e74f0d1492b.gif) **Expected behavior** I would expect the debugger to simply move up-down, not resize. (The chat emulator behaves correctly)