98905e0e53
Slight layout fixes to the char import popup
...
- Need to pull my "wider" popup type from the other branch, because 1/1 aspect ratio scaling is just bad
- Add a few tailwind-like classes for ul-li styling
- Add <kbd> element styling for keyboard buttons
2024-06-03 01:17:19 +02:00
91061c1d55
Fix i18n, make dialog wide
2024-06-03 01:49:01 +03:00
e93bc49b36
Support importing multiple URLs on external import
2024-06-02 23:44:50 +02:00
9318f94f08
Merge branch 'staging' into smol-tag-improvements
2024-06-02 21:07:46 +02:00
89d1bc8341
Drag&Drop handler utility and animation
2024-06-02 05:54:41 +02:00
20d12dc98e
(WIP) Import JSON from .charx
2024-06-02 00:28:41 +03:00
c939c544e2
Rename popup css classes
2024-05-31 21:59:26 +02:00
6c3118549f
Make generic popups be modal dialogs
...
- Switch generic popups to actual <dialog> elements
- Move toastr settings from html to JS
- Add style variable for animation duration (to re-use in CSS)
- Remember focus of popup on stacking pop-up close to switch back to the element you started out in
- Fix keybinds of popups to only act on actual result-triggering controls
- Fix toastr appearing behind popups by dynamically moving the container inside the currently open dialog
- Improve autofocus on popup open
- Make cleaner and prettier popup animations, and tie them to the animation speed
-
2024-05-30 05:11:23 +02:00
4528655bb7
Textgen: Add multiswipe support for TabbyAPI
...
Tabby now supports batching and the "n" parameter for both non-streaming
and streaming. Add this into SillyTavern.
Signed-off-by: kingbri <bdashore3@proton.me >
2024-05-28 00:55:57 -04:00
a20c6bb01e
Extension framework for function tool calling
2024-05-25 15:31:57 +03:00
4f2543f7ae
Fix popup custom buttons
2024-05-25 01:02:13 +02:00
439ef0dc5e
#2308 Preserve itemized prompts for branches and checkpoints
2024-05-25 00:07:36 +03:00
da4f0f53be
Resolve char macros to message name in first message display
2024-05-24 23:41:27 +03:00
7dc3b06d0f
/api returns current name if no params
2024-05-24 20:34:29 +03:00
3a5dfadac5
Fix group tag list not updating
2024-05-23 02:45:23 +02:00
a11231dd2e
Revert export removal
2024-05-23 01:47:06 +03:00
ab8c67ede6
Refactor overwrite check to utility function
...
- Refactor overwrite check to utility function
- Don't mind me refactoring character delete functions. I tried something, but I think the refactoring still makes sense
2024-05-22 23:52:35 +02:00
a9c3a808ac
Merge remote-tracking branch 'upstream/staging' into Gabraham/Markdown-Single-Space-Indent
2024-05-22 04:03:33 -04:00
d5533854cc
Merge branch 'staging' into Gabraham/Markdown-Single-Space-Indent
2024-05-22 00:57:08 -04:00
0371bf4e9f
Revoke 1-time object URLs
2024-05-22 01:36:38 +03:00
319b0a543c
Enable markdown strikethough
2024-05-21 16:58:42 +03:00
b1c9fee29e
#2188 Make first message not required
2024-05-21 15:46:41 +03:00
c21deb3a8c
#2289 Fix message translation on edit
2024-05-21 14:23:18 +03:00
3dc4c8ca39
#2284 Persona description in-chat-at-depth
2024-05-21 01:57:04 +03:00
0d68473010
Fix client version display on welcome message
2024-05-20 21:50:57 +03:00
0c36d4e67d
Merge branch 'staging' into ru-l10n
2024-05-20 21:45:02 +03:00
8d2b7a15dc
don't hide close button on unzoomified avatars
2024-05-20 12:23:54 +09:00
67381cf493
fix zoomedAvatar resize and movement
2024-05-20 12:18:30 +09:00
cf28d6653c
Import characters from RisuRealm by URL
2024-05-19 20:19:20 +03:00
1eca18f287
Merge branch 'staging' into ru-l10n
2024-05-19 19:48:38 +03:00
6671c9aa80
Move dynamic html to templates
2024-05-19 21:49:43 +07:00
dd06fddd17
#2267 Fix multiswipe mutating the array returning by the streaming provider
2024-05-19 16:38:18 +03:00
e9c5618b10
Force generate unlock on wrapped API error
2024-05-19 16:25:22 +03:00
c7232ae23c
WIP textgen API custom sampler display
2024-05-19 15:06:29 +09:00
748dd5f2e6
Remove duplicate command registration
2024-05-17 15:04:53 +03:00
71a3e2c91b
Don't modify response length when changing mancer model
2024-05-17 00:19:43 +03:00
964f53273c
Emit event after edited message is updated
2024-05-16 23:13:11 +03:00
3389b5dd16
allow custom source url ( #2255 )
...
* Update script.js to allow custom source url
* type hint fix
* fixes
2024-05-16 22:16:57 +03:00
e026ddf6be
Merge pull request #2246 from Wolfsblvt/tag-folders-folder-filter
...
Tag folders folder filter
2024-05-16 22:08:28 +03:00
a6333f3285
Sort tag folder inline avatars too
2024-05-16 00:05:03 +02:00
fe95e09c8b
Merge pull request #2244 from Wolfsblvt/rename-chat-command
...
Add /renamechat slash command
2024-05-15 23:47:12 +03:00
b7043a428f
Add /renamechat slash command
2024-05-15 22:39:32 +02:00
796cc3c60c
add import_tags
in list of more opt
2024-05-15 21:34:09 +08:00
1999f607d6
Set tainted flag metadata if a message was edited
2024-05-15 13:19:23 +03:00
bb2f553c46
Tag Folders folder filter showing only folders
2024-05-15 02:06:11 +02:00
caf236d60a
Add event for chat completion settings ready
2024-05-14 22:34:40 +03:00
e2e7d5870a
Export a function for renaming an active chat
2024-05-14 21:15:01 +03:00
118d2c5bcf
Remove unneeded comment
2024-05-13 19:22:48 +07:00
6023eac4bb
Onboarding lang switch; more localizable strings; enhance ru-ru translation
2024-05-13 19:20:28 +07:00
5b7bfbaa98
Merge branch 'staging' into default-content
2024-05-12 23:48:49 +03:00