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
12540bfbcd
removed unused font folder and contents
2023-03-18 08:19:58 +09:00
ec00cc023f
Remove inversion for error avatars (moved to css)
2023-03-18 01:19:33 +02:00
839b76dedd
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-18 01:19:07 +02:00
dfce704278
Fix selected avatar style
2023-03-18 01:19:04 +02:00
c2bad577ea
fixed bug with hidden range sliders
2023-03-18 08:06:38 +09:00
658d046e2f
Apple icons into /img/ + redirected html tags
2023-03-18 07:36:16 +09:00
bd60065e90
back to working after merge,
...
formatting should match
fixed bug with send butting showing up midway through long pyg generations
optimized changeMainAPI function
2023-03-18 07:01:25 +09:00
5f2c6b8853
- fixed swiping/generation post merge
...
- optimized char edit/create textarea listeners
- optimized listeners for left side options popup
-
2023-03-18 06:09:12 +09:00
8beb1ade21
Post-merge fix
2023-03-17 19:55:40 +02:00
2b3910b968
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-17 19:42:29 +02:00
ecf991ec81
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-17 19:41:00 +02:00
2f2092106e
Merge branch 'SL-TAI-RA-Mods' into dev
2023-03-17 19:40:26 +02:00
9811b0dc3a
Merge pull request #9 from 10sa/patch-silly-1
...
Add IP listening option
2023-03-17 18:32:31 +02:00
7ff70819c1
greeting msg formatted
...
broke greeting message into readable strings with literals
2023-03-18 01:17:56 +09:00
0942a2012e
Add more safeties
2023-03-17 13:08:01 +02:00
bdd2708f89
Add IP listening option
2023-03-17 19:33:16 +09:00
a894036d34
Fix styles
2023-03-17 11:54:06 +02:00
420fb5ef17
fixed mistake with function locations, working now.
2023-03-17 17:52:35 +09:00
a89f31d614
Add safety switches
2023-03-17 10:46:23 +02:00
10a4d39c7e
removed a few comments
2023-03-17 17:39:48 +09:00
b20b865887
refactored main JS code and RAmods functions
2023-03-17 17:37:59 +09:00
9ab8ca9b6b
Search by groups
2023-03-17 01:41:54 +02:00
ef6d0acaed
Fix top bar of characters block
2023-03-17 01:35:14 +02:00
b09d7abf49
Fix style of lock + group default message
2023-03-17 01:32:56 +02:00
0081f5d0d7
Fix resetting preset on load of API
2023-03-17 00:21:06 +02:00
5ef3b3417b
Add image
2023-03-16 23:14:47 +02:00
a328058b93
Add placeholder for deleted avatar
2023-03-16 23:14:38 +02:00
c0a285eaa2
removed extra semicolon in RA-mods.js
2023-03-17 06:07:10 +09:00
f6dc978595
added swipes,
...
fixed suer avatar highlighting
swiping works on touchscreens
arrow left and right also swipe on PC
2023-03-17 05:52:57 +09:00
4ce7fa59be
Refactor right menus
2023-03-16 22:51:18 +02:00
4225f217d0
Fix forcing pygmalion on no connection
2023-03-16 19:40:33 +02:00
2d48a3bd25
Fix images getting squeezed when resized
2023-03-16 19:38:16 +02:00
fb0fd0d242
Added icons for top menu
2023-03-16 18:33:02 +02:00
6b1b614045
Patch expressions by @RossAscends
2023-03-16 18:32:38 +02:00
85da761244
Merge branch 'main' into dev
2023-03-16 11:15:25 +02:00
c617b7e7d5
Fix oobabooga's API (added encoder rep pen)
1.0.5
2023-03-16 10:46:00 +02:00
165cad1549
Copy extensions from extras project to main
2023-03-16 00:33:26 +02:00
2cda80ffe4
Merge branch 'SL-TAI-RA-Mods' into dev
2023-03-15 21:36:20 +02:00
a79aed4694
Packy locky
2023-03-15 21:26:51 +02:00
f558e12bda
- renamed default expression folder
...
- split localStorage functions into separate js
2023-03-16 04:18:35 +09:00