Commit Graph

2840 Commits

Author SHA1 Message Date
2b9b72e98a fix blank check 2024-04-25 20:40:23 -04:00
71b180ea2f Merge branch 'staging' into parser-v2 2024-04-25 20:34:03 -04:00
26104bf738 re-enable blur 2024-04-25 20:33:42 -04:00
8afc480fad add return types 2024-04-25 18:51:12 -04:00
a9e9bf8aac fix blanks 2024-04-25 18:51:07 -04:00
d097fd16f9 remove unused imports 2024-04-25 18:50:48 -04:00
d220f3e6f9 towards generic autocomplete 2024-04-25 18:31:14 -04:00
e531da615e cache autocomplete elements 2024-04-25 18:02:06 -04:00
12a2f54095 add fromProps 2024-04-25 16:08:53 -04:00
b542c4395e apply autocomplete colors to stscript codeblocks (hljs) 2024-04-25 15:45:58 -04:00
c16965730c add missing import 2024-04-25 15:45:33 -04:00
a4483a4419 add hljs to autocomplete help examples 2024-04-25 15:45:17 -04:00
3ff367a221 hljs stscript lang 2024-04-25 15:44:48 -04:00
613ab6834e jsdoc 2024-04-25 15:44:10 -04:00
babb4cb57b Fix tag key for 0-index 2024-04-25 18:15:38 +03:00
62cf611fdc Merge pull request #2138 from Wolfsblvt/fix-expression-list-resolve
Fix expression list resolve
2024-04-25 11:00:34 +03:00
75814433a6 dont default to hiding avatars on new installs 2024-04-25 14:42:48 +09:00
cf7c270046 remove args from help string 2024-04-24 23:58:58 -04:00
e59a5b4449 toggle to hide chat avatars 2024-04-25 12:51:56 +09:00
161e512805 Fix expression list resolve
- New expression api "LLM" still queried local classify model for expressions, fixed by returning default list
- Fixed failed API calls crashing Expressions extension
2024-04-25 04:29:20 +02:00
f5956aade7 fix alias display in autocomplete list 2024-04-24 19:22:01 -04:00
85ad3ed165 fix missing comma 2024-04-24 19:20:50 -04:00
f6faec1786 add missing returns 2024-04-24 19:09:35 -04:00
c089e049d6 put name on first line 2024-04-24 18:55:08 -04:00
586fe54913 replace registerSlashCommand with detailed declarations 2024-04-24 18:50:16 -04:00
e7da03d64d Merge branch 'staging' into parser-v2 2024-04-24 17:55:26 -04:00
1a6e2575a7 small screen styles 2024-04-24 17:50:41 -04:00
64ff604bba fix details position on initial input history 2024-04-24 13:59:17 -04:00
58b913a943 add language to slash command examples 2024-04-24 12:00:06 -04:00
29fb222fec fix alias formatting 2024-04-24 11:40:58 -04:00
0fa4f5efc2 use autocomplete parts in /? slash 2024-04-24 11:36:44 -04:00
07f9160a3b move makeItem into option and command and fix click select 2024-04-24 09:10:09 -04:00
b6f8496217 add language to slash command examples 2024-04-24 09:09:39 -04:00
2bba186c9e Add slash command and d&d hint for data bank 2024-04-24 02:37:57 +03:00
61241df0d4 Add download and move for DB attachments 2024-04-24 02:33:16 +03:00
b6b9b542d7 Add drag&drop to data bank 2024-04-24 01:51:54 +03:00
dadfe7b19d add autocomplete details tooltips 2024-04-23 18:18:04 -04:00
58a9937c99 don't prevent enter when selected item is fully typed out 2024-04-23 17:39:25 -04:00
b2fb833453 re-enable blur listener 2024-04-23 15:24:28 -04:00
fc088411d9 fix typo 2024-04-23 15:24:20 -04:00
7d155600ef use auto width for full details on floating autocomplete 2024-04-23 14:41:10 -04:00
7aad49fb83 re-enable blur event 2024-04-23 14:23:44 -04:00
5da8b177e6 fix floating details position on left 2024-04-23 14:19:03 -04:00
a421af9ea9 Increase max attachment size 2024-04-23 21:06:59 +03:00
2f53455094 fix height 2024-04-23 14:03:10 -04:00
4fde46bd75 switch to addCommandObject 2024-04-23 13:45:58 -04:00
b90346b330 add range as argument type 2024-04-23 13:45:41 -04:00
441842cc91 fix alias in details 2024-04-23 12:47:45 -04:00
74889f2c74 remove commented comment command 2024-04-23 12:41:25 -04:00
cb90b80994 migrate all commands to addCommandObject 2024-04-23 12:40:52 -04:00