Commit Graph

183 Commits

Author SHA1 Message Date
968bc5025a Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-25 03:32:34 +09:00
3e1e5439d0 added lin on OAI connection tab to check API usage stats
CSS tweak to make drop selector inputs narrower
2023-03-25 03:32:29 +09:00
5fa42387d7 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-24 19:42:44 +02:00
82e771df0d Wrap long extension settings to inline drawers 2023-03-24 19:42:19 +02:00
255617e085 moved #options popper -20px on x-axis to align with chat edge 2023-03-25 01:53:33 +09:00
9c4ed44b5e fixed #options popper with offset 2023-03-25 01:51:30 +09:00
800bd0980f Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-25 01:13:13 +09:00
b7f7a2cd3d Fixed swipes not showing on iOS (a CSS grid bug)
removed opacity transitions from edit_mes elements
Mobile UI:
- turned off pinch zooming
- fixed page body so it can't be scrolled off screen
CSS
- send_but more opaque to be seen on light BGs
- replaced mes_edit unicode pencil with SVG
- replaced mes_edit done and cancel images with menu_buttons
-- easier to tap on mobile
- reduced mobile body font from 18px to 16px;
- fixed select_chat_popup vertical sizing on mobile
- gave chat, send_form, and large popups opaque borders on mobile
2023-03-25 01:10:01 +09:00
b5b9538c08 "Back to main" option for bookmarks 2023-03-24 15:15:26 +02:00
662cce8c6c cleaned up process of post-chat deletion handling
not a smart solution, but it works without error
2023-03-24 15:21:06 +09:00
f45ea2a5a2 fixed display bug in past chat deletion 2023-03-24 15:06:12 +09:00
e1a337f140 Added Past Chat File Delete Function 2023-03-24 13:55:34 +09:00
bd7e7c6379 Cleaned up Past Chats view
- normalized borders
- character name at the top of popup
- added grey border
2023-03-24 12:49:31 +09:00
a1f16f470b Custom chat separators + fixes for drawers logic 2023-03-24 01:35:07 +02:00
339d3c357d Proper handle settings presets for TextGen 2023-03-23 22:47:02 +02:00
9eebe6ce61 Add preset settings for TextGen. Thanks oobabooga for compiling them! 2023-03-23 22:17:44 +02:00
321ecbec77 More settings for oobabooga's 2023-03-23 18:39:41 +02:00
57713c53a3 Better bookmark links 2023-03-23 16:10:06 +02:00
afab72dfd7 Rearrange status bars 2023-03-23 13:10:01 +02:00
a46e7a30bd Don't propagate api button click events to prevent closing the drawer 2023-03-23 11:23:36 +02:00
9f3d40e3ed CSS tweaks:
- resized addbg3.png from 1600x1600 to 160x90
- added trans grey border to right nav, to match chat and send_form
- reduced opacity of chat/sendform >> 70% to 50%
- reduced blur on chat/sendform >> 20px to 10px
- added 1px gap between chat and right nav to match chat/sendform
- fixed add_bg button being too tall and skewing top bg row on mobile
- 2 new utility classes no-border and no-shadow
- made drawer heights match chat+sendform height on mobile

/img cleanup:
- removed unused files from /img
- resized large UI-only PNG files to 100px x 100px
- replaced fluffy.png with a custom PNG 'ai4.png'
- total /img footprint is now 615kb  (compared to 3.5MB in main tai 1.3)
-- /default-expressions 509kb
-- everything else 106kb
2023-03-23 16:48:40 +09:00
5dc62f78b4 disabled spammy coneole.logs 2023-03-23 13:13:43 +09:00
5c537e6eb8 Add chat bookmarking 2023-03-23 03:14:06 +02:00
abad09caa3 Merge branch 'main' into dev 2023-03-23 00:16:03 +02:00
100e572aae Hotfix oobabooga API + message bias formatting 2023-03-23 00:12:48 +02:00
a82c07548b Add backgrounds thumbnailing 2023-03-22 21:18:43 +02:00
67e30681e7 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 20:25:10 +02:00
801952f97b Rename oobabooga's setting 2023-03-22 20:25:06 +02:00
dc79f678c3 moved location of some AI config toggles
moved various API presets into the sliders tab
 -so we can see what the presets are doing in real time.
2023-03-23 02:08:38 +09:00
cde51513da caption extension now adds the caption to the img title attribute 2023-03-23 01:08:21 +09:00
65f598fde3 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 23:56:13 +09:00
125c48690b fixed bug with common gen settings not displaying for non-OAI 2023-03-22 23:56:10 +09:00
ff4b0e17f5 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 16:53:04 +02:00
3fe0e629c0 Force name2 advanced option 2023-03-22 16:53:01 +02:00
1588c88100 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 23:47:21 +09:00
a575b072da Context size returned. 2023-03-22 16:00:18 +02:00
862ac3fed8 right nav (now on top) lock and open/close preferences
are now remembered between page reloads.
lock prevents right nav drawer from closing when clicking away
or when opening other drawers.
2023-03-22 22:47:10 +09:00
c44bb9bb41 Tweak name sanitation logic 2023-03-22 14:52:56 +02:00
2e5244eec4 Force disable streaming 2023-03-22 12:42:04 +02:00
6aa7bef671 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 12:29:10 +02:00
4e2bc3e80a OpenAI fixes 2023-03-22 12:29:07 +02:00
3d0abbaf9d top settings now close when user clicks away 2023-03-22 19:20:51 +09:00
fd14855da9 New icon for connection. Note page for OAI key. Fix swipes with OAI. OAI model selection. 2023-03-22 02:18:57 +02:00
7cce26bd22 Add world info support for OAI. Fix regens 2023-03-22 01:16:16 +02:00
fe0fd95720 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-21 23:31:34 +02:00
e6413d0905 OpenAI support (by @CncAnon1) 2023-03-21 23:31:26 +02:00
12eef00da2 changeMainAPI now resets online status on API change 2023-03-22 01:14:47 +09:00
343b6c21f9 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 00:48:31 +09:00
afda35876c edit message button hides on the currently generating swipe
reshows when complete
2023-03-22 00:48:23 +09:00
7292c86735 Fix oobabooga popup type 2023-03-21 17:25:40 +02:00