mirror of
https://github.com/patriceckhart/zot.git
synced 2026-07-03 00:29:52 +02:00
the help block was prepended to the chat, which pushed any existing conversation off the top of the viewport on anything but the shortest sessions. appending it (with scrollOffset=0 so the viewport sticks to the bottom) means /help is always visible right above the editor, exactly where the user's eye is already looking. login / model / sessions dialogs already render in the bottom-sticky band between chat and editor, so they weren't affected. |
||
|---|---|---|
| .. | ||
| telegram | ||
| dialog_frame.go | ||
| help.go | ||
| interactive.go | ||
| json.go | ||
| login_dialog.go | ||
| model_dialog.go | ||
| print.go | ||
| session_dialog.go | ||
| slash_suggest.go | ||
| spinner.go | ||
| welcome.go | ||