LightSaveUs
1017acdc5b
Update hide-max-length.css
2022-10-01 04:43:07 +03:00
ebolam
b3e6153a63
Merge pull request #184 from one-some/UI2
...
Title in title, sync event, defer & cleanup, context menu fixed
2022-09-30 20:51:32 -04:00
somebody
88f2319cd2
Merge branch 'UI2' of https://github.com/one-some/KoboldAI into UI2
2022-09-30 19:37:14 -05:00
somebody
7ae656f206
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-09-30 19:35:58 -05:00
somebody
b9169e5991
Don't open custom context menu when ctrl is held
2022-09-30 19:32:19 -05:00
one-some
224fca914d
Merge branch 'UI2' into UI2
2022-09-30 19:28:21 -05:00
ebolam
7db4f61127
Animation fix
2022-09-30 20:19:58 -04:00
somebody
48d1399cad
Bug fix for WI jump
2022-09-30 19:17:00 -05:00
ebolam
f17c1ac9a4
Menu Spacing Fix
2022-09-30 20:11:26 -04:00
somebody
eea2bc8462
Update for $el
2022-09-30 18:35:37 -05:00
ebolam
9f16776641
Typo fix
2022-09-30 19:15:02 -04:00
ebolam
de16f7f49b
Minor reliability update
2022-09-30 18:56:31 -04:00
somebody
041d665bc5
Spruced up the title a bit, now includes story title
2022-09-30 17:55:20 -05:00
ebolam
c231e9e612
Fix for new story/load story not clearing all of the old story's actions
2022-09-30 18:51:43 -04:00
ebolam
4d2bd20345
Fix for tweak
2022-09-30 17:00:29 -04:00
ebolam
f3b55fdfed
Fix for V1 story loads
2022-09-30 16:32:37 -04:00
ebolam
b8765874bb
Undo last commit. Was not the issue
2022-09-30 15:31:03 -04:00
ebolam
6da22fe4f9
All scrolls disabled other than the main one to troubleshoot speed issues
2022-09-30 15:25:05 -04:00
ebolam
2f35264153
Added flask-compress to speed up initial page load time
...
Added check for tokenizer not being loaded early enough and crashing javascript (not needed until user interaction)
Removed unneeded CSS and JS files from web page load
2022-09-30 15:20:34 -04:00
ebolam
e2241b34ed
Debug
2022-09-30 14:11:44 -04:00
ebolam
bf58542ca5
Fix for story loading from V1 only pulling in first action
...
Added accessibility labels for better support with screen readers.
2022-09-30 14:05:28 -04:00
ebolam
104ecd3ad3
Fix
2022-09-30 13:17:50 -04:00
ebolam
eac2df6026
Fix
2022-09-30 13:12:16 -04:00
ebolam
efff4fb1a8
Fix for large UI1 story loads
2022-09-30 13:07:52 -04:00
ebolam
f46ec4f24d
Fix for WI toggles
2022-09-30 12:31:21 -04:00
ebolam
5e7c785670
More speed increases
...
Disabled bootstrap toggles for world info while looking for speed fix
2022-09-30 12:20:40 -04:00
ebolam
8815f7e686
Bug Fix
2022-09-30 09:14:50 -04:00
ebolam
e566a498ef
World Info Speed Increase
2022-09-30 08:56:35 -04:00
ebolam
1e9be02770
Additional speed improvements
2022-09-30 08:34:37 -04:00
ebolam
6235be272e
More optimizations
2022-09-29 20:31:40 -04:00
ebolam
096b61962c
Fix for load time.
...
Need world info loading testing as may have regression
2022-09-29 14:41:28 -04:00
ebolam
4c97c291f1
Fix disconnect on story load for large stories
2022-09-29 13:49:34 -04:00
ebolam
ff6183c419
Additional speed increase
2022-09-29 13:42:55 -04:00
ebolam
8f1e9fd290
Remove debug
2022-09-29 13:04:33 -04:00
ebolam
39709f5ed3
Fix
2022-09-29 13:02:24 -04:00
ebolam
bd6760a19e
Fix
2022-09-29 12:50:25 -04:00
ebolam
51b8b1d223
Partial fix for text context
2022-09-29 12:12:46 -04:00
ebolam
a3bad7b713
Speed increase for loading stories
2022-09-29 09:18:15 -04:00
ebolam
fecae7d205
Disabled another scroll. Performance appears better.
2022-09-29 09:00:26 -04:00
ebolam
475d4bc48c
Debugging large story import
2022-09-29 08:12:15 -04:00
ebolam
d372877530
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-09-28 20:03:37 -04:00
ebolam
905a9ee7c7
Javascript Optimizations
2022-09-28 20:02:30 -04:00
ebolam
c28ad27c1d
Merge commit 'refs/pull/181/head' of https://github.com/ebolam/KoboldAI into UI2
2022-09-28 12:59:53 -04:00
ebolam
87dba39f15
World info tabbing working as expected now
2022-09-28 11:16:17 -04:00
ebolam
5e01f9ddaa
Better tab support in World Info.
...
Needs to be ignored on mouse click (TBD) and a bit of work in WPP
2022-09-27 20:21:53 -04:00
henk717
0f7ecb3257
Merge pull request #222 from ebolam/united
...
Fix for lazy loading on models after a non-lazy load model
2022-09-28 01:54:21 +02:00
ebolam
f0690373b3
Merge branch 'united' of https://github.com/ebolam/KoboldAI into united
2022-09-27 19:52:44 -04:00
ebolam
72fc68c6e4
Fix for lazy loading on models after a non-lazy load model
2022-09-27 19:52:35 -04:00
henk717
c935d8646a
Merge pull request #221 from ebolam/united
...
Fix for loading models that don't support breakmodel (GPU/CPU support…
2022-09-28 01:32:08 +02:00
ebolam
4aa842eada
Merge commit 'refs/pull/180/head' of https://github.com/ebolam/KoboldAI into united
2022-09-27 19:29:05 -04:00