Commit Graph

653 Commits

Author SHA1 Message Date
Sj-Si
580711cdac fix error handling for fetching div ids 2024-04-19 16:11:47 -04:00
Sj-Si
57d05543df test fix for request error handling 2024-04-18 13:09:58 -04:00
Sj-Si
157073b5b2 fix firefox resize-handle issues 2024-04-17 19:23:38 -04:00
Sj-Si
baa8746fab fix conflict with function name. fix page ready request loop. 2024-04-17 15:24:45 -04:00
Sj-Si
429b9fa0a1 add missing stopPropagation calls to event handlers. 2024-04-17 13:01:46 -04:00
Sj-Si
5747321f69 fix refresh bug 2024-04-17 12:50:22 -04:00
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
226267e82f fix button selection bug 2024-04-15 16:23:57 -04:00
Sj-Si
116746868d remove log line 2024-04-15 13:44:56 -04:00
Sj-Si
634f7bc920 fix bug caused by refresh not being called properly 2024-04-15 12:37:04 -04:00
Sj-Si
8ca069e7dd fix comment 2024-04-15 12:21:47 -04:00
Sj-Si
f97e76be3c fix bug 2024-04-15 11:18:01 -04:00
Sj-Si
4d3661c188 fix bug 2024-04-15 10:48:28 -04:00
Sj-Si
9357ee9787 fix bugs. 2024-04-15 10:13:39 -04:00
Sj-Si
451190c7fc clean up 2024-04-15 09:31:30 -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
4e31bca922 Move utility functions to separate script file. Begin redesign of clusterizer. 2024-04-05 09:21:52 -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
5c0f315a22 silence eslint undefined function errors 2024-03-26 14:11:01 -04:00
Sj-Si
a3228a55a2 run eslint and ruff 2024-03-26 13:58:21 -04:00
Sj-Si
486658599a disable eslint for file 2024-03-26 13:57:45 -04:00
Sj-Si
4a1ca4228e fix bugs. 2024-03-26 13:05:21 -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
Sj-Si
d06990174d fix more bugs. clean up more. 2024-03-25 13:50:44 -04:00
Sj-Si
62a5b2bc74 clean up and fix bugs 2024-03-25 10:26:29 -04:00
Sj-Si
4885d59ac1 clean up code and add documentation 2024-03-23 13:05:03 -04:00
Sj-Si
dc3a41b49e switch to use local version of Clusterize.js. 2024-03-22 16:24:47 -04:00
Sj-Si
26b0416611 fix more bugs and improve stability of code. 2024-03-22 16:16:45 -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
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
Sj-Si
9194c0b8b2 fix more bugs. clean up more. 2024-03-18 21:59:41 -04:00
AUTOMATIC1111
6d8b7ec188
Merge pull request #15262 from catboxanon/feat/dragdrop-urls
Support dragdrop for URLs to read infotext
2024-03-17 07:02:08 +03:00
catboxanon
446cd5a58b
dragdrop: add error handling for URLs 2024-03-16 20:19:12 -04:00
missionfloyd
83a9dd82db Download image client-side 2024-03-16 17:10:26 -06:00
missionfloyd
3da13f0cc9 Fix dragging to/from firefox 2024-03-16 15:46:29 -06:00
AUTOMATIC1111
f7bad19e00
Merge pull request #15221 from AUTOMATIC1111/fix-Restore-progress
fix "Restore progress" button
2024-03-16 09:44:50 +03: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
catboxanon
8eaa7e9f04 Support dragdrop for URLs 2024-03-15 04:06:17 +00:00
catboxanon
76fd487818
Make imageviewer event listeners browser consistent 2024-03-14 21:59:53 -04:00