Commit Graph

477 Commits

Author SHA1 Message Date
RossAscends
b8c99ef2c1 Update readme.md 2023-03-15 05:15:40 +09:00
RossAsscends
20dc882b75 - Merged RossAscends-mods.js as separate file.
- removed RA functions from main JS (left code as comments, feel free to delete)
- moved function declarations out of document ready
- function calls and listeners remain inside the document ready function
- fixed UsernameChange and Char deletion in main JS
- updated Humanizedtime variable name
- small css changes
2023-03-15 04:52:16 +09:00
SillyLossy
c1699b4193 Remove looping in oobabooga's API 1.0.4 2023-03-14 16:24:24 +02:00
Cohee
4488110ea0 Update readme.md 2023-03-13 19:27:25 +02:00
Cohee
6a5a0efff9 Update readme.md 2023-03-12 23:31:15 +02:00
Cohee
61a8c65b2d Update readme.md 2023-03-12 23:31:01 +02:00
SillyLossy
abe5aa7cc0 Extra notice for ooba users 1.0.3 2023-03-12 22:40:15 +02:00
Cohee
1668b94f97 Update readme.md 2023-03-12 22:25:40 +02:00
SillyLossy
93d9af931a Remove default novel preset 1.0.2 2023-03-12 21:48:45 +02:00
SillyLossy
2f76bbb7d6 Fix novel preset duplication 1.0.1 2023-03-12 21:42:14 +02:00
Cohee
74647ab270 Update readme.md 1.0.0 2023-03-12 16:01:29 +02:00
SillyLossy
15f6f745a0 Reformat code 2023-03-12 15:51:27 +02:00
SillyLossy
6f4832b491 Merge branch 'dev' 2023-03-12 15:45:20 +02:00
SillyLossy
4fdc5acfbe Default API changed to kobold 2023-03-12 15:44:23 +02:00
SillyLossy
0f2a56ddf1 Fix char avatar corruption 2023-03-12 15:41:00 +02:00
SillyLossy
b01bf57fda Create date fix 2023-03-12 14:33:45 +02:00
SillyLossy
76f0e892a4 Fix console spam on deletion 2023-03-12 14:04:20 +02:00
SillyLossy
8bff8a59a5 Fix avatar changing on import 2023-03-12 14:02:33 +02:00
SillyLossy
de99802ac8 Collapse newlines power option 2023-03-12 13:46:51 +02:00
SillyLossy
198526bcbe Support for the dice plugin 2023-03-12 00:42:58 +02:00
SillyLossy
625f4fe8b4 WI editor styles adjustment 2023-03-11 16:13:29 +02:00
SillyLossy
2b51a3348c Better checkbox styles 2023-03-11 15:54:38 +02:00
SillyLossy
28004e7616 Autoconnect to ooba and novel 2023-03-11 00:17:26 +02:00
SillyLossy
c6e5b394f2 Fix resetting character 2023-03-10 23:56:14 +02:00
SillyLossy
439286b946 Fix notice style for ooba 2023-03-10 23:54:46 +02:00
SillyLossy
100c934f5a Hide character only if deleted 2023-03-10 23:53:04 +02:00
SillyLossy
216b251f3e Enable amount gen if switching API from Kobold with GUI preset 2023-03-10 22:01:16 +02:00
SillyLossy
142ac02293 Merge branch 'main' into dev 2023-03-09 22:43:49 +02:00
SillyLossy
7cc9ebff8d Reset prompt bias after first generation 2023-03-09 22:05:26 +02:00
SillyLossy
7c7b212684 Merge branch 'main' into dev 2023-03-09 17:42:02 +02:00
SillyLossy
af709ce079 Change WI slider values 2023-03-09 17:41:19 +02:00
SillyLossy
af7d30b248 Display Chloe on group chat deletion 2023-03-09 01:54:52 +02:00
SillyLossy
d804720357 Improvements to group chats 2023-03-09 01:40:30 +02:00
SillyLossy
5f4c9bf301 Step pen.alpha return 2023-03-08 17:59:39 +02:00
SillyLossy
6cafd60bb3 Remove hardcoded context side 2023-03-08 17:57:56 +02:00
SillyLossy
62a6fa8519 Add support for text generation UI (by @im-not-tom) 2023-03-08 17:34:14 +02:00
SillyLossy
f91bcb6c73 Merge remote-tracking branch 'origin/update-tokenizer' into dev 2023-03-08 16:53:08 +02:00
SillyLossy
d15ad3ef8f Merge branch 'main' into dev 2023-03-08 13:18:06 +02:00
SillyLossy
6d53ab3001 Merge remote-tracking branch 'ross/main' 2023-03-08 13:15:07 +02:00
SillyLossy
4676777d17 Un-hide Soft Prompts selector 2023-03-08 01:59:05 +02:00
SillyLossy
73d669628d Sort extension prompts by key alphabetical order 2023-03-08 01:58:48 +02:00
RossAsscends
ef7e412896 create_form and api_form CSS
tweaks to panel menus to maximize utilization of space.
2023-03-08 05:39:19 +09:00
RossAsscends
c21317d69e CountCharTokens() + create_form to grid +CSS tweaks
1. Added a new utility function CountCharTokens() to replace the token counting routine from before. It also works unsaved new characters.

1.5 - moved #result_info to the top under avatar.

2. put create_form into a grid display so the two textareas can automatically resize to fill as much space as possible.

3. CSS - standardized background shadings, and replaced backdrop filters with RGBA background-colors for most divs. increased the strangth of some box-shadows on large UI divs
2023-03-08 04:53:00 +09:00
SillyLossy
63ddd82792 Fix search bar 2023-03-07 18:04:50 +02:00
SillyLossy
92109d9044 Search bar fixed 2023-03-07 18:02:03 +02:00
SillyLossy
93ec43893c Merge branch 'main' into dev 2023-03-07 17:38:43 +02:00
SillyLossy
56cf662081 Fix settings deletion 2023-03-07 17:36:50 +02:00
SillyLossy
936cb32264 Support multiple extension prompts 2023-03-07 17:18:53 +02:00
SillyLossy
837ecb636a Style adjust 2023-03-07 16:38:41 +02:00
SillyLossy
2a41834b3d Filter caret return symbols out of prompt 2023-03-07 15:10:19 +02:00