Commit Graph

371 Commits

Author SHA1 Message Date
RossAsscends
dac14985f4 fixed bug with ctrl+enter
previously the keydown eventlistener for  'enter' would trigger even though ctrl was pressed, so i changed it so it doesn't trigger when ctrl is pressed (previously it only checked if shift was not pressed)
2023-03-01 16:34:04 +09:00
RossAsscends
a67d771d75 nav lock icon hover glow
- made the right nav lock icon glow on hover
- small HTML code cleanups (remove blank lines, etc)
2023-03-01 05:54:20 +09:00
RossAsscends
db19ccb0f0 added panel lock to rightnav
Added a lock/unlock toggle to the right nav which will function to pin the panel in place (disengages auto-close) if the user desires it.
2023-03-01 05:38:02 +09:00
RossAsscends
e16b1d533b nav-toggle transparency
fixed the transparency on the new nav-toggle setup.
2023-03-01 04:42:07 +09:00
RossAsscends
ea30e8abe5 text-pole fixes
- removed forced size tags from text-pole div's as these caused some textareas to overflow the nav on iphone. instead widths are done with CSS now.

- added <br> after yourName textarea  and increased size of the nameChange button to match the API design. This is also better for phones.
2023-03-01 04:38:54 +09:00
RossAsscends
fdc0665987 Updated Right Nav And Added Click-Away Closing
Rewrote the nav HTML/CSS

.nav --> #right-nav-panel
.nav-toggle <label> --> removed, using #nav-toggle:after for styling instead

The main purpose of this rewrite was to allow for a function such that the nav panel will auto-close when the user clicks away from it. The former structure of using a label for a hidden checkbox made this impossible, as the label produced two clicks when clicked on (one for the label, and one for the box), therefore locking the panel if the click-away feature was turned on.

I will add in a 'pin' toggle soon to allow users to hold the nav panel open if they wish.

- Changed default font size from 1rem to 15px;

- removed unused CSS code for <main>,<article>,<header>, and <footer>, which were not used in the HTML
2023-03-01 04:22:32 +09:00
RossAsscends
d9a7a74116 Update index.html 2023-02-28 19:07:41 +09:00
SillyLossy
0e59edf5e1 Group chat auto-mode (broken & hidden) 2023-02-27 22:54:00 +02:00
SillyLossy
a1c797fb13 Better scrolling (I hope) 2023-02-27 21:19:04 +02:00
SillyLossy
1b8b8f0f37 Fix deletion and smooth indicator 2023-02-27 21:15:35 +02:00
SillyLossy
f215ff664e Shuffle randomly activated chars 2023-02-27 19:25:38 +02:00
SillyLossy
aa05749e9b Implement message sending in group chats 2023-02-27 18:48:01 +02:00
SillyLossy
82566e1163 Add group chats creation 2023-02-27 01:57:10 +02:00
RossAsscends
097cfc2e4f Update style.css 2023-02-27 02:11:28 +09:00
RossAsscends
7ecf8b58ca reversed Enter/Shift+Enter functions
(and made connect buttons larger for mobile)
2023-02-27 00:27:41 +09:00
RossAsscends
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
RossAsscends
76cfa2c050 Update style.css 2023-02-26 21:40:22 +09:00
RossAsscends
5d38f57292 menu btn color and character_popup changes
charcter_popup set to cover all main sheld elements for ease of use and to limit user errors (using the chat input box while having the character's advanced defs popup open)

removed forced coloring from popup menu buttons.
2023-02-26 21:30:33 +09:00
SillyLossy
335f311474 Merge remote-tracking branch 'ross/main' 2023-02-26 13:41:43 +02:00
RossAsscends
4aecc49e2a various design edits
- changed background color of messages selected for deletion
- changed color of delete message confirmation buton
- changed size/height of deletion menu to match normal send_form height (to avoid #chat resizing awkwardly)
- reverted #chat scrollbar to normal display since corners are no longer rounded
- removed corner radius from #chat .mes divs, since they are invisible anyway
- removed large margin-bottom between #chat .mes divs and replaced with a smaller padding. (This makes the delete screen look nicer as there are no gaps between the selected messages)
- aligned deletion checkboxes in the center of the divs and vertical aligned with avatar icons
2023-02-26 20:34:06 +09:00
RossAsscends
2a13d1d9d5 changed character-popup to match new chat div style 2023-02-26 19:34:49 +09:00
RossAsscends
4d36ebd6f3 changed send_form display
-100% width
- send_form's grid cell widths and options button paddings changed to fit
- changed corner roundness of chat and send_form
- reduced margin between chat and send_form to 1px
2023-02-26 18:31:39 +09:00
RossAsscends
3d05198efd changed input bar status indication
- removed the indicator circle under the send button
- made send_form turn red when not connected
- changed send_textarea's placeholder text when not connected
- made send button hide when not connected (avoids users trying to use API and instead getting a 'character not selected' button)
2023-02-26 18:19:04 +09:00
RossAsscends
2263ebe75d Update style.css 2023-02-26 17:04:52 +09:00
RossAsscends
384bb56f1e Update index.html 2023-02-26 13:30:17 +09:00
RossAsscends
2500fc3cdd hotkey switch
enter = new line
shift+enter = send
(imperfect solution but slightly better for mobile users)
2023-02-26 11:22:06 +09:00
RossAsscends
d44cbac87f added proper scrolling to character settings side panel 2023-02-26 10:40:46 +09:00
SillyLossy
e24e2bb2ca Correction in note regarding order 2023-02-25 23:33:05 +02:00
SillyLossy
6ad55a7fa5 Fix newlines in WI insertion 2023-02-25 23:28:50 +02:00
SillyLossy
d33c08abd4 Reverse append order of WI 2023-02-25 22:13:24 +02:00
SillyLossy
61b672f02e Fix avatar upload align 2023-02-25 17:56:58 +02:00
SillyLossy
3a6e1cc660 Add avatar uploading 2023-02-25 17:53:05 +02:00
RossAsscends
26417f1383 Merge branch 'main' of https://github.com/RossAscends/TavernAI 2023-02-25 21:15:36 +09:00
RossAsscends
e156373ad0 input bar auto-shrink on send
previous the input bar would expand to the fit the size of the typed input, but when it was sent, the bar would stay the same size. Now it will auto-shrink back to default size after sending the input to AI.
2023-02-25 21:15:29 +09:00
RossAscends
5029c6c3f5 added TAI main branch config.conf 2023-02-25 17:34:05 +09:00
RossAsscends
4f2174eced Delete settings.json 2023-02-25 17:20:04 +09:00
RossAsscends
60cbda218c Update .gitignore 2023-02-25 17:10:52 +09:00
RossAsscends
d63c5683e3 removing more files so gitignore will stop tracking 2023-02-25 17:09:13 +09:00
RossAsscends
64a1ecac7e Update .gitignore 2023-02-25 17:04:32 +09:00
RossAsscends
2cda771055 removed character and chats from this branch
just trying to update the gitignore
2023-02-25 17:03:34 +09:00
RossAsscends
d400a74bed Update .gitignore 2023-02-25 16:57:34 +09:00
RossAsscends
de6cfc339a Update .gitignore 2023-02-25 16:56:31 +09:00
RossAsscends
a0efd37a0c Update .gitignore 2023-02-25 16:50:28 +09:00
RossAsscends
13a1110474 Update .gitignore 2023-02-25 16:49:56 +09:00
RossAsscends
05ef64769d Merge branch 'main' of https://github.com/RossAscends/TavernAI 2023-02-25 16:46:53 +09:00
RossAsscends
001c8fa2b8 Update .gitignore 2023-02-25 16:46:41 +09:00
RossAscends
cc55a885a4 Update style.css 2023-02-25 16:44:49 +09:00
SillyLossy
a079dfaf11 Add newlines 2023-02-25 01:12:03 +02:00
SillyLossy
433a6575e8 Clean-up minor stuff for PR 2023-02-25 01:10:03 +02:00
SillyLossy
9a136dbd75 Post-merge fixes 2023-02-25 00:25:30 +02:00