Commit Graph

4917 Commits

Author SHA1 Message Date
Cohee 930763a7ca Update proxy warning. Hide with CSS if you don't like it. 2024-07-08 22:55:11 +03:00
Cohee 00de522a64 Add None continue postfix for chat completion 2024-07-08 20:33:37 +03:00
Cohee 21360a97fc Fix /continue getting stuck on API errors 2024-07-08 20:12:52 +03:00
Cohee f8a55d51d2 Clearer wording and examples 2024-07-08 20:02:21 +03:00
Wolfsblvt aad65c9273 Added /continue "await" arg 2024-07-08 18:43:55 +02:00
Cohee 79069b49b8 Replace body height units from svh to dvh 2024-07-08 15:06:06 +00:00
Cohee 0543647d68
Merge pull request #2492 from fizzAI/staging
Add Gemma 2 9b to available Groq models
2024-07-08 10:47:10 +03:00
fizzAI 7e3da0b092 oopsie 2024-07-07 20:41:09 -04:00
fizzAI f6a50fa0cd Add Gemma 2 9b to available Groq models 2024-07-07 20:36:40 -04:00
Wolfsblvt e26ea47554 Fix eslint issues in tags.js 2024-07-08 02:36:24 +02:00
Wolfsblvt 26b66e9b49 Remove "no tags" toast on tags import 2024-07-08 02:26:40 +02:00
Cohee f7e2d72ac7 Fix eslint 2024-07-07 22:40:03 +03:00
Cohee 40181ef52e
Fix span not closed 2024-07-07 22:36:57 +03:00
kingbri 0672c8422e Textgen: Add permissions check for TabbyAPI keys
There's no formal permissions checking in ST's UI, so add a temporary
check in the server endpoint before requesting a download.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-07-07 14:40:24 -04:00
kingbri 69077f6a6e Textgen: Add model downloading for TabbyAPI
Tabby has a HuggingFace downloader API endpoint. Add direct support
in SillyTavern by using the same method as ollama, but with the correct
parameters exposed.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-07-07 14:04:04 -04:00
Cohee ed0e522c6d [BUG] UI shifting in mobile browser #2488 2024-07-07 20:12:04 +03:00
Cohee 6ff406f6ea
Merge pull request #2485 from Esalarc/promptdiff
Adding diff functionality to prompt dialog
2024-07-07 10:17:01 +03:00
Cohee 792c077267 Fix for chat completion prompts 2024-07-07 10:15:53 +03:00
David Fedolfi 014ef0cc4f Adding diff functionality to prompt dialog
adding another command button that leverages https://github.com/google/diff-match-patch/tree/master to generate a diff of this prompt to the prior one.
2024-07-06 22:04:12 -04:00
Wolfsblvt 03a8b14a93 Change min activation scan to full increased range 2024-07-06 20:00:27 +02:00
Cohee 57175b4229 Don't send streaming request if generation was aborted before the streaming processor creation 2024-07-06 17:39:50 +03:00
Cohee 6dbbf89d65 #2482 Fix embedded content confirmation 2024-07-06 16:55:57 +03:00
Cohee a6eec7ba1a Fix 01.ai model nullifying on load 2024-07-06 15:30:21 +03:00
Cohee c55ad419dd Clean-up console logs 2024-07-06 15:29:47 +03:00
Cohee c6e612f15a Add WI prefix to timed effect logs 2024-07-06 15:26:45 +03:00
Cohee 9327ee4b8e Log which entries actually end in the prompt 2024-07-06 15:07:02 +03:00
Cohee 34d6cdfbcc Merge branch 'staging' into wi-processing-refactoring 2024-07-06 14:58:48 +03:00
M0cho 3b85cc2a4c
Improved ja-jp translations related to 'World Info' 2024-07-06 20:18:05 +09:00
M0cho 7f145c2c2d
Improve translations ja-jp, especially those related to World Info. 2024-07-06 20:13:42 +09:00
Cohee 6bdbe7299f Merge branch 'staging' into vllm-tc 2024-07-06 11:18:38 +03:00
Wolfsblvt ff23808d3b Add WI toggle to include/exclude names in scanning 2024-07-06 03:23:02 +02:00
Wolfsblvt 5e89dc35e3 Fix min activations not checking recursion 2024-07-06 02:44:26 +02:00
Wolfsblvt 02989a9a78 Reduce nesting and simply WI check loop 2024-07-06 02:35:41 +02:00
Wolfsblvt 0b9431cd9a Remove double-loop nesting of WI key processing 2024-07-06 01:53:26 +02:00
Cohee 66c4824a8a Fix ComfyUI workflow not saving 2024-07-06 01:14:47 +03:00
Cohee b5f77a2164 Fix ESLint squigglies 2024-07-06 00:42:49 +03:00
Wolfsblvt e7382e184d Reduce log amount 2024-07-05 22:50:20 +02:00
Wolfsblvt 831773216a Refactor probability checking conditions
- This changes the flow and checking of the conditions on probability roles. Bit "bigger" refactoring
2024-07-05 21:59:31 +02:00
Wolfsblvt f7abd3f5d9 Break out on result of secondary key checks 2024-07-05 21:16:43 +02:00
Wolfsblvt 6da36c630e No need to get scan text for each key 2024-07-05 20:52:24 +02:00
Wolfsblvt 56c6955f23 WI entries with world name obj format
- Changed format of WI entry objects for debugging purposes. Moved the world name right after uid, so it looks better in debugger
2024-07-05 20:50:30 +02:00
Wolfsblvt dfa2236fba Refactor WI log messages
- This should only be changes to logging messages, and splitting some if into multiple blocks. No actual code/flow changes
2024-07-05 20:49:17 +02:00
Cohee 47d99a0047 More symmetric animation 2024-07-05 01:54:53 +03:00
Cohee b784e50eb7 Speedup pop-out animation 2024-07-05 01:47:07 +03:00
Cohee be8eb19139 Fix enum value
I wasted @Wolfsblvt half an hour
2024-07-05 01:01:55 +03:00
Cohee 54dea56a77 Selectable VAE for AUTO1111 2024-07-05 00:59:34 +03:00
Cohee f0967c6297 Merge branch 'release' into staging 2024-07-04 23:57:46 +03:00
Cohee 3d86d110e8 Ignore Safari cope for large popups 2024-07-04 23:57:18 +03:00
Cohee be518d3668 More Safari weirdness cope 2024-07-04 23:42:41 +03:00
Cohee 7883d091be Fix app onboarding on Safari 2024-07-04 23:37:44 +03:00
Cohee ebb5c9762a Fix app onboarding on Safari 2024-07-04 23:37:18 +03:00
Cohee 81f6520354
Merge pull request #2468 from SillyTavern/wi-scan-state
Fix min activations for non-recursable entries
2024-07-04 23:09:25 +03:00
Cohee b682519042 Hide sampling method select from unsupported backends 2024-07-04 23:00:33 +03:00
Cohee 220051b933 Type cast to string 2024-07-04 22:54:43 +03:00
Cohee 5da3921907 Make generation actually work 2024-07-04 22:51:47 +03:00
Cohee e32b0cc223 Move Stability generation to backend 2024-07-04 22:36:17 +03:00
Cohee 6608e530c5 Merge branch 'staging' into stability 2024-07-04 21:51:30 +03:00
Cohee 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
Cohee ffea974b07 Reduce font-size of position value 2024-07-04 20:33:00 +03:00
Cohee 8eda343aee Remove old field reference 2024-07-04 20:27:41 +03:00
Cohee 4c66588312 Reset queue order when opening another group chat 2024-07-04 20:23:27 +03:00
Cohee 04b46a270d Replace border with outline 2024-07-04 20:20:10 +03:00
Cohee 9f485d3956 Fix code formatting 2024-07-04 20:16:13 +03:00
Cohee c1b395fc49 Fix char data typedef 2024-07-04 20:14:50 +03:00
Cohee 1185e20002 Prune i18n strings 2024-07-04 20:13:22 +03:00
Cohee a4a0ec1669 Fix i18n attributes 2024-07-04 20:12:58 +03:00
Cohee 03c9e3f168
Merge pull request #2475 from SillyTavern/fix-trim-macro
Fix trim macro breaking on CRLF
2024-07-04 20:10:45 +03:00
Cohee 3918192dee Prefer const variables 2024-07-04 20:06:44 +03:00
Wolfsblvt 558f6d15a5 Fix trim macro breaking on CRLF 2024-07-04 19:05:03 +02:00
Cohee 0ec79427ff
Merge pull request #2474 from Esalarc/talkativeness
Tweaks to activateNaturalOrder
2024-07-04 20:02:39 +03:00
Cohee 73ac6475bd Restyle PM buttons 2024-07-04 19:59:39 +03:00
Succubyss ddcce55f10
Changes the name of the `Absolute` label for Position within Prompt Manager's edit screen to `In-chat` (#2470)
* bad dumb label: Absolute → good actual label: In-chat

* Fix i18n attribute

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-04 19:57:29 +03:00
David Fedolfi e097e42ff8 Tweaking activateNaturalOrder
Changes to activateNaturalOrder to try to keep silent characters silent.
2024-07-04 10:25:48 -04:00
David Fedolfi 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
WBlair1 79a1b15600 API attemped fix 2024-07-03 17:14:46 -07:00
WBlair1 38da3c22c0 I can't figure out how to hide CFG scale 2024-07-03 16:31:35 -07:00
WBlair1 1af76af4d7 Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-07-03 16:31:15 -07:00
Cohee 2cba5e3a45 Revert blur removal 2024-07-04 01:46:02 +03:00
Cohee aef879ced0 Fix double blur on preloader 2024-07-04 01:41:21 +03:00
Cohee 09632fe5f8 Reword KoboldCpp API hint 2024-07-04 00:34:48 +03:00
Cohee 35b7fc3186 Ignore recurse buffer for min activation steps 2024-07-04 00:28:34 +03:00
Cohee 47b679202f Introduce a proper initial state 2024-07-04 00:18:46 +03:00
David Fedolfi f85b843b3e - Adding display of queued speakers in group chat windows. 2024-07-03 17:00:10 -04:00
Cohee df67a7cdc4 #2467 Fix min activations for non-recursable entries 2024-07-03 23:42:27 +03:00
Cohee 542a13a01b More Safari weirdness cope 2024-07-03 22:28:42 +03:00
Wolfsblvt 8159b7f5f4
Validate story string about missing fields (#2462)
* Validate story string about missing fields

* Update validation to only warn once

* Improve story string validation log once

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-03 21:32:05 +03:00
steve green 46c91bec67
Update server.js to trust UserAccounts securely (#2447)
* Update server.js to trust UserAccounts securely

* Update zh-cn.json btw

* Clarify security logic

* update logic

* Fix filtering of enabled users.

* Fix account name logging

* More friendly log

* Even friendlier message

* Revert deleted keys

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-03 21:24:03 +03:00
Risenafis fa983521c0
Improve ja-jp translation (#2459)
* improve ja-jp.json

* addtional improve
2024-07-03 20:39:57 +03:00
Cohee c0436f4a32 Extend getContext API 2024-07-03 20:35:42 +03:00
Wolfsblvt 7de43d3a9c /stop slash command to stop generation 2024-07-03 14:44:17 +02:00
Cohee 0ca880bf60 Check for whitespace-only WI format 2024-07-02 20:32:46 +03:00
Cohee 9eb404a275 #2460 replaceAll for all workflow placeholders 2024-07-02 19:11:45 +03:00
Cohee b66e589b30 Don't use dynatemp for unsupported backends 2024-07-02 14:17:10 +00:00
Cohee a3031d7986 Reinforce iOS check 2024-07-02 13:47:02 +00:00
Cohee da11ffe874 #2457 Remove screen size breakpoint from iOS cope styles 2024-07-02 07:37:07 +00:00
Cohee e8c5ce0669
Merge pull request #2455 from SillyTavern/sanitize-group-members
validate group that all members exist
2024-07-02 10:30:17 +03:00
Cohee b6de77935b Fix quotes style 2024-07-02 07:29:14 +00:00
Wolfsblvt 08d21e9b17 Fix warning on dynamic-styles init 2024-07-02 02:15:44 +02:00
Wolfsblvt 52b64a823d validate group that all members exist 2024-07-02 02:00:39 +02:00
Wolfsblvt 21c064fc5b Fix {{currentSwipeId}} not returning first swipe 2024-07-02 01:28:52 +02:00
Cohee c91e7dd948 Add relative suffix to timediff macro output 2024-07-02 00:59:01 +03:00
Cohee 39c97f9b89 Fix undefined reference 2024-07-02 00:16:46 +03:00
WBlair1 4c600191fe Attempted Stability AI API & Stability AI UI fix. 2024-07-01 13:37:08 -07:00
WBlair1 7f73e982aa Simple Stability AI problem fix.
> Steps aren't used so they're removed!
> Same with CFG scale.
2024-07-01 12:17:54 -07:00
WBlair1 28613ce4fc Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-07-01 12:08:24 -07:00
WBlair1 84b8f77107 Stability AI changes to models.
> Engine = V2beta Image Generation
> Models now shows API models.
> Hidden steps, height, etc.
2024-07-01 12:04:23 -07:00
Cohee 1315f0968b Support all file formats for replace/update 2024-07-01 21:48:56 +03:00
WBlair1 4b356fbc60 Stability AI code fix.
> "break;" line had space before word. Oops.
> Stability hides steps, cfg, height, etc. when selected.
> Settings are loaded and saved.
> isValid state is modified now for Stability. Oops.
> Skips remote function for Stability.
2024-07-01 11:40:55 -07:00
WBlair1 07278fed31 Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-07-01 11:09:53 -07:00
WBlair1 d6b42718a6 Stability AI support. Adds Ultra, Core, SD3. 2024-07-01 11:06:35 -07:00
Succubyss e1e0ef8730
Augment Edit Box Input Enfasterment (#2450)
* edit box performance "fix"

Note: jQuery makes an adjustment to height or scrollHeight that pure JavaScript doesn't;+2 was the minimum I needed to not get a vertical scrollbar, so I went with +4

* Refactor

* Use debounce instead of throttle

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-01 20:36:18 +03:00
WBlair1 2039d5ebab Replaced V1 with V2 models instead. 2024-07-01 10:35:15 -07:00
WBlair1 e5a7ce4e3a Added StabilityAI source. 2024-07-01 09:37:17 -07:00
Cohee 2b30555f3a Use correct persona provider for /send command 2024-07-01 13:59:34 +00:00
Cohee ce92385454
Merge pull request #2453 from SillyTavern/input-popup-respect-enter-to-send
Make input popups respect "Enter to Send" setting
2024-07-01 16:45:25 +03:00
Cohee 2ff1d600fc Check for avatar file name match in sendas 2024-07-01 13:44:01 +00:00
Wolfsblvt 1f6a91ab5d Make input popups respect "Enter to Send" setting 2024-07-01 15:32:24 +02:00
Cohee bdc7177b61
Merge pull request #2451 from Yokayo/staging
Improve ru-ru translation
2024-07-01 13:17:47 +03:00
ThisIsPIRI 21cefc0864 Skip popup when making new chat from chat list 2024-07-01 18:16:56 +09:00
Yokayo e626db70a2 Update locale 2024-07-01 15:29:34 +07:00
Cohee b3f657bed5 Open group UI immediately on click 2024-07-01 00:59:51 +03:00
Wolfsblvt 5d74749fd0 Fix toasts misaligning on popup hiding 2024-06-30 23:23:39 +02:00
Cohee 1b6e816525 Swipes respect reduced motion setting 2024-07-01 00:01:22 +03:00
Cohee de79cf74c6 Default to fast animation 2024-06-30 23:30:15 +03:00
Cohee 847f471ed2
Merge pull request #2449 from SillyTavern/loader-improvements
Loader overlay improvements & Popup.complete async
2024-06-30 23:28:32 +03:00
Cohee da63c26258 Remove popup animation 2024-06-30 23:27:49 +03:00
Wolfsblvt 5a8973d12a Fix double transition of loader backdrop 2024-06-30 22:17:23 +02:00
Cohee 5c318cd3f3 Move preloader yoinking on animation end 2024-06-30 23:10:25 +03:00
Wolfsblvt 47f00d3755 Fix 'preloader' overlay being removed too early 2024-06-30 22:03:38 +02:00
Cohee 32a04422e7 Add guard to /times command arguments hint 2024-06-30 23:00:36 +03:00
Cohee ddc3848b26 Fix smooth streaming for 01.AI 2024-06-30 22:50:41 +03:00
Cohee 5dba4fa448 Update SD extension to new popup 2024-06-30 22:12:44 +03:00
Cohee be2d658a2e Update TTS extension to use new popup 2024-06-30 22:01:34 +03:00
Wolfsblvt 7344b63109 Add loader to exposed 'SillyTavern' 2024-06-30 20:51:13 +02:00
Wolfsblvt e7e8ff06d0 Optional popup animation speed (via popup styles) 2024-06-30 20:49:16 +02:00
Wolfsblvt da968e127b Refactor Popup.complete to async 2024-06-30 20:44:29 +02:00
Cohee 1d780feb08 Fix dice extension menu position 2024-06-30 21:19:07 +03:00
Wolfsblvt aff4138263 Update loader to use modal dialog overlay 2024-06-30 19:45:42 +02:00
Wolfsblvt 241876be83 Fix extension update opening popup twice 2024-06-30 19:42:17 +02:00
Cohee 8ce2af16fb Fix endless animation if recaption is aborted 2024-06-30 19:20:39 +03:00
Cohee 67d2bb9891 Fix file pasting not working if Firefox 2024-06-30 19:13:13 +03:00
Cohee 2a3e71bf6e Force reinitialize when chat changed 2024-06-30 14:06:31 +03:00
Risenafis d3a7466929
remove line break 2024-06-30 16:22:05 +09:00
Risenafis 26d506874f
prevent parallel execution of initVoiceMap 2024-06-30 13:58:51 +09:00
Cohee 4828bd95f3 Animate recaption image 2024-06-30 01:19:43 +03:00
Cohee 336674b724 Ensure unique files name for pasted images 2024-06-30 01:00:43 +03:00
Cohee f181d1a847 Add button to re-caption message image 2024-06-30 00:31:54 +03:00
Cohee 7149f46c9a Add automatic image captioning mode 2024-06-30 00:06:17 +03:00
Cohee 2670709237 Fix caption template references 2024-06-29 23:22:29 +03:00
Cohee 7fe329b5cf Allow paste file and images into chat input form 2024-06-29 23:14:55 +03:00
Cohee fcc00e0b26 Merge branch 'staging' into translation-improvements 2024-06-29 14:36:12 +03:00
Cohee bf28ae07b3
Merge pull request #2438 from SillyTavern/commands-send-at-supports-depth
Various commands with 'at' support depth values
2024-06-29 14:33:22 +03:00
Cohee 76b822c627
Merge pull request #2437 from SillyTavern/echo-command-args
Add optional args to /echo command
2024-06-29 14:26:10 +03:00
Risenafis bb39e852b8
TTS: Add support for VITS/W2V2-VITS/Bert-VITS2 (#2439)
* add VITSTtsProvider

* add options

* fix params, drop reference_audio_path

* post with body

* improve preview lang

* add space in label
2024-06-29 14:15:37 +03:00
Wolfsblvt f7d3a1c942 Various commands with 'at' support depth values 2024-06-29 02:52:30 +02:00
Wolfsblvt 75099d3a22 Fix oversight in forceEnum slash commands 2024-06-29 02:42:01 +02:00
Wolfsblvt 5c3b799d65 Fix naming inconsistencies 2024-06-29 02:24:20 +02:00
Wolfsblvt 1d6f038601 Add optional args to /echo command 2024-06-29 02:16:36 +02:00
Wolfsblvt cba2b54531 Refactor main slassh-commands into init func 2024-06-29 00:25:10 +02:00
Wolfsblvt d994528548 Extend i18n with translate and template literal 2024-06-28 23:53:25 +02:00
Cohee 003066a036 Add vLLM as multimodal captioning source 2024-06-29 00:33:12 +03:00
Wolfsblvt be08e62fc1 Observer to find new elements with i18n attribute 2024-06-28 23:01:54 +02:00
Cohee a287ccfca2
Merge pull request #2435 from SillyTavern/remove-var-from-at-arg
Remove variable usage of 'at' arg in send commands
2024-06-28 22:54:40 +03:00
Wolfsblvt 38792d071b Remove variable usage of 'at' arg in send commands 2024-06-28 20:48:55 +02:00
Cohee c34150fef0 Limit height to match large popup 2024-06-28 21:32:39 +03:00
Cohee e98f38b6da Final(?) iOS cope 2024-06-28 21:27:48 +03:00
Cohee 1c69ba1ae3 Change mobile cope styles 2024-06-28 20:51:10 +03:00
Cohee 3803714465 Limit height of enlarged image prompt 2024-06-28 20:46:41 +03:00
Cohee fa1d45635b Put mobile height fix under a breakpoint 2024-06-28 20:40:57 +03:00
Cohee 54c772622e Add you-know-what for featherless 2024-06-28 20:26:25 +03:00
Cohee cc9eca8427 Apply select2 to model selection 2024-06-28 19:13:46 +03:00
Cohee 4e33253a91 Code clean-up 2024-06-28 19:12:56 +03:00
Cohee b62cbdeebd Merge branch 'staging' into DarokCx/release 2024-06-28 19:09:12 +03:00
Cohee bbb1a6e578 Add huggingface inference as text completion source 2024-06-28 18:17:27 +03:00
Cohee 6b204ada9f Fix no-blur not being respected in popups 2024-06-28 17:01:05 +03:00
Cohee 889a552629 Fix popup height on iPhone 2024-06-28 16:58:37 +03:00
Cohee 89e5562494 Explicitly set min and max dimensions for popup dialog 2024-06-28 13:10:15 +00:00
DarokCx 29ff0876a7 Added additional headers 2024-06-28 08:20:15 -04:00
Cohee 8136293593
Merge pull request #2431 from SillyTavern/remove-slash-command-var-usages
Remove slash command var usages
2024-06-28 13:50:06 +03:00
Cohee e713b32bdc Fix empty toast suppression 2024-06-28 10:22:26 +00:00
Cohee 190bed8025 Fix theme and movingUI toasts 2024-06-28 09:01:28 +00:00
Cohee 2293828f8e Ditto, for chat completion 2024-06-28 08:14:38 +00:00
Cohee 985c2dd031 Don't indicate success in saving presets 2024-06-28 08:09:22 +00:00
Cohee 043eead149 Don't show empty toasts in slash command executor 2024-06-28 08:06:33 +00:00
Wolfsblvt 6653757c5c Remove /imagine's variable usage in 'negative' 2024-06-28 04:06:22 +02:00
Wolfsblvt b29d32d518 Remove /regex's variable usage in 'name' argument 2024-06-28 04:04:58 +02:00
Wolfsblvt b97dceeb7a Remove /flushinject's variable usage in unnamed 2024-06-28 04:00:32 +02:00
Wolfsblvt 11ca0dd22e Remove /send's variable usage in 'name' argument 2024-06-28 03:58:04 +02:00
Wolfsblvt 9666b9920a Remove /summarize's variable usage in 'prompt' 2024-06-28 03:55:03 +02:00
Wolfsblvt 7cf5a4cb2e Remove /inject's variable usage in 'id' argument 2024-06-28 03:53:23 +02:00
Wolfsblvt 54e111886b Improve logs (+add toasts) on save calls
- Fixes #2429
2024-06-28 03:28:16 +02:00
Wolfsblvt b8295ac8f5 Unregister function for macro registration 2024-06-28 03:01:33 +02:00
Cohee cf56bfb6a9 Add 01.AI as a chat completion source 2024-06-28 00:51:09 +03:00
Cohee 537cfbc027 Remove commented theme toggles 2024-06-27 23:40:47 +03:00
Cohee 599c55938b
Merge pull request #2427 from SillyTavern/more-popups
More popups
2024-06-27 23:20:10 +03:00
DarokCx 8608bc92ae no authorization 2024-06-27 10:02:28 -04:00
DarokCx bd5592de7b Added featherless, connect button not working 2024-06-27 09:06:11 -04:00
Cohee 79b8dc98eb Fix performance of WI editor when adding a new entry 2024-06-27 10:04:49 +00:00
Cohee 4e083ebd4f Allow vertical scrolling in settings snapshots 2024-06-27 08:45:09 +00:00
Cohee 5075534b2e Fix vertical scrolling in data bank 2024-06-27 08:42:23 +00:00