Commit Graph

205 Commits

Author SHA1 Message Date
1c52099ed6 Add xAI as chat completion source 2025-04-10 22:59:10 +03:00
0d111652b5 Remove from auto-connect logic 2025-03-27 20:38:34 +02:00
e57396040d No swiping hotkeys when modifiers are held. 2025-03-15 00:43:37 +03:00
19b7deaed0 Ditto for right swipe 2025-03-09 14:08:24 +02:00
6aaa533410 Prevent rollover on keyboard left swipe if repeating
Closes #3636
2025-03-09 13:42:30 +02:00
858b750346 Document the magic number for future generations 2025-03-05 09:26:16 +00:00
5d69189f8f Hard limit hotswaps to 25 entries 2025-03-04 23:49:32 +02:00
8bd4fd76ae Merge branch 'staging' into persona-improvements 2025-02-22 19:23:59 +01:00
0cdc389794 Fix type handling of active_character_id 2025-02-17 21:00:09 +02:00
ab27b29819 cleanup group on auto load if name not found 2025-02-17 09:58:37 +01:00
9f21f7771c Auto-load char/group resets if target is not found 2025-02-17 07:28:59 +01:00
340c03cedf Make user input saving account-specific 2025-02-12 11:21:13 +02:00
d5bdf1cb90 Add settings.json-backed KV string storage
Fixes #3461, #3443
2025-02-11 20:17:48 +02:00
199be15f4b Allow Ctrl+Enter on reasoning edit 2025-02-02 09:11:54 +01:00
7c9b347116 Refactor chid/grid attributes to data attributes
- We don't believe in imaginary HTML attributes that we make up, right?
2025-01-24 21:12:49 +01:00
4c7d160d41 DeepSeek
Closes #3233
2024-12-29 20:38:13 +02:00
77f5f00151 Remove no-connection class from send form on connection 2024-12-27 22:43:40 +02:00
2fbe689605 Implement autofit for edit textarea 2024-12-21 16:47:25 +02:00
f649e4698b Invert if cssAutofit 2024-12-21 02:52:05 +02:00
d27d750cb2 Use CSS resizing for send textarea 2024-12-21 02:50:42 +02:00
94de9411b6 UI performance fixes (#3207)
* Optimize visibility checks for burger and wand menus

* Optimize message actions visibility toggle

* Run drawer toggle in animation frame

* Replace jQuery slideToggle with a 3rd-party lib

* Refactor export button functionality to manage popup state with a boolean flag

* Do not close the pinned drawer on unpin

* Revert "Do not close the pinned drawer on unpin"

This reverts commit e3b34e9a58.

* Refactor slideToggle options

* ease-in-out

* Don't skip frame on drawer toggle
2024-12-20 22:20:46 +02:00
Joe
17cce528f8 Undo docstring changes 2024-11-17 18:44:23 -08:00
Joe
328e3622f2 review: Fix chrome inconsistent scroll and firefox scroll to bottom 2024-11-17 18:38:38 -08:00
Joe
6e29ad4b50 Fix: Inconsistent Textarea resizing in small windows 2024-11-17 16:16:45 -08:00
f4ef324203 Merge pull request #3024 from dylan1951/add-nano-gpt-provider
Add NanoGPT chat completions provider
2024-10-31 19:30:24 +02:00
f5f11eebb2 Support auto-connect 2024-10-30 02:02:56 +02:00
f918b146e7 Merge branch 'staging' into webpack 2024-10-17 23:08:36 +03:00
ada44497de Merge pull request #2994 from artisticMink/fix-double-quotes
Fix double double quotes when copying chat message text in Firefox
2024-10-17 22:19:48 +03:00
f897a4ab1a Merge with browser fixes from RossMods 2024-10-17 21:25:50 +03:00
c837c2ed15 js empty 2024-10-17 09:10:27 +07:00
83182245d6 Disable swipe gestures while in edit mode 2024-10-17 08:29:33 +07:00
14037b6e30 unvendor: Replace Bowser 2024-10-17 00:56:09 +03:00
3387fe4bd6 unvendor: Replace DOMPurify 2024-10-16 23:11:13 +03:00
d4c8b5c9da remove sendForm disconnected coloring, tweak CSS to accomodate light themes 2024-10-14 01:01:07 +09:00
c016319477 Fix out-of-sync pinned drawer icons (#2944)
* Fix out-of-sync pinned drawer icons

* Ugly but consistent

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-10-04 16:36:48 +03:00
6fc8588a8f On ctrl-enter when editing, focus text input 2024-10-03 18:49:13 -03:00
8061f45368 RossMods: Debounce online status display 2024-09-29 19:13:19 +03:00
2b10954002 Fix mobile screen funkiness by smashing it with a big hammer
Fixes #2879
2024-09-20 20:34:29 +03:00
88f741b301 Fix swipe gesture, using target 2024-09-04 21:17:07 +02:00
728a233842 Allow mobile swipes with open panels if focused
- Allow mobile swipe gestures when sheld is focused, ignoring open panels or floating prompts present now
- Fixes #2753
2024-09-04 04:45:40 +02:00
2db344538e Fix possible background swipe gestures on popups 2024-09-04 04:37:23 +02:00
48c2646dfa Run Safari patch before loading settings 2024-09-02 00:11:59 +03:00
76b4c5f8c1 Add space to hotswap placeholder 2024-09-01 17:44:28 +03:00
298baed59f Open popups should block all default hotkeys
- Fixes #2570
2024-08-18 03:16:29 +02:00
8df27254fd Merge pull request #2640 from edk208/release
Adding Block Entropy API endpoints for chat, image, and video generation
2024-08-11 16:19:14 +03:00
b9857eb315 Added block entropy endpoints for chat and image 2024-08-08 00:08:03 -04:00
ea76ec89de Removed quick regenerate button
Response to change request.
2024-08-03 16:56:43 -04:00
4f76e9e10f Added quick Regenerate and Impersonate buttons
Additional buttons mimic the behavior of the continue button.
2024-08-02 08:17:29 -04:00
d30fc5d165 Fix lint issues 2024-07-25 00:23:02 +02:00
b40012973e humanizedDateTime zero-pads month & day 2024-07-24 16:58:06 -05:00