Commit Graph

485 Commits

Author SHA1 Message Date
006ffec1f9 Fix security from upstream + console error messages 2023-03-19 20:23:18 +02:00
379207a3d8 Count examples toward permanent if pinned 2023-03-19 19:41:00 +02:00
43c29b0df9 Updated settings (sorry git users) 2023-03-19 19:35:15 +02:00
8f81da2363 Advanced formatting options 2023-03-19 19:31:20 +02:00
e97546c194 Remove PNG backgrounds 2023-03-19 18:26:06 +02:00
f1dab2288c adding JPG backgrounds 2023-03-20 01:18:34 +09:00
66ecd37b4a Fix swipes 2023-03-19 17:43:49 +02:00
c9e64c8091 Dumb: formatting fix 2023-03-19 17:04:22 +02:00
ad765f2275 Supposed slowdown fix 2023-03-19 17:03:17 +02:00
40e371aa72 Horde compatibility 2023-03-19 16:22:15 +02:00
993d3faa03 Pin message examples option 2023-03-19 16:21:43 +02:00
d964e0d667 Fix examples / scenario not saving during edit 2023-03-19 13:30:03 +02:00
ba7621f845 Grammar 2023-03-19 01:13:15 +02:00
9886ebb3a1 Animate dice dropdown 2023-03-19 01:09:45 +02:00
95ca39d8e0 Display selected group name 2023-03-19 01:05:39 +02:00
971f1c40b7 New icon for chat import 2023-03-19 00:16:28 +02:00
6b623cead9 Allow setting floating prompt for each chat. Add extensions management 2023-03-18 23:55:13 +02:00
92d4a7f19e Collapse newlines in prompt 2023-03-18 22:42:41 +02:00
bf5b2a5c40 Swipes and regenerations in groups should be working now 2023-03-18 21:55:10 +02:00
0fe838223f Animate regen (again) + placeholder for group regen 2023-03-18 19:56:58 +02:00
932d2509e1 Fix character card parsing 2023-03-18 19:35:29 +02:00
d7547ef869 Move all settings to KAI script 2023-03-18 19:13:43 +02:00
7b6eaf6ed0 Add explanation for advanced settings 2023-03-18 17:58:09 +02:00
cddbc60587 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 17:31:44 +02:00
92637fd1f9 Add advanced settings sliders 2023-03-18 17:31:42 +02:00
4d7c776ecd fixed R swipe highlighting to work when mid-gen 2023-03-18 23:24:18 +09:00
1317889dc4 Fix swipes counter on old chats. Remove force height on last message 2023-03-18 15:54:41 +02:00
1bc54f06cf Remove animation of message deletion 2023-03-18 15:41:41 +02:00
6bbee41565 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 15:31:50 +02:00
ca1bed3b47 Fix sliders not updating the script variable 2023-03-18 15:31:48 +02:00
c2006a60ea Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 22:24:40 +09:00
f25a6c6bcc fixed swipes counters 2023-03-18 22:24:27 +09:00
c038ebbcfa fixed CSS for chat scroll, fixed swipes counters 2023-03-18 22:24:17 +09:00
fdeb3f225f fixed chat scroll 2023-03-18 22:19:08 +09:00
5c0bb34f69 Animate regeneration removal 2023-03-18 15:17:00 +02:00
7b065b782b Replace advanced edit icon 2023-03-18 15:09:45 +02:00
54a9f630d0 Back from group new style 2023-03-18 15:05:07 +02:00
7ae31cf980 Replace emoji icons with SVGs 2023-03-18 14:53:37 +02:00
9d5c1800fa Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 21:12:14 +09:00
f6297ed304 create/edit character buttons >>> icons
chat/mes padding adjusted
swipe left/right circle background removed
2023-03-18 21:12:08 +09:00
4bfd6ded89 Fix extensions loader for firefox 2023-03-18 13:58:44 +02:00
1cc49e70e7 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 12:47:50 +02:00
d78bd26977 Message template instantiation 2023-03-18 12:43:49 +02:00
4777531014 a few more css fixes/tweaks related to chat flow 2023-03-18 14:56:52 +09:00
0a7f06855b changed #chat and .mes CSS
chat now starts with the first message on the bottom of the scroll
just like CAI
this is more intuitive for the swipe buttons as they don't move much
2023-03-18 14:26:34 +09:00
33659c4e7a - fixed touch swipe detection
- removed unnecessary hideswipebuttons calls
- restyled swipe buttons to display flex
2023-03-18 13:25:17 +09:00
440c2851f2 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 12:40:14 +09:00
de27382e50 - made right swipe highlight when next swipe will generate
- added a swipe counter below right swipe
(could add a toggle for displaying it later)
- removed spammy console.logs from expressions index.js
- swipes no longer trigger under the following conditions:
- - when an input it focused
- - when character_popup or history popup are visible
- - when send_textarea has something typed into it
(I think this a bit too restrictive, may seek a smarter way to handle it)

ISSUE: Pyg repeating gens cause swipes animation to lag/freeze
not sure what is the cause, but should seek to remedy somehow.
2023-03-18 12:34:18 +09:00
1f959a0e82 Reformat system message using array of strings 2023-03-18 02:57:30 +02:00
07c6f09be2 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-18 08:20:03 +09:00