Commit Graph

7246 Commits

Author SHA1 Message Date
Cohee 4c4477098d Fix saving null profiles 2024-09-07 00:27:52 +03:00
Cohee 7dc1c9f7ab Add connection manager as a core extension 2024-09-07 00:23:42 +03:00
Wolfsblvt e4e10c3d6b /popup allow header arg, with sanitization 2024-09-06 23:14:52 +02:00
Wolfsblvt a9c0dd38c7 Refactor /popup args and docs, add 'cancelButton' 2024-09-06 22:38:02 +02:00
Cohee 42b1a368cb Fix instruct toggle commands not working 2024-09-06 23:27:42 +03:00
Wolfsblvt a9e4bef01b Add wider and transparent styles to /popup 2024-09-06 22:22:35 +02:00
Cohee 3bea7d4885 Add /instruct-state command 2024-09-06 23:16:11 +03:00
Cohee c68b344b60 Add quiet args to /instruct and /model 2024-09-06 23:09:06 +03:00
Cohee b0b9558a6c
Merge pull request #2795 from SillyTavern/expand-echo-command
Expand `/echo` command with `cssClass`, `color`, `escapeHtml` and `onClick`
2024-09-06 23:08:04 +03:00
Cohee 50217e37b8 Spell CSS consistently 2024-09-06 22:27:53 +03:00
Wolfsblvt 63c6fbaf58 /echo html allowed sanitize title too 2024-09-06 21:18:16 +02:00
Wolfsblvt 50a716a593 Update /echo docs helpstring 2024-09-06 20:53:39 +02:00
Wolfsblvt 5065892d04
Merge pull request #2796 from underscorex86/patch-1
Update slash-commands.js
2024-09-06 20:44:52 +02:00
Sneha C fc942842b9
Update slash-commands.js
added some examples to /echo command
2024-09-06 22:39:30 +04:00
Wolfsblvt 25d8286dfc DOM.purify toast if HTML is allowed 2024-09-06 20:31:13 +02:00
Wolfsblvt 0d9843cdd6 clear onProgress before closure for no progress 2024-09-06 20:21:32 +02:00
Wolfsblvt ad04d0c9a2 Fix async closure call not clearing progress 2024-09-06 20:01:45 +02:00
Wolfsblvt e48ff8daae Add check for closure type 2024-09-06 19:49:32 +02:00
Wolfsblvt de8732fad6 Add onClick arg to /echo executing closures
- Adds the 'onclick' slash command arg to /echo
- It utilizes the Closure object without serialization, using the exact same scope it received on creation. Should be mindful about memory leaks and possible parallel execution.
2024-09-06 19:32:35 +02:00
Wolfsblvt 885a014507 Add escapeHtml arg to /echo 2024-09-06 19:03:21 +02:00
Wolfsblvt a4e72da40f Add color arg to /echo for custom color 2024-09-06 18:55:50 +02:00
Wolfsblvt c9ed91099f Add cssClass arg to /echo 2024-09-06 18:46:35 +02:00
Cohee 81251b073a Implement downloadable tokenizers
Closes #2574, #2754
2024-09-06 16:28:34 +00:00
Cohee b83cfa07c9
Merge pull request #2792 from LenAnderson/fa-picker-alt-classnames
Make alternative class names searchable in FontAwesome icon picker | /pick-icon
2024-09-06 17:29:40 +03:00
Cohee a5bf15ccdc Wider 'No icons found' text 2024-09-06 14:27:08 +00:00
Cohee bcd8a28367 Case-insensitive icon search 2024-09-06 14:22:36 +00:00
LenAnderson 0388d3eb6c make alternative class names searchable in FontAwesome icon picker 2024-09-06 10:07:50 -04:00
Cohee 4a9401bfe2 Add disclaimers to translated readmes 2024-09-06 12:56:56 +00:00
Cohee 930015f876 Remove Extras link from readme and HTML 2024-09-06 12:48:12 +00:00
Cohee 3a68dbfd58 Adjust padding for no avatars mode 2024-09-06 12:09:31 +00:00
Cohee d5c26032aa
Merge pull request #2788 from SillyTavern/charlistgrid-load
Less horrible charListGrid load
2024-09-06 10:29:29 +03:00
Cohee c7af3d826e
Merge pull request #2790 from khanonnie/fix-input-checkbox-squish 2024-09-06 09:55:54 +03:00
khanon 21cdf49322 fixes single-line inputs and textboxes squished when saving 2024-09-06 01:30:50 +00:00
Wolfsblvt e3f4b554c7 I wiped, I swear 2024-09-05 23:12:45 +02:00
Cohee 3e3597673b Less horrible charListGrid load 2024-09-05 21:22:54 +03:00
Cohee 75c6bee350
Filter inclusion groups by timed effects (#2765)
* Filter inclusion groups by timed effects
Closes #2762

* Skip group scoring check if sticky entries are present

* Optimize sticky checks
2024-09-05 21:15:45 +03:00
Cohee 2f5e40691c Implement more smart textarea autosizes 2024-09-05 20:55:06 +03:00
Cohee 758c90be00
Merge pull request #2786 from SillyTavern/textarea-revert-nyxFix
initial reversion commit
2024-09-05 20:29:36 +03:00
Cohee 185079595d Disabled cursor behaves weirdly 2024-09-05 20:22:36 +03:00
Cohee e335b62b0b Remove CSS height set on system sequences 2024-09-05 20:20:42 +03:00
Cohee 733bb84044 Fix "system as user" toggle 2024-09-05 20:16:58 +03:00
Cohee 5c7b95cc15 Move CSS check up 2024-09-05 20:13:59 +03:00
Cohee 1d390195fe Remove obsolete styles 2024-09-05 20:12:29 +03:00
Cohee dec85c42f7 These should be function calls 2024-09-05 20:07:37 +03:00
Cohee ac0c33eb76 Use CSS.supports to determine auto-fit validity 2024-09-05 20:00:45 +03:00
RossAscends 8e1dad6800 initial reversion commit 2024-09-06 01:48:21 +09:00
Cohee b5b01a1a5c
Merge pull request #2774 from SillyTavern/classify-slash-commands-with-api
Expanded classify slash commands (add Classifier API to `/classify` and allow prompt override, new `classify-expressions`)
2024-09-05 10:52:18 +03:00
Cohee 85773ace79 Add format arg for classify-expressions 2024-09-05 10:48:46 +03:00
Cohee b4ecba2a45 Fix macro not replacing in custom prompt 2024-09-05 10:23:51 +03:00
Cohee 5490f9522a
Merge pull request #2784 from M0ch0/staging
Fixed an issue where the text inside the buttons in the API connection menu became vertically long and difficult to read in a multi-byte character environment.
2024-09-05 10:22:02 +03:00