Commit Graph

323 Commits (22d51a4e6f7dd9ff07a4055915be7330a9550e0d)

Author SHA1 Message Date
zanllp 4bbfbb77b6 Deliver production-ready resources with `yarn deliver-dist` 2023-05-23 20:03:44 +08:00
zanllp dd47cba576 Add support for German language 2023-05-22 23:39:36 +08:00
zanllp 3fa26d11e2 Fix issue with incorrect loading of next folder in fullscreen preview mode 2023-05-22 23:01:38 +08:00
zanllp cd84c3901f fix typo 2023-05-21 23:18:57 +08:00
zanllp e07c6d4b2f auto expand tag list after index updated 2023-05-21 23:08:17 +08:00
zanllp 417de98e23 fix 2023-05-21 22:51:02 +08:00
zanllp 68074828bb update help info 2023-05-21 19:40:18 +08:00
zanllp 53fd451c32 feat: Add support for collapsing tag list 2023-05-21 19:28:58 +08:00
zanllp 96bc62466f Changed file retrieval method to use path parameter 2023-05-21 17:51:41 +08:00
zanllp db0a3ed04b Add feature to add current folder to scan path and open local folder in default browser 2023-05-21 01:12:13 +08:00
zanllp 69ddc92083 Improved cache performance and fixed potential inconsistencies. 2023-05-18 23:31:36 +08:00
zanllp e563d69290 Introduce new caching mechanism, no longer require unique file paths 2023-05-18 01:13:51 +08:00
zanllp 48cf8df6c9 Add fallback for copy-to-clipboard 2023-05-17 20:57:16 +08:00
zanllp 940016a220 Add support for touch operations in useResizeAndDrag and enhance full-screen preview functionality 2023-05-17 20:35:25 +08:00
zanllp 02141dd1cf Add fuzzy search as an assist for tag search 2023-05-16 23:52:04 +08:00
zanllp 23108916b5 feat: Auto-refresh notification only when updates are available; UI and copy improvements 2023-05-15 23:25:46 +08:00
zanllp 3b4ee8a683 Add reminder comment to index.js to discourage direct modifications 2023-05-14 16:24:13 +08:00
wfjsw 6e17b99783 enable cross-tab parameter delivery 2023-05-14 10:41:22 +08:00
zanllp 2049709d26 add missing i18n text 2023-05-14 07:54:37 +08:00
zanllp 69de1aeb43 Add support for advanced search in image search, similar to Google 2023-05-14 07:44:05 +08:00
zanllp 6bd98a2e92 Add auto-refresh with tree view and index check when returning to extensions 2023-05-12 01:57:03 +08:00
zanllp cba028f6b7 firefox-compatibility 2023-05-10 20:03:16 +08:00
zanllp d75eae2ec6 Lowered "send to" timeout and continued execution even if timed out. 2023-05-08 22:20:53 +08:00
zanllp 8961d16696 fix copyPreviewUrl encounter a error in iframe 2023-05-08 21:38:21 +08:00
zanllp 4bc06c1074 build fe 2023-05-08 21:09:19 +08:00
zanllp 9c0b809d03 Add auto-creation of new TabPane after deletion 2023-05-07 21:47:56 +08:00
zanllp f41391d6fd Add support for deleting images in fullscreen preview 2023-05-07 21:17:18 +08:00
zanllp a58971fd99 Add creation date to FileNodeInfo and use it as default sorting option 2023-05-07 15:56:04 +08:00
zanllp acf25bf1bb Use lowercase for quick move 2023-05-06 22:48:00 +08:00
zanllp fcf5017005 Update UI by removing "embeddings" and "hypernetworks" from quick move and aligning tab names with official ones 2023-05-06 22:22:03 +08:00
zanllp ab02a66c43 Enable case sensitivity configuration for path matching on different systems 2023-05-06 19:30:42 +08:00
zanllp 908f9d1002 Enable case-insensitive path matching 2023-05-06 17:47:04 +08:00
zanllp 071140112d Switch the main document to English and add links to more documents 2023-05-06 02:47:58 +08:00
zanllp a4033890b7 Fix issue with sending to saved folder failure 2023-05-05 21:47:30 +08:00
zanllp f2e2e77084 Fix bug causing page to crash when deleting single image on image search page 2023-05-05 01:45:18 +08:00
zanllp 71d79c9e23 Add more error checks and support for image index update in standalone operation 2023-05-04 23:28:02 +08:00
zanllp 40e8767610 Add missing dependencies to package.json 2023-05-03 22:58:09 +08:00
zanllp 8eaff565cc Restrict index generation to folders under sd-webui only,Remove unused code 2023-05-03 21:10:22 +08:00
zanllp d2775be397 Fix potential bug in vue-virtual-scroller
Proactively check if source file is a file for API method
2023-05-03 03:52:25 +08:00
zanllp 849bed1f0a build fe 2023-05-03 00:54:36 +08:00
zanllp 9507316b89 add support for full-screen preview and context menu in image search. 2023-05-02 21:04:27 +08:00
zanllp 25582f027d refactor: refresh 2023-05-02 19:04:46 +08:00
zanllp e015f61428 Handle SQL execution errors and potential refresh issue 2023-05-02 15:53:14 +08:00
zanllp 897c579192 feat: Add support for custom tag selection and toggling 2023-05-01 08:48:06 +08:00
zanllp eb1dd6208b Add post-processing zoom for generated tags, generate records for images without exif data, and remove Lora from the quick move. 2023-05-01 03:07:34 +08:00
zanllp 2a335f7d22 Implement image info viewing and context menu operations in full-screen preview mode 2023-04-30 07:30:50 +08:00
zanllp 32577c4e3d Update tag table with UNIQUE constraint on name and type to prevent duplicate tags with same name across different types 2023-04-29 06:20:37 +08:00
zanllp 70c319b80a Add support for custom tags and "like" tag, and enable adding custom tags via right-click menu 2023-04-29 05:26:50 +08:00
zanllp 9edb42710d Improved Lora data extraction process
Enhanced internationalization support
Beautified the user interface.
2023-04-28 01:05:35 +08:00
zanllp 7f346da73d Optimized SQL query for improved performance
Fixed dark mode display issues
Added support for internationalization of tag categories
2023-04-27 23:43:09 +08:00
zanllp 1ededc9d65 tag-calssify 2023-04-27 00:31:30 +08:00
zanllp d14cb5187c rebuild fe 2023-04-26 20:11:35 +08:00
zanllp 035b2228bd disable search if no selected tags 2023-04-26 13:07:45 +08:00
zanllp e635084cbe support send selected img to saved dir and toggle selected。 fix refresh,auto update index 2023-04-26 01:33:54 +08:00
zanllp 4fc9e89c60 默认只显示图片和文件夹,删除图片是同时删除索引,完善i18n等 2023-04-25 01:52:41 +08:00
zanllp 21668a1dfe 百度云独立出去 2023-04-23 22:13:31 +08:00
zanllp 5f8619bf03 调整图像搜索ui 2023-04-23 01:46:41 +08:00
zanllp f032be9948 修复路径末尾是斜杠时错误 2023-04-22 22:17:27 +08:00
zanllp 997fae3cd2 修复stackview “更多”在深色模式下显示错误 2023-04-22 21:47:27 +08:00
zanllp 8b25840964 fix tag matched image background 2023-04-22 20:07:58 +08:00
zanllp 50716ba997 support tags-translate, search result open in right 2023-04-22 18:44:20 +08:00
zanllp 916bf448dd img table record more info, tagSearch show res img 2023-04-22 03:52:25 +08:00
zanllp 7ccba25997 Add tag multiple choice view , fix save duplicated 2023-04-21 03:09:52 +08:00
zanllp 7a599d249d 优化差分,跳过不变的文件,文件夹,增加tag页 2023-04-21 00:29:53 +08:00
zanllp a2bcf52fb5 新增tag,image数据库相关,prefix bd -> iib 2023-04-19 23:49:42 +08:00
zanllp e4acc53f0d 百度云相关功能默认收起,完善i18n 2023-04-17 20:36:24 +08:00
zanllp 98ac05bae7 完善文档,fixtypo 2023-04-16 14:12:41 +08:00
zanllp 41579ab3c0 支持在移动端使用长按代替右键,支持sd-webui的query dark,修复删除错误 2023-04-16 14:03:18 +08:00
zanllp 9e2d545b89 右键菜单支增加使用walk模式打开,tabPane改成icon+文件夹名 2023-04-15 22:33:20 +08:00
zanllp f1de9f8400 支持文件夹在右边打开,在新tab打开 2023-04-15 20:14:36 +08:00
zanllp ba6b38d6a6 i18n支持 2023-04-15 05:50:11 +08:00
zanllp 291a9f88a5 修复生成信息的modal表现异常 2023-04-13 21:26:39 +08:00
zanllp 3bcdc4e539 更细粒度控制发送图片的触发时间,兼容py3.8 2023-04-13 02:18:03 +08:00
zanllp e6cae24f12 发送文件加个spin 2023-04-12 23:05:45 +08:00
zanllp 874feed451 检查生成是否完成 2023-04-12 20:47:19 +08:00
zanllp 2e0d0865c0 更快的发送图像速度 2023-04-12 20:44:10 +08:00
zanllp 4c1218c938 兼容新版本 2023-04-12 00:48:08 +08:00
zanllp cb0cf0b85e 修复walk的刷新,简化快速路径名 2023-04-10 19:48:56 +08:00
zanllp f2f14e65e6 支持移动文件 2023-04-10 00:03:25 +08:00
zanllp 71e1b1883d 自动上传增加个tips,支持查看具体log 2023-04-08 23:31:43 +08:00
zanllp eaa33727a0 支持自定义2种缩略图的大小 2023-04-08 13:22:54 +08:00
zanllp 2f2e1d2942 调整缓存策略,修复独立允许时的几个小问题 2023-04-06 23:23:08 +08:00
zanllp 77a0d70570 fix 百度云fullpath错误,自动上传不能点击关闭 2023-04-05 21:35:12 +08:00
zanllp e1a0a38096 修复拖拽错误,创建任务可能不成功 2023-04-05 18:53:51 +08:00
zanllp e4dc1eec75 调整文件布局 2023-04-05 17:37:45 +08:00
zanllp e7cc311253 允许在新页面打开时使用 2023-04-05 16:24:52 +08:00
zanllp d24ec9e1d1 文件拆分,支持walk模式 2023-04-04 23:34:03 +08:00
zanllp 5ca4fada9d 不再强制要求安装百度云依赖,只有等需要时才提示 2023-04-04 00:05:39 +08:00
zanllp 33e1611502 预检查路径是否可用 2023-04-03 21:36:00 +08:00
zanllp 8fed991b90 支持多tab多分栏 2023-04-02 23:03:18 +08:00
zanllp b1aa662e73 更好的动态变换实现 2023-04-01 19:02:11 +08:00
zanllp c4f1fd9ce2 支持深色模式 2023-04-01 18:24:25 +08:00
zanllp e618bb8c98 自动上传完成,国内cdn fallback 2023-04-01 15:53:16 +08:00
zanllp 22322c8ba3 自动上传实现 2023-03-31 01:45:19 +08:00
zanllp 6145bc3851 feat: 支持使用虚拟列表时也能全屏预览内移动到任意图片 2023-03-28 23:21:55 +08:00
zanllp b943138aed perf: 更快的文件夹移动速度 2023-03-27 23:14:50 +08:00
zanllp c9ff8c05df mac下支持command多选 2023-03-26 18:52:18 +08:00
zanllp b141bd6a27 fix 2023-03-26 17:20:57 +08:00
zanllp 2a6ffe033b 调整高度,支持查看生成信息 2023-03-26 17:16:53 +08:00
zanllp 4f50f570fa feat: stackview进入推出后自动回顶部,发送时先确认图片信息生成完成 2023-03-26 07:47:33 +08:00
zanllp 892e952b62 feat: 支持预览图片,发送图片到文生图,图生图等。支持下载其他文件,支持缩略图,改用虚拟列表 2023-03-26 04:07:07 +08:00
zanllp fd3b5225b2 send_dirs改用数组,优化上传提示 2023-03-25 01:05:22 +08:00
zanllp e5e55b2a51 支持按住shift健多选 2023-03-24 01:47:22 +08:00
zanllp 74b574659b 编译前端代码 2023-03-22 22:57:40 +08:00
zanllp 236faf6a9a 获取快速移动路径时返回$HOME,本地视图默认移到到home 2023-03-22 22:40:21 +08:00
zanllp 6728a02ba9 更好的高度调整 2023-03-22 22:01:35 +08:00
zanllp 21ece45038 支持刷新当前路径下的文件,支持多种排序方法 2023-03-21 01:20:09 +08:00
zanllp 1afaf061d7 支持拖拽生成任务 2023-03-19 03:28:30 +08:00
zanllp 55ebd05c50 保存 2023-03-19 00:54:47 +08:00
zanllp d624af133b 支持下载任务 2023-03-18 04:19:50 +08:00
zanllp 4be42996da 支持取消任务 2023-03-15 23:56:03 +08:00
zanllp bfc2bcd8f6 修复出现多个滚动条,log仅在开发时输出到控制台 2023-03-15 00:51:26 +08:00
zanllp d23691b7df 登录/登出移到vue,可能请求不存在项目 2023-03-13 23:23:56 +08:00
zanllp 27bfaef712 fix typo 2023-03-13 01:05:38 +08:00
zanllp 84e9affa95 任务记录也保存在前端,合并时后端优先,只有没任务时才自动创建 2023-03-13 00:06:37 +08:00
zanllp 83cc053232 发送和接受路径均支持占位符 2023-03-12 21:57:11 +08:00
zanllp 0128256784 支持控制轮询间隔 2023-03-12 20:46:03 +08:00
zanllp 510a00db32 支持快速添加一些常用的文件夹 2023-03-12 20:17:25 +08:00
zanllp a7804c5102 增加移除任务,复制任务,查看详细日志 2023-03-12 17:30:50 +08:00
zanllp 6e07a0920e 支持多任务并行,支持传入本地和远程地址,支持下载 2023-03-12 06:10:44 +08:00
zanllp 0ca19e4e33 布局调整,直接使用vue3-ts-util 2023-03-11 21:33:39 +08:00
zanllp 1aef0a1e50 使用iframe处理css污染和多文件问题,fastapi转发静态文件 2023-03-11 18:19:30 +08:00
zanllp 1ae9ec6e52 前端编译脚本,进度条实现。后端支持从log生成结构化信息 2023-03-10 02:11:43 +08:00