Separate whether the chat is expanded from how big expanded is
One is an action taken constantly and the other a preference set once, so the banner names the size and the composer keeps the toggle.
This commit is contained in:
@@ -232,8 +232,12 @@ if (is_dir('/var/log/varaverk')) {
|
||||
// most room, so it rests taller than the Monitor card and expands to most of the viewport.
|
||||
vv_ai_chat_markup('vv-ai', [
|
||||
'profile' => 'varaverk',
|
||||
// All three stated rather than derived. Large is at the viewport cap here, and leaving medium
|
||||
// to be worked out from the resting height would land it on that same cap — two settings
|
||||
// doing the same thing.
|
||||
'height' => '52vh',
|
||||
'tall' => '85vh',
|
||||
'tall' => '68vh',
|
||||
'tallLarge' => '85vh',
|
||||
'empty' => "Ask Varaverk about itself. Answers come only from this installation's own "
|
||||
. 'documentation, with sources.',
|
||||
'placeholder' => 'e.g. what stops rsync and the mover running at once?',
|
||||
|
||||
Reference in New Issue
Block a user