Commit Graph

174 Commits

Author SHA1 Message Date
Sj-Si
43f769b339 fix bug 2024-04-16 12:43:30 -04:00
Sj-Si
5d64690565 add timeouts to wait functions. fix control duplication bug. 2024-04-16 11:22:12 -04:00
Sj-Si
2a8403e0a0 fix sorting of tree list 2024-04-15 16:10:12 -04:00
Sj-Si
18c6795f01 add documentation 2024-04-15 13:43:10 -04:00
Sj-Si
fc20d1df0d run formatter 2024-04-15 13:17:04 -04:00
Sj-Si
634f7bc920 fix bug caused by refresh not being called properly 2024-04-15 12:37:04 -04:00
Sj-Si
b7a6df9460 run eslint and ruff 2024-04-14 14:52:17 -04:00
Sj-Si
6b8374cc84 fix some bugs. need to continue bug testing. 2024-04-14 14:43:31 -04:00
Sj-Si
5e4dfee153 Finish initial conversion to clusterize using data loader. Need to fix bugs. 2024-04-12 12:40:20 -04:00
Sj-Si
fc7a8a41e5 need to fix bug with row width. 2024-04-09 17:26:56 -04:00
Sj-Si
ec80d57e8b update to use new clusterize class 2024-04-09 07:19:07 -04:00
Sj-Si
9c77d3fbe7 fix linting 2024-03-29 12:26:29 -04:00
Sj-Si
5877993739 Switch to using api calls to retrieve data. 2024-03-29 12:21:02 -04:00
Sj-Si
0e0b613b4d cleanup and fix bugs. 2024-03-27 16:11:13 -04:00
Sj-Si
d88e91c508 merge dev into branch 2024-03-26 14:14:13 -04:00
Sj-Si
a3228a55a2 run eslint and ruff 2024-03-26 13:58:21 -04:00
Sj-Si
e9968e7186 Switch to zlib since gzip was not deterministic. 2024-03-26 13:04:37 -04:00
Sj-Si
b5f3a85f86 fix more bugs. not happy with how refreshing completely regenerates html. maybe should only update the data json. also maybe look into sharing data json between img2img and txt2img to reduce size of dom. 2024-03-25 16:43:29 -04:00
AUTOMATIC1111
b0b90dc0d7
Merge pull request #15319 from catboxanon/feat/ssmd_cover_images
Support cover images embedded in safetensors metadata
2024-03-24 13:43:37 +03:00
catboxanon
c4402500c7 Support ssmd_cover_images 2024-03-24 02:33:10 -04:00
Sj-Si
ef29f65a25 fix more bugs. clean up more. 2024-03-21 16:03:27 -04:00
Sj-Si
8c8536f34e fix remaining known bugs. clean up code. 2024-03-20 14:01:38 -04:00
missionfloyd
b5c33341a1
Don't use quote_js on filename 2024-03-19 19:06:56 -06:00
missionfloyd
6e420c7be2
Merge branch 'dev' into extra-networks-buttons 2024-03-19 19:03:53 -06:00
missionfloyd
d7f48472cc Fix extra networks buttons when filename contains an apostrophe 2024-03-19 18:50:25 -06:00
AUTOMATIC1111
c4a00affc5 use existing quote_js function for #15316 2024-03-19 08:10:27 +03:00
AUTOMATIC1111
522121be7e
Merge pull request #15316 from AUTOMATIC1111/escape-filename
Escape btn_copy_path filename
2024-03-19 08:02:36 +03:00
missionfloyd
3fa1ebed62 Escape btn_copy_path filename 2024-03-18 21:47:52 -06:00
Sj-Si
9194c0b8b2 fix more bugs. clean up more. 2024-03-18 21:59:41 -04:00
Sj-Si
fb07a60690 clean up presentation of dirs view. need to resolve issue with initial load of tree view. 2024-03-15 19:11:30 -04:00
Sj-Si
08da356a2f fix more bugs. clean up more. 2024-03-15 14:31:58 -04:00
Sj-Si
f490498396 Fix bugs. clean up. Need to finish code cleanup. 2024-03-14 16:51:52 -04:00
Sj-Si
83e85ad0e9 add clusterize lists. need to debug. 2024-03-13 17:11:44 -04:00
AUTOMATIC1111
18d801a13d stylistic changes for extra network sorting/search controls 2024-03-09 08:25:01 +03:00
AUTOMATIC1111
a551a43164 add an option to have old-style directory view instead of tree view 2024-03-08 09:52:25 +03:00
AUTOMATIC1111
e0c9361b7d performance optimization for extra networks 2024-03-08 07:51:31 +03:00
Andray
eb0b84c564 make minimal width 2 times smaller then default 2024-02-29 16:02:21 +04:00
Andray
b4c44e659b fix on reload with changed show all loras setting 2024-02-27 23:17:52 +04:00
Andray
44bce3c74e resize handle for extra networks 2024-02-27 18:31:36 +04:00
AUTOMATIC1111
726aaea0fe make extra network card description plaintext by default, with an option to re-enable HTML as it was 2024-02-22 21:27:28 +03:00
AUTOMATIC1111
3f18a09c86 make extra network card description plaintext by default, with an option to re-enable HTML as it was 2024-02-22 21:27:10 +03:00
AUTOMATIC1111
052fbde3ac possible fix for reload button not appearing in some cases for extra networks. 2024-02-22 10:48:30 +03:00
AUTOMATIC1111
1da05297ea possible fix for reload button not appearing in some cases for extra networks. 2024-02-22 10:28:03 +03:00
AUTOMATIC1111
321b2db067 fix extra networks metadata failing to work properly when you create the .json file with metadata for the first time. 2024-02-02 22:47:51 +03:00
AUTOMATIC1111
5904e3f6b3 fix page refresh not re-applying sort/filter for #14588
fix path sortkey not including the filename for #14588
2024-02-02 19:30:59 +03:00
AUTOMATIC1111
2600370659 fix error when editing extra networks card 2024-02-01 23:54:57 +03:00
AUTOMATIC1111
f4e931f18f put extra networks controls row into the tabs UI element for #14588 2024-01-22 23:20:30 +03:00
Sj-Si
26e1cd7ec4 Remove unnecessary template and simplify tree list. 2024-01-21 11:34:08 -05:00
Sj-Si
b67a49441f Add option in settings to enable/disable tree view by default. 2024-01-20 13:28:37 -05:00
Sj-Si
2310cd66e5 Add toggle button for tree view. Use default settings for sortmode and direction. 2024-01-20 11:43:45 -05:00