Commit Graph

4402 Commits

Author SHA1 Message Date
splitclover 0c69b698b9
Removed redundant emmiter 2024-06-21 14:16:59 +02:00
splitclover feb8321147
Fix emmiter for imported cards 2024-06-21 13:53:31 +02:00
splitclover 3092c68a05
Fixed typo 2024-06-21 13:19:36 +02:00
splitclover 2a1704add0
Added event emmiters when creating new chats 2024-06-21 13:12:57 +02:00
Wolfsblvt a5baa3605f Fix closing popup sometimes being stuck via Escape 2024-06-20 21:43:13 +02:00
Wolfsblvt f092269c01 Fix toastr alignment in popups 2024-06-20 21:02:50 +02:00
Cohee 514ac27d00 Remove unmatched closing div 2024-06-20 20:40:37 +03:00
Conor Nash c684bfbf52 Claude Sonnet 3.5 2024-06-20 16:31:55 +01:00
Cohee 8d5876c2c8 Rename endpoints for websearch 2024-06-19 22:37:51 +03:00
Cohee 75dfe87054 Fix character_message_rendered firing twice on new chat 2024-06-19 21:34:46 +03:00
Cohee 8e8b6b353a Fix deleting first message with /del 2024-06-19 21:28:07 +03:00
Cohee 10fd2e1334 #2395 Treat default example as empty 2024-06-19 21:23:25 +03:00
Cohee e5c8a920ee Remove debug toast(?) 2024-06-19 13:13:34 +03:00
Wolfsblvt dca81aef3d Small fixes to /popup, /buttons and QR popup
- FIx /popup and /buttons commands to use the new popups
- Change /buttons to utilize data results
- Fix "hide while executing" option from QR editor
- Fix QR editor throwing an error on execution
2024-06-19 01:40:22 +02:00
Cohee e7772f04a4 Don't require a primary WI to use additionals 2024-06-18 12:09:28 +03:00
Cohee 7249294ffd Fix startup on old firefox 2024-06-18 11:32:50 +03:00
Cohee e861a406a3 Don't auto-switch to a new theme on import 2024-06-18 02:14:22 +03:00
Cohee 22d598c0f5 Fainter faint outline 2024-06-18 02:01:39 +03:00
Cohee c3cbf33ba0
Merge pull request #2330 from Wolfsblvt/smol-tag-improvements
Smol tag improvements & Huuuuuge popup/dialog rework (heh)
2024-06-18 01:58:52 +03:00
Wolfsblvt dadef92fdf Switch focus styles to :focus-visible
- Switched dynamic styles to :focus-visible to let the browser decide when to display
- Changed most existing :focus CSS selectors to also use :focus-visible
-Made style variables for focus outlines (main and a faint one)
- Remove focus outline from chat bar buttons
- Fix focus of chat bar highlight, moved to outer border
- Fix buttons in chat backgrounds with keyboard navigation
2024-06-18 00:14:15 +02:00
Cohee 88b6331aed Add swap SD dimensions button 2024-06-18 01:10:23 +03:00
Cohee a9c4422c87 Redesign SD settings 2024-06-18 00:49:42 +03:00
Cohee 08a0b1e828 Merge branch 'staging' into smol-tag-improvements 2024-06-17 21:52:36 +03:00
Cohee b09e86fb53 TTS code clean-up 2024-06-17 21:21:41 +03:00
Cohee feb7675d2f Auto-set language on exported translate function. 2024-06-17 21:18:30 +03:00
Casey Haralson 4d25856b4f
periodically calls the tts module when a paragraph has been generated (#2381)
* periodically calls the tts module when a paragraph has been generated

* adding option for periodic auto generation

* updating find end paragraph logic and config label

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-06-17 21:17:31 +03:00
Cohee fe5289c495 Fix TTS audio preview 2024-06-17 20:28:19 +03:00
Cohee be9f34ab8a Fix data-i18n removing options 2024-06-17 11:23:59 +03:00
Wolfsblvt fca626d246 Add style on hover over focused popup button
- Add CSS styling rule to still highlight a button on hover when it is being focused already (Otherwise you won't get any effect on hovering and clicking on the default button if a popup has just opened)
- Dynamic styles extended to ignore rules where both hover and focus is used
2024-06-16 23:33:07 +02:00
Cohee 065d453477 Use main font variable where possible 2024-06-17 00:25:08 +03:00
Wolfsblvt 316df6ed17 Remove remnant CSS classes, whoops 2024-06-16 23:20:24 +02:00
Wolfsblvt f67ed6d22a Fix tabbing with hotswap multiple rows
- Add scroll-reset-container CSS class and handling
- Fix tabbing through hotswap favs by resetting position
2024-06-16 23:13:36 +02:00
Cohee 1a061c6ae5 Skip connect on max context unlock via preset 2024-06-16 22:16:47 +03:00
steve green 1467c4539e
Update zh-cn.json (#2385)
* Update zh-cn.json

* other fixes

* typo fix
2024-06-16 22:06:34 +03:00
Cohee 60b09a431a Fix 2024-06-16 16:06:15 +03:00
Cohee e3a46df010 Merge branch 'staging' into smol-tag-improvements 2024-06-16 16:04:37 +03:00
Cohee a9143e8ea2 ??? 2024-06-16 15:57:16 +03:00
Cohee 037ba84916 Merge branch 'staging' of https://github.com/Yokayo/SillyTavern into ruRuNew 2024-06-16 15:56:37 +03:00
Cohee c7dc63200a Merge branch 'staging' into ruRuNew 2024-06-16 15:56:07 +03:00
Yokayo 084aa794f8
Merge branch 'staging' into staging 2024-06-16 19:52:08 +07:00
Cohee d75b30d51a Don't auto-adjust scroll height if not in viewport 2024-06-16 14:56:08 +03:00
steve green 5e44403346
fixup translates (#2382)
* Update i18n.js

* fixup

* update i18n CI

* fix trigger?

* i18n changes

* Update zh-cn.json

* add missing keys

* Revert "i18n changes"

This reverts commit ebe0ede6e1.

* Revert "update i18n CI"

This reverts commit ac923c8bd6.

* Revert "Update i18n.js"

This reverts commit 14a845836b.

* typo fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Touch-Night <1762918301@qq.com>
2024-06-16 14:39:46 +03:00
Cohee 861decd5c9 Refactor prompt entry callback 2024-06-16 13:56:43 +03:00
splitclover aa513e1e3d
Fix helpString 2024-06-16 12:36:52 +02:00
splitclover 7f284a3752
Merged redundant args for /setpromptentry 2024-06-16 12:16:56 +02:00
splitclover e5d9f2937e
Merge branch 'SillyTavern:staging' into staging 2024-06-16 12:03:22 +02:00
Cohee 974d6275bf Revert "#2369 Ignore invalid characters in getLastCharacterMessage" 2024-06-16 11:27:11 +03:00
splitclover e5ba96d6aa
Clarify /setpromptentry descriptions 2024-06-16 04:43:45 +02:00
splitclover 716d407753
Add /setpromptentry command to manipulate chat completion presets 2024-06-16 04:37:42 +02:00
Cohee bba16f5263 Custom vector chunk boundary 2024-06-16 02:16:27 +03:00