Commit Graph

74 Commits

Author SHA1 Message Date
Yokayo 7f9023d3c2 Work on tl 2024-10-01 21:25:20 +07:00
Wolfsblvt 4e907ff3e8 Fix /hide not targeting not visible messages 2024-09-21 23:14:31 +02:00
Cohee 08f2b73ab8
Preserve neutral chat on reloading with commands (#2848)
* Preserve neutral chat on reloading

* Restore neutral on deleting character with bulk
2024-09-16 00:38:41 +03:00
Cohee 37bee43075 Allow expanding contenteditables 2024-09-04 03:16:47 +03:00
Cohee f7de495321
Chat without character selected (#2757)
* WIP: Enable chatting without character selected

* Add burger menu item

* Neutral assistant chat space

* Revert "Neutral assistant chat space"

This reverts commit be2da4a629.

* Revert "Add burger menu item"

This reverts commit d4e8d990c1.

* Use simple ephemeral chats

* Only start a new assistant chat if not already in it

* Don't emit event not to clear pending files

* Allow edits, disable checkpoints and branches

* Exclude from tags, allow copy

* Allow hide/unhide

* Allow zooming avatar

* Suppress warning

* Rename neutral character

* Rename neutral back to Assistant
2024-09-03 20:36:30 +03:00
Cohee 542a13a01b More Safari weirdness cope 2024-07-03 22:28:42 +03:00
Cohee 67d2bb9891 Fix file pasting not working if Firefox 2024-06-30 19:13:13 +03:00
Cohee 336674b724 Ensure unique files name for pasted images 2024-06-30 01:00:43 +03:00
Cohee 7149f46c9a Add automatic image captioning mode 2024-06-30 00:06:17 +03:00
Cohee 7fe329b5cf Allow paste file and images into chat input form 2024-06-29 23:14:55 +03:00
Cohee 5075534b2e Fix vertical scrolling in data bank 2024-06-27 08:42:23 +00:00
Cohee d0f59edf09 Update forbid media and field extend to new popup 2024-06-25 21:24:03 +03:00
Wolfsblvt 7642b66a0e Improve enlarge inline image
- Make enlarge inline image popup zoomable
- Add optional popup class for transparent popups
2024-06-23 12:26:52 +02:00
Wolfsblvt 42766a715d Popup type "DISPLAY" & image enlarge changes
- New popup type "DISPLAY", for showing content with an X in the corner, without buttons
- Rework popup result controls to automatically support click (or other) events to close complete the popup
- Fix inline image icons/actions being keyboard interactable
- Switch inline image enlarge popup to new DISPLAY type
2024-06-23 02:32:06 +02:00
Wolfsblvt b814ba5b35 Merge branch 'staging' into smol-tag-improvements 2024-06-10 01:45:15 +02:00
Cohee 230215a211 Bulk enable/disable databank attachments 2024-06-09 19:10:18 +03:00
Wolfsblvt 9318f94f08 Merge branch 'staging' into smol-tag-improvements 2024-06-02 21:07:46 +02:00
Wolfsblvt 89d1bc8341 Drag&Drop handler utility and animation 2024-06-02 05:54:41 +02:00
Wolfsblvt c939c544e2 Rename popup css classes 2024-05-31 21:59:26 +02:00
Cohee 886f5adce7 Add /db-enable and /db-disable commands 2024-05-30 22:18:00 +03:00
Cohee 2c911a3ea2 Add more Data Bank script commands 2024-05-30 14:49:57 +03:00
Cohee bc94bcb25c Add data bank management commands 2024-05-30 01:47:33 +03:00
Cohee 965dac6514 #2296 Add data bank bulk edit 2024-05-27 22:22:21 +03:00
Cohee 80e104e723 Don't open click to edit in document mode if text selected 2024-05-27 21:50:42 +03:00
Cohee 66db820c9e Fix external style declaration filtering 2024-05-27 19:55:55 +03:00
Cohee 62a1919402 Use recursive stylesheet sanitation 2024-05-27 14:28:40 +03:00
Cohee 99e09f0b91 Improve external media removal in style blocks 2024-05-27 14:28:28 +03:00
Cohee 2c049e5611 Remove imports from embedded styles 2024-05-27 13:26:24 +03:00
Cohee 993284f9c1 #2164 Disable-able data bank attachments 2024-04-30 00:06:14 +03:00
Azariel Del Carmen fc158ca176
Merge branch 'staging' into staging 2024-04-27 21:49:02 +01:00
Cohee 5dcfda0514 Cut UI labels. Add expand to custom CSS 2024-04-27 20:02:30 +03:00
Cohee 61241df0d4 Add download and move for DB attachments 2024-04-24 02:33:16 +03:00
Cohee b6b9b542d7 Add drag&drop to data bank 2024-04-24 01:51:54 +03:00
Cohee a421af9ea9 Increase max attachment size 2024-04-23 21:06:59 +03:00
Bronya-Rand 0f0895f345 feat: implement miHoYo scraper 2024-04-22 19:11:00 +01:00
Cohee 41ad7c5d26 Verify data bank attachments 2024-04-22 02:34:50 +03:00
Cohee 5992c34fb5 Add DB attachment editor 2024-04-21 18:23:41 +03:00
Cohee 4264d170e2 Add support for Office plugin 2024-04-21 16:27:44 +03:00
Cohee 78ce23750e Add function to get data bank contents by source 2024-04-21 01:40:11 +03:00
Cohee e6ddbd1418 Export Data Bank upload function 2024-04-21 01:15:29 +03:00
Cohee 78d1d48ea9 Add EPUB import for data bank 2024-04-20 01:24:46 +03:00
Cohee 3ff5884112 Forbid external media by default 2024-04-20 01:11:37 +03:00
Cohee 2eafa2a212 Clean-up vectors upon deleting a file from Data Bank 2024-04-18 23:07:16 +03:00
Cohee f4f0a59e90 Save character data bank attachments as non-exportable 2024-04-18 22:16:51 +03:00
Cohee 59bb04f1b3 Implement generic interface for adding Data Bank scrapers 2024-04-18 00:14:41 +03:00
Cohee 88637adfe2 Merge branch 'staging' into neo-server 2024-04-17 19:39:57 +03:00
Aisu Wata fc380fa522 fix: css `decodeStyles`: remove `</br>` tags before parsing 2024-04-17 01:15:55 -03:00
Cohee 9a1ea7f226 Implement Data Bank vectors querying 2024-04-17 02:09:22 +03:00
Cohee 4665db62f4 #1954 Remove backtick wrapping for inserted files 2024-04-16 22:28:10 +03:00
Cohee ab5b497562 Add filters to data bank manager 2024-04-16 22:23:59 +03:00