Commit Graph

71 Commits

Author SHA1 Message Date
ff9058896e Add Repetition Penalty to Samplers menu 2022-08-23 15:42:23 -04:00
555ca5fd05 Add token usage indicator 2022-08-11 17:31:12 -05:00
0a0bd75617 Polish 2022-08-06 16:42:15 +02:00
f6d046fe1b Add token probability visualizer 2022-08-04 13:49:37 -05:00
97e0df45d7 File Dialog complete 2022-06-30 15:57:27 -04:00
58418c4aa5 Basic file browser with edit and delete functionality
Can be shown by going to /popup_test in a second tab.
2022-06-30 09:44:04 -04:00
6acfa8c33c Merge branch 'whitespace' into whitespace-cleanup 2022-06-24 12:44:30 -04:00
de07b1749f Merge pull request #150 from ebolam/Web-UI
Delete model fixes and model info ui cleanup
2022-06-15 01:50:39 +02:00
899f191b51 Fix for model information not being centered and having the wrong background 2022-06-14 19:26:02 -04:00
9add3b0761 Merge pull request #149 from ebolam/Web-UI
--remote jailed to model directory and delete of models from UI
2022-06-15 01:14:06 +02:00
462206fa86 added --remote not allowing navigation outside of the model folder for custom models.
added a delete custom models option (will not delete models outside of the models directory, nor will it delete non-model directories)
2022-06-14 19:11:30 -04:00
107966fef8 Merge branch 'united' into overhaul-merge 2022-06-14 18:47:38 -04:00
780548fba9 Added text input box for layer assignment 2022-06-14 11:53:47 -04:00
6231106f95 Add Samplers menu 2022-06-13 20:18:09 -04:00
c565978fff Fix for multi-gpu not showing appropriately
Slight visual improvement for custom model load breadcrumbs
2022-06-08 19:39:04 -04:00
b9c6c0b3bd Out-of-bounds setting values are now shown in red 2022-05-28 19:14:26 -04:00
793d788706 Preserve whitespace in the editor 2022-05-26 14:34:40 -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