| 72fdb01b | 28-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix double intro message. fixes #44
connectedCallback may run multiple times, because the component is readded to the dom when the section edit initializes. |
| 7a329d8a | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
keep page context enabled until reload
This disables it when you change the page |
| 1eaa955f | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix overflow of <pre> tags in answers |
| ed47fd87 | 27-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
new UI with option to chat about the current page |
| 726299cb | 18-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Translate error message |
| 36c4749d | 19-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
do not use synthetic submit event on enter
This didn't work correctly for some reason in Firefox. Instead we directly call the submit handler |
| f31e9616 | 16-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
focus the user question instead of scrolling to the end |
| 6beed327 | 26-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
print score in chat
This makes it easier to tweak the similarity threshold |
| 3d644823 | 25-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
animate button on first show |
| f43684f4 | 13-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
add send button
Some people said they're not clear how to send messages, so a button was added. Pressing Enter still works. The entry was changed to a textarea making longer questions easier. Shift-
add send button
Some people said they're not clear how to send messages, so a button was added. Pressing Enter still works. The entry was changed to a textarea making longer questions easier. Shift-Enter can be used to add line breaks. All button titles are now translatable.
show more ...
|
| e7d7ef4c | 14-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
reuse link colors when styling chat and buttons |
| 6dd3ce09 | 14-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
brainier button icon |
| 3d0065c7 | 15-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix visibility changes in chat dialog |
| 622aa5a8 | 15-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added button to reset the conversation
This is needed to start conversing on a new topic |
| 7017fcea | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
parse answers as markdown |
| 0ee33034 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added float option |
| 343176f9 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix focus and z-index behavior |
| 98cb11da | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not use title on chatbutton element
It's influencing the dialog. A separate attribute that then sets the title on the start button only makes more sense. |
| bddd899c | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix access of sources |
| a107768c | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added fullscreen mode |
| 23cafd9f | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
german translation and more styling adjustments |
| 0337f47f | 08-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Frontend integration with simple syntax component |