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
DreamGenX
c8eaa15f18
Add DreamGen llama 3 templates ( #2389 )
2024-06-17 20:54:08 +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
5ed4bd8748
Merge pull request #2374 from Yokayo/staging
...
More localizable texts
2024-06-16 16:01:41 +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
Cohee
0fe579e782
Merge pull request #2383 from splitclover/staging
...
Add /setpromptentry command to manipulate individual chat completion preset entries
2024-06-16 13:42:51 +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
Cohee
67b7cbe920
Cut text for group prioritize
2024-06-16 01:05:01 +03:00
Cohee
4892f04a2a
Add enum providers for /theme and /movingui commands
2024-06-15 22:35:38 +03:00
Cohee
5860719780
Fix return type of /translate command
2024-06-15 21:58:15 +03:00
Cohee
101c735d91
Add enum provider for /emote
2024-06-15 18:21:44 +03:00
Cohee
3ca6795cde
#2369 Ignore invalid characters in getLastCharacterMessage
2024-06-15 18:13:59 +03:00
Cohee
339428a4e9
#2379 Move continue prefill to end of completion
2024-06-15 18:00:09 +03:00
Cohee
3cafc22e1d
Fix textarea height adjust
2024-06-15 16:48:35 +03:00
Cohee
788a313024
Combine char. negative prompts in free mode
2024-06-15 16:24:32 +03:00
Cohee
67dc5e5252
Toggle SD message visibility by source
2024-06-15 15:57:50 +03:00
Cohee
2ea0d6466c
Console log anthropic multimodal caption errors
2024-06-15 15:55:02 +03:00
Yokayo
86ad8416df
Small fix
2024-06-15 18:46:01 +07:00