Commit Graph

42 Commits

Author SHA1 Message Date
a0fd687646 rebrand of welcome message, icons, and system avatar 2023-04-21 22:44:40 +09:00
be50a45742 removed unused files from
- images
- webfonts
- css
2023-04-18 16:35:22 +09:00
85bb8b79d1 - bg delete buttons are now webfonts
- all large popup panel close buttons are webfonts
- moved cross.png to disused folder
- moved swipes to disused folder
2023-04-14 04:22:25 +09:00
9a847420ca - swipe icons changed to webfont
- better alignment for char list names
- moved load.svg to unused folder
2023-04-14 03:49:18 +09:00
e7a937eb0a - converted UI img SVGs to webfonts
- moved unused SVGs and PNGs into subfolders for deletion consideration
2023-04-14 03:12:28 +09:00
ec4b84096b Lightweight loading button 2023-04-11 14:26:30 +03:00
b295f5a49d Preset settings for OAI #23 2023-04-04 20:50:24 +03:00
2836b93463 Advanced edit (partial) 2023-03-28 12:48:23 +03:00
9944d729f8 Expressions offline mode 2023-03-26 16:29:55 +03: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
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
5c537e6eb8 Add chat bookmarking 2023-03-23 03:14:06 +02:00
b24f39bd5f - moved autoconnect checkbox to server tab
- added mouseover titles to settings tabs
- made a new icon for 'create new group'
2023-03-23 03:26:34 +09:00
41266b353c Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 09:44:13 +09:00
9ed03185fb brought right nav into the top
finetuned the top-settings-holder display widths and spacing
2023-03-22 09:44:03 +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
1a1f445a14 Merge branch 'dev-settings-on-top' into dev 2023-03-21 01:09:06 +02:00
b0d6e6d0c3 added bg menu to top settings
restyled range sliders
style fix for right nav (L/R padding had disappeared somehow; fixed)
2023-03-20 00:57:56 +09:00
79fea63198 put settings on top
right nav is only for character management now.
rewrote the drawer toggle to handle multiple drawers.
2023-03-19 18:45:39 +09:00
971f1c40b7 New icon for chat import 2023-03-19 00:16:28 +02:00
92637fd1f9 Add advanced settings sliders 2023-03-18 17:31:42 +02:00
7b065b782b Replace advanced edit icon 2023-03-18 15:09:45 +02:00
7ae31cf980 Replace emoji icons with SVGs 2023-03-18 14:53:37 +02:00
658d046e2f Apple icons into /img/ + redirected html tags 2023-03-18 07:36:16 +09:00
2f2092106e Merge branch 'SL-TAI-RA-Mods' into dev 2023-03-17 19:40:26 +02:00
5ef3b3417b Add image 2023-03-16 23:14:47 +02: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
fb0fd0d242 Added icons for top menu 2023-03-16 18:33:02 +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
f558e12bda - renamed default expression folder
- split localStorage functions into separate js
2023-03-16 04:18:35 +09:00
15f1d14db2 added default expression pack of 30 emojis to /img/ 2023-03-16 00:28:47 +09:00
231ae91ae6 Fallback avatar renamed 2023-03-15 12:54:48 +02:00
0442d39e60 Good night, sweet Chloe 2023-03-15 12:53:37 +02:00
3b30672b09 Merge branch 'main' into groupchats 2023-03-01 11:03:31 +02:00
a73ad9d53f Merge remote-tracking branch 'ross/main' 2023-03-01 10:54:51 +02:00
82566e1163 Add group chats creation 2023-02-27 01:57:10 +02:00
29623350bd submenu stylings
- made send3.png opaque and adjusted opacity with CSS
- removed redundant backdrop blur on from <body>
- removed redundant backdrop blur from bg1 and bg2 (they now only self-blur)
- made "Connect" button on both API panels larger for mobile screens, and added :hover coloring
- made character 'export' and 'delete' buttons larger and further apart to decrease likeliness of mis-clicks, especially on phone screens.
- adjusted send_form opacity/background stylings to allow #options to perform blur effect
- added <br> after novel API URL input to match KoboldAI form style
- cleaned up #options_content and added styling
2023-02-27 00:19:51 +09:00
4e638c65c5 Added search bar for characters 2023-02-12 20:13:23 +02:00
Ash
7b87227cd2 Update 1.2.0 Theme of update: Characters
1) Character files now represent images, all data about the characters is located within the image file. This makes it easy to exchange characters.

You do not need to redesign your old characters in the new format, the conversion will happen automatically, old character files will not be deleted

2) Import function for characters is available, you can also import characters in the old TavernAI .json format, and you can also import characters from the Pygmalion notebook format

3) Export function for characters is available

4) The chat structure has been completely redesigned, now chats are located in the public/chats folder, chats now represent jsonl files, messages can be read one line at a time from such a file, this will help for future optimization when there are many messages

5) A new menu for selecting saved TavernAI chats is now available

Importing TavernAI chats is now available

Importing chats from CAI is now available

6) Additional advanced settings have been added for characters. A "Scenario" field has been added, as well as a "Dialogue Examples" field

7) Full support for the Pygmalion format has been added

A indicator now appears when special formatting for Pygmalion is enabled

8) Many other minor bugs have been fixed

To update an old version to version 1.2.0, you simply need to copy files with replacement.
2023-01-24 17:30:40 +04:00
Ash
fbf2d5fc00 @1.1.0
1)NovelAI support
2)Changing your character name
3)Repetition Penalty has been moved to the main settings
4)Added Pro settings (Anchors Order)
5)Max Context and Amount Gen have been added to the Pro Settings
6)Editing messages
7)New backgrounds
2023-01-08 17:18:10 +04:00
a417031af4 main 2022-12-22 07:22:29 +04:00