Commit Graph

153 Commits

Author SHA1 Message Date
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
52b64a823d validate group that all members exist 2024-07-02 02:00:39 +02:00
b3f657bed5 Open group UI immediately on click 2024-07-01 00:59:51 +03:00
54e111886b Improve logs (+add toasts) on save calls
- Fixes #2429
2024-06-28 03:28:16 +02:00
4e7232f13e Move group chat popups to new popup 2024-06-26 05:56:15 +02:00
45ae8d1060 Update group custom avatar to new cropper 2024-06-25 02:10:11 +03:00
2012bb49d2 Make /member command indices 0-based to match autocomplete 2024-06-23 16:47:07 +03:00
3ab5cc1766 Merge branch 'staging' into slash-command-enums 2024-06-21 20:07:19 +02:00
56710fee39 Apply fix for group chats 2024-06-21 13:09:41 +00:00
ffc84f5118 Merge branch 'staging' into slash-command-enums 2024-06-20 20:38:55 +02:00
461b1a9d87 Even more enum refactorings (not done yet)
- Add common enum icons
- enum def for existing enum types, with color description
2024-06-20 20:33:45 +02:00
d98d811cc1 Merge branch 'staging' into smol-tag-improvements 2024-06-08 21:13:11 +02:00
cebaf2ee08 Fix /member-disable wrongfully stacking
Fixes #2347
2024-06-04 22:13:19 +02:00
3a5dfadac5 Fix group tag list not updating 2024-05-23 02:45:23 +02:00
b1c9fee29e #2188 Make first message not required 2024-05-21 15:46:41 +03:00
7fbed26c26 #2245 Fix custom group avatar display 2024-05-16 00:49:26 +03:00