Will Miao
a802a89ff9
feat(autocomplete): implement virtual scrolling and pagination
- Add virtual scrolling with configurable visible items (default: 15)
- Implement pagination with offset/limit for backend APIs
- Support loading more items on scroll
- Fix width calculation for suggestions dropdown
- Update backend services to support offset parameter
Files modified:
- web/comfyui/autocomplete.js (virtual scroll, pagination)
- py/services/base_model_service.py (offset support)
- py/services/custom_words_service.py (offset support)
- py/services/tag_fts_index.py (offset support)
- py/routes/handlers/model_handlers.py (offset param)
- py/routes/handlers/misc_handlers.py (offset param)
2026-03-07 22:17:26 +08:00
..
2025-12-23 10:07:09 +08:00
2026-02-27 19:19:16 +08:00
2025-02-24 20:41:16 +08:00
2026-03-07 22:17:26 +08:00
2026-02-27 19:19:16 +08:00
2026-02-02 08:30:59 +08:00
2026-02-26 22:41:44 +08:00
2026-02-09 09:56:18 +08:00
2025-11-05 22:31:39 +08:00
2026-02-28 21:38:41 +08:00
2026-03-07 22:17:26 +08:00
2026-02-20 15:32:48 +08:00
2026-02-20 15:32:48 +08:00
2025-12-30 19:47:30 +08:00
2026-02-25 18:16:17 +08:00
2026-02-09 09:56:18 +08:00
2025-10-28 21:47:30 +08:00
2025-10-08 08:56:57 +08:00
2026-02-25 18:16:17 +08:00
2026-02-09 09:56:18 +08:00
2025-10-13 14:39:31 +08:00
2026-02-03 08:36:27 +08:00
2026-02-03 07:34:41 +08:00
2026-02-02 08:30:59 +08:00
2026-01-02 18:48:28 +08:00
2025-08-11 17:13:21 +08:00
2025-11-19 11:20:09 +08:00
2026-02-03 08:36:27 +08:00
2026-02-05 22:36:30 +08:00
2026-02-26 22:41:44 +08:00
2025-12-09 19:51:01 +08:00
2026-02-20 10:32:51 +08:00
2026-02-09 09:56:18 +08:00
2026-01-26 16:12:08 +08:00
2025-10-25 06:43:03 +08:00
2026-03-04 15:10:46 +08:00
2026-01-26 16:12:08 +08:00
2026-03-04 15:10:46 +08:00
2025-08-30 21:41:48 +08:00
2025-10-15 15:37:35 +08:00
2026-02-25 18:16:17 +08:00
2026-03-07 22:17:26 +08:00
2025-11-04 12:54:09 +08:00
2026-02-02 08:30:59 +08:00
2025-09-22 05:25:27 +08:00