Commit Graph

168 Commits

Author SHA1 Message Date
e5de348b2e Add missing await in getGroupChat 2025-05-19 10:37:54 +03:00
92e80d3bad hideMutedSprites is hilariously broken 2025-05-19 01:15:40 +03:00
e52b3afea9 Wait for current chat to finish saving before allowing to switch 2025-05-17 08:45:12 +03:00
1822c4f91b More work on tl 2025-05-03 18:12:18 +07:00
7eb23a2fcc Work on tl 2025-04-29 17:23:18 +07:00
f0d01d35a6 eslint fixes 2025-04-28 18:55:10 +07:00
11908f7363 Work on tl 2025-04-28 18:45:16 +07:00
5472ddc8e6 Fix activatePooledorder() 2025-03-21 19:58:26 -04:00
20cdcc37fc Fix fixable lints 2025-03-19 20:00:33 +02:00
7d034cba11 Remove forced newline separator from group join wrappers (#3722)
* Remove forced newline separator from group join wrappers

* Remove unnecessary ternary

* Do not trim field wrappers
2025-03-18 23:12:49 +02:00
6a4b8c3870 Added group wrapper events 2025-03-18 22:21:25 +03:00
40c3674da1 Update tl 2025-03-17 16:09:36 +07:00
92dacdb386 better type name, simplified context 2025-03-13 02:27:03 +03:00
ddb77732f2 New context methods, added type parameters to message events 2025-03-12 21:25:16 +03:00
370bd9a3a8 Refactor to not use array 2025-03-11 22:16:26 +02:00
ad225138b4 Add group pooled order
Closes #3650
2025-03-11 01:24:46 +02:00
383806325a Add shallow character load mode 2025-03-04 10:00:12 +00:00
d613e1ee77 Remove group chat starter message 2025-02-27 13:29:21 +00:00
8bd4fd76ae Merge branch 'staging' into persona-improvements 2025-02-22 19:23:59 +01:00
9f21f7771c Auto-load char/group resets if target is not found 2025-02-17 07:28:59 +01:00
d5bdf1cb90 Add settings.json-backed KV string storage
Fixes #3461, #3443
2025-02-11 20:17:48 +02:00
6deaa31d41 Move typing indicator to an extension
https://github.com/SillyTavern/Extension-TypingIndicator
2025-02-02 03:54:14 +02:00
d26f99b496 full = false to prevent IDE complaints
Co-authored-by: Wolfsblvt <wolfsblvt@gmail.com>
2025-02-01 15:44:14 -06:00
b8821acb95 add 'full' parameter to findGroupMemberId 2025-02-01 14:37:41 -06:00
8448d6c6e6 Merge branch 'staging' into persona-improvements 2025-01-26 21:18:51 +02:00
35ab677ff1 Add char version to group panel member names
- Follows the same style as version in char list
- Respects the chosen "auxiliary field" setting

Closes #3359
2025-01-26 18:44:12 +01:00
7c9b347116 Refactor chid/grid attributes to data attributes
- We don't believe in imaginary HTML attributes that we make up, right?
2025-01-24 21:12:49 +01:00
08b6ee0297 exporting openGroupId from group-chats.js 2025-01-21 16:50:01 -07:00
2796d5dcde getGroupNames: Short circuit if no group selected 2024-12-21 18:52:42 +02:00
73614f2f8d Refactor prompt converters with group names awareness 2024-12-20 23:30:57 +02:00
2d66b7204a Fixes to group join examples parsing 2024-12-15 18:09:17 +02:00
b8a9a55246 Fix group candidates fuzzy filter 2024-12-06 23:04:18 +02:00
41a3035a2a Use filter order in group candidates list 2024-12-04 15:22:53 +00:00
79700fd983 Add Kobold Lite chats import 2024-12-04 00:44:50 +02:00
99220d6a88 Groups: add 'manual' reply strategy 2024-11-19 20:48:43 +02:00
e6d8f0a33e unvendor: Replace Fuse 2024-10-16 22:15:38 +03:00
912525fdd9 Add missing import 2024-10-06 19:13:01 +03:00
7f9023d3c2 Work on tl 2024-10-01 21:25:20 +07:00
2f5e40691c Implement more smart textarea autosizes 2024-09-05 20:55:06 +03:00
5c7b95cc15 Move CSS check up 2024-09-05 20:13:59 +03:00
ac0c33eb76 Use CSS.supports to determine auto-fit validity 2024-09-05 20:00:45 +03:00
8fe111cc71 Merge pull request #2469 from Esalarc/group_chat_queue_display
Adding display of queued speakers in group chat windows.
2024-07-04 20:34:41 +03:00
8eda343aee Remove old field reference 2024-07-04 20:27:41 +03:00
4c66588312 Reset queue order when opening another group chat 2024-07-04 20:23:27 +03:00
9f485d3956 Fix code formatting 2024-07-04 20:16:13 +03:00
3918192dee Prefer const variables 2024-07-04 20:06:44 +03:00
e097e42ff8 Tweaking activateNaturalOrder
Changes to activateNaturalOrder to try to keep silent characters silent.
2024-07-04 10:25:48 -04:00
2fccd83083 Group Chat Queue Display
- removing queue position from character object - storing in map in group_chat.js instead
- moving queue position to div
- moving '#' from js to css ::before
- adding option to settings
- cleaning up guards
2024-07-04 09:52:56 -04:00
f85b843b3e - Adding display of queued speakers in group chat windows. 2024-07-03 17:00:10 -04:00
b6de77935b Fix quotes style 2024-07-02 07:29:14 +00:00