e30abd209f
Preserve whitespace in the editor
...
(cherry picked from commit 793d788706
)
2022-06-26 14:04:16 -04:00
6231106f95
Add Samplers menu
2022-06-13 20:18:09 -04:00
b9c6c0b3bd
Out-of-bounds setting values are now shown in red
2022-05-28 19:14:26 -04:00
ee8ced2f5f
Allow users to type in the values for the settings
2022-04-26 15:27:28 -04:00
ecd7b328ec
Further Polishing
...
Multiple smaller changes to get 1.17 in shape for its release.
2022-02-01 11:15:44 +01:00
47dbddff78
Display the options text as A.I. writes it
...
When using `Gens Per Action`, display the options text as A.I. writes it. White space are preserved and break lines as necessary.
2022-01-22 17:10:35 -03:00
1951ccd2ce
Show author and SP length in soft prompt menu
2022-01-18 16:30:09 -05:00
03b16ed920
Merge branch 'united' into patch
2022-01-16 00:36:55 -05:00
e277068bf2
Allow input_box resizing
...
For when you need a larger input box you can now resize it.
The whole UI could use an overhaul to make it dynamic. But I lack the experience to do this properly as I am not a web developer. Someone else with CSS knowledge feel free to make it so the UI allows for better resizing and automatically scales the gamescreen based on what is on display so it no longer pushes elements out of view.
2022-01-13 23:10:53 +01:00
f718fdf65e
Allow pressing send button again to stop generation
2022-01-10 16:36:15 -05:00
44eaab8515
Disable most top menu actions when disconnected
2021-12-30 16:33:28 -05:00
4d27f1e09d
Fix "flash of unstyled content" in FF, and status icon color
2021-12-30 15:27:48 -05:00
3532a30ad4
Make the UI theme grey when not connected to server
2021-12-30 01:44:35 -05:00
276f24029e
Author's Note Template
2021-12-29 23:43:36 -05:00
7573f64bf2
Add Memory box to Random Story dialog and "Random Story Persist"
2021-12-29 23:15:59 -05:00
1189781eac
Show a text box for chat name when Chat Mode is enabled
2021-12-26 22:21:58 -05:00
7e06c25011
Display icons for active userscripts and softprompts
...
Also fixes the userscript menu so that the active userscripts preserve
the previously selected order as was originally intended.
2021-12-22 23:33:27 -05:00
fc04ff3a08
World info folders can now be collapsed by clicking on the folder icon
2021-12-22 13:12:35 -05:00
fb6762bc1a
Add "AVAILABLE" and "ACTIVE" headings to userscript menu
2021-12-13 12:45:52 -05:00
d2f5544468
Add Userscripts menu into GUI
2021-12-13 01:03:26 -05:00
1393eac882
Add indentation to WI folder contents
2021-12-05 03:29:13 -05:00
08992dec7e
Use a green horizontal line as the drag-and-drop placeholder
2021-12-05 00:34:44 -05:00
b99ac92a52
WI folders and WI drag-and-drop
2021-12-04 23:59:28 -05:00
a1c378deea
Fix CSS issues when editing a chunk that has a comment
2021-11-21 00:48:43 -05:00
c2ed31de28
Add syntax for comments <|...|>
2021-11-20 01:27:57 -05:00
1f449a9dda
Soft prompt support (6B Colabs not supported yet)
2021-10-22 14:18:10 -04:00
8447ec44ab
Fix world info screen and bump application.js version
2021-09-28 19:00:23 -04:00
431acce0bb
Remove unneeded scrollbars
...
There was an unneeded scrollbar growing as you were expanding towards the top of the screen, now this scrollbar is hidden until you actually need it making the UI look a bit more polished.
2021-09-28 04:44:17 +02:00
47c6f48e94
Move padding and overflow-y from #gamescreen to #gametext
...
For stories that are long enough for the scroll bar to appear on the
screen, Firefox on desktop would originally only allow you to start
editing if you click on the actual text, i.e. you couldn't click on the
blank part of a line. This behaviour is now fixed.
2021-09-27 16:37:38 -04:00
c3781e0e2f
Rewrite the code for the editor for better browser compat
...
Does not work well on mobile. That's on my to-do list, don't you worry!
2021-09-27 13:11:15 -04:00
9ddab39266
Make pin more visible
...
If its invisible then it will be harder for new players to know its there. Now its less visible when its not selected, a little more visible when the box is selected, and fully visible when your hovering over.
2021-09-08 15:11:28 +02:00
c276220a35
Allow deleting and renaming stories in the browser
2021-08-31 18:22:30 -04:00
d7605a717b
Merge branch 'united' into big-o
...
This resolves two merge conflicts that arose because this branch was
a few commits behind.
2021-08-26 01:37:40 -04:00
6a0299837c
Make the green editing flash !important
2021-08-26 01:22:07 -04:00
8fd8612cca
Adventure mode colouring now controlled by a CSS class
...
So that we can just toggle the class instead of having aiserver.py send
back the entire story.
2021-08-26 01:06:57 -04:00
62ad2f0228
Code indentation consistency
2021-08-24 18:32:48 -04:00
2a7c6244cb
Constant world info keys
2021-08-24 13:45:20 -04:00
c108e080bf
Various Fixes
...
Various Fixes, mostly to make the UI play a little nicer in the new edit mode. Also reverted and optimized some of the setting stuff.
2021-08-24 01:18:09 +02:00
85151cec7b
Prevent white border on chunks with Allow Edit off
2021-08-23 14:53:18 -04:00
f1f50e7b80
Remove display: flex; from #gamescreen CSS
2021-08-23 13:08:13 -04:00
42b4104d4f
Use henk717's modified CSS for editable chunks
2021-08-23 13:06:27 -04:00
67521d53f9
You can now click on story chunks to edit them
2021-08-23 02:34:27 -04:00
33215a87b3
Added VE_FORBRYDERNE's Selective World Info
...
This update allows you to selectively choose when World Info is loaded for more control and RAM savings.
2021-08-19 13:48:33 +02:00
00414d26e2
Integrated VE_FORBRYDERNE's Adventure Mode + Cleanup
...
Adventure Mode allows you to play this like AID, perfect for Choose your own Adventure models
2021-08-19 13:18:01 +02:00
efbe40f1f6
Random Story Generator
...
Add the Random Story Generator and more userfriendly defaults
2021-08-19 12:54:44 +02:00
bed1eba6eb
Added option to generate multiple responses per action.
...
Added ability to import World Info files from AI Dungeon.
Added slider for setting World Info scan depth.
Added toggle to control whether prompt is submitted each action.
Added 'Read Only' mode with no AI to startup.
Fixed GPU/CPU choice prompt appearing when GPU isn't an option.
Added error handling to generator calls for CUDA OOM message
Added generator parameter to only return new text
2021-05-29 05:46:03 -04:00
f9bbb174a6
Added OpenAI API support
...
Added in-browser Save/Load/New Story controls
(Force a full refresh in your browser!)
Fixed adding InferKit API key if client.settings already exists
Added cmd calls to bat files so they'll stay open on error
Wait animation now hidden on start state/restart
2021-05-22 05:28:40 -04:00
643e0105d8
Menu bar will now collapse to expandable button when screen size is too thin.
2021-05-17 00:42:47 -04:00
b05a73a04f
Added ability to import aidg.club scenarios
...
Changed menu bar to bootstrap navbar to allow for dropdown menus
2021-05-16 05:29:39 -04:00
429c9b13f5
Bug fixes for AIDCAT import issues.
...
Modified CSS to prevent Import dialog from expanding off the page.
Updated readme with Colab link.
2021-05-14 16:27:47 -04:00