ebolam
1fe41aaceb
Merge pull request #267 from pi6am/fix/streaming-spaces
...
Fix space tokens being dropped from stream preview.
2022-10-30 12:27:32 -04:00
somebody
58aacf2cd8
Shortcut criteria for story history navigation
2022-10-30 11:23:59 -05:00
ebolam
559ec4d55c
Merge pull request #266 from one-some/ui2-better-confirm
...
Better deletion confirmation dialog
2022-10-30 12:18:25 -04:00
somebody
b0bad4999b
Remove some debug code for the notifications
...
Whoops
2022-10-30 11:16:16 -05:00
Llama
9f0b81742b
Fix space tokens being dropped from stream preview.
...
When streaming preview tokens arrive, they are accumulated into
a stream_preview span. These tokens were inserted one-by-one
into the `innerText` property of this span. However, the behavior
of innerText is to discard trailing whitespace, which meant
that a token that was entirely composed of spaces would be
discarded.
See this link for more information on this behavior:
https://stackoverflow.com/questions/47768523/empty-spaces-are-ignored-by-the-innertext-property
I tried fixing this by switching to use `textContent`, however this
caused newlines to be discarded instead. This change fixes the issue
by accumulating incoming tokens into a string and then assigning the
string to innerText.
2022-10-29 21:33:09 -07:00
somebody
e970c6122e
Better deletion confirmation dialog
2022-10-29 22:45:56 -05:00
ebolam
9291e11088
Fix for colab theme loading bug
2022-10-29 11:55:12 -04:00
ebolam
972744c947
Added notification when dynamic world info is triggered
2022-10-29 10:29:53 -04:00
ebolam
92a39bc5e8
Potential Colab Tweak loading fix
2022-10-29 10:12:09 -04:00
ebolam
16e3478fa6
Popup fixes
2022-10-28 21:50:26 -04:00
ebolam
e3aeedfe16
Minor fix
2022-10-28 21:34:05 -04:00
ebolam
12b0872b80
Add margin
2022-10-28 21:07:25 -04:00
ebolam
8476083490
Missing Quote Fixed (wasn't needed anymore
2022-10-28 20:59:54 -04:00
ebolam
b8d2a59571
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-28 20:48:25 -04:00
ebolam
ed2431e15c
Fix for welcome icon/text placement
2022-10-28 20:48:19 -04:00
ebolam
9f140294a1
Merge pull request #258 from LightSaveUs/UI2
...
Nostalgia Minor Rework
2022-10-28 20:06:44 -04:00
LightSaveUs
cc593b4f91
Update Nostalgia to 0.4 version
2022-10-29 03:05:03 +03:00
ebolam
b7a19661cb
???? No idea why this works, but fixes weird tooltip movement
2022-10-28 20:03:58 -04:00
ebolam
72121519de
Whoops
2022-10-28 19:23:23 -04:00
ebolam
f48d5efac1
Potential Colab Fix
2022-10-28 19:19:58 -04:00
ebolam
0aa558f17b
Fix for position of debug dump on popups
2022-10-28 19:10:27 -04:00
ebolam
4cd8cbe58b
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-28 17:35:50 -04:00
ebolam
c25efcb7e5
Popup Header Fix
2022-10-28 17:35:29 -04:00
ebolam
f22f243265
Merge pull request #257 from LightSaveUs/UI2
...
Slight Tooltips Refining
2022-10-28 16:18:59 -04:00
LightSaveUs
cd46b28813
Slight Tooltips Refining
2022-10-28 23:01:08 +03:00
ebolam
dc6c9e2f31
Add installation script for horde bridge
2022-10-28 14:22:47 -04:00
ebolam
c3ccdb0b50
Potential Colab URL fix
2022-10-28 14:19:50 -04:00
ebolam
46a870ef87
Fix for options area showing on new game with genamt=1
2022-10-28 14:15:11 -04:00
ebolam
8859704c44
Merge pull request #255 from one-some/ui2-notifs
...
Notifications
2022-10-28 09:40:51 -04:00
ebolam
bcbe53afee
Merge pull request #253 from LightSaveUs/UI2
...
Welcome Logo Fixes + Tooltips
2022-10-28 09:39:45 -04:00
somebody
a56ef92dc6
Notifications
...
:)
2022-10-27 21:19:22 -05:00
LightSaveUs
a63d6f77c3
Additional Tooltips Refining (Settings Menu)
2022-10-28 03:11:06 +03:00
LightSaveUs
49795525a7
Additional Tooltips Changes
2022-10-28 03:09:13 +03:00
LightSaveUs
272c15de76
Welcome Text Adjustment
2022-10-28 02:17:37 +03:00
LightSaveUs
44b08b6ccd
Welcome Logo Shadow
2022-10-28 02:13:48 +03:00
LightSaveUs
c931ccd8cb
Welcome Text Container Adjustment
2022-10-28 02:12:25 +03:00
LightSaveUs
23b7a08abb
Update koboldai_settings.py
2022-10-28 02:04:39 +03:00
LightSaveUs
fcdb064c0c
one-some's text container
2022-10-28 02:00:35 +03:00
LightSaveUs
8c4e9f8aaf
Another logo adjustment
2022-10-28 01:47:58 +03:00
LightSaveUs
cd4552657d
one-some's logo fix
2022-10-28 00:37:08 +03:00
LightSaveUs
50498b1a02
Update koboldai.css
2022-10-27 21:19:08 +03:00
LightSaveUs
01730e51a0
Welcome Text Adjustment
2022-10-27 21:05:24 +03:00
ebolam
a1e8289126
Better welcome text positioning.
2022-10-27 13:34:34 -04:00
ebolam
a253b66213
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-27 12:01:46 -04:00
ebolam
e7744e2272
Fix for user script popup
2022-10-27 12:01:35 -04:00
ebolam
62332e71c5
Merge pull request #252 from LightSaveUs/UI2
...
Tooltips Refining
2022-10-27 11:48:42 -04:00
LightSaveUs
70cf0d3d2c
Final Percent-Based Tooltips Size and Padding
2022-10-27 18:15:52 +03:00
LightSaveUs
963ed28d2c
Another Percent-Based Tooltips Size
2022-10-27 18:04:26 +03:00
LightSaveUs
f36311f6b7
Percent-Based Tooltips Size
2022-10-27 18:02:19 +03:00
LightSaveUs
58fe6c332f
KoboldAI Mode -> Game Mode
2022-10-27 17:51:27 +03:00