Will Miao
75e207b520
fix(banner): remove redundant community support banner registration
2025-10-06 22:39:49 +08:00
Will Miao
631289b75e
feat(banner): add community support banner with Ko-fi integration and translations
2025-10-06 22:39:21 +08:00
Will Miao
1b958d0a5d
feat(modal): use CSS variables for header height and improve recipe modal layout
2025-10-06 16:28:56 +08:00
Will Miao
35fdf9020d
docs(README): update instructions for settings.json file creation in Portable Edition
2025-10-06 15:32:37 +08:00
Will Miao
45926b1dca
feat(constants): add CHROMA model to BASE_MODELS and update categories
2025-10-06 08:48:15 +08:00
Will Miao
686ba5024d
fix(tests): add loadingManager mocks in settingsManager tests
2025-10-06 08:24:58 +08:00
pixelpaws
cf375c7c86
Merge pull request #537 from willmiao/codex/implement-video-lazy-loading-with-queue
...
fix: throttle model card video lazy loading
2025-10-06 08:07:24 +08:00
pixelpaws
5e53d76f44
fix(model-card): throttle preview video loading
2025-10-06 07:45:51 +08:00
Will Miao
7757f72859
Enhance test for saving paths to ensure cross-platform compatibility in folder paths
2025-10-05 22:40:43 +08:00
pixelpaws
c8cc584049
Merge pull request #536 from willmiao/codex/add-unit-tests-for-config-saving-paths
...
Add regression tests for Config save path handling
2025-10-05 22:24:57 +08:00
pixelpaws
2cdd269bba
Merge pull request #535 from willmiao/codex/add-tests-for-migration-utility-functions
...
test: cover example images migration flows
2025-10-05 22:24:42 +08:00
pixelpaws
d2d97ae5bb
Merge pull request #534 from willmiao/codex/add-tests-for-cache-middleware
...
test: add cache control middleware coverage
2025-10-05 22:24:26 +08:00
pixelpaws
d08d77c555
Merge pull request #533 from willmiao/codex/add-async-test-module-for-lifecycle
...
test: add LoRA manager lifecycle coverage
2025-10-05 22:24:12 +08:00
pixelpaws
92f8d2139a
Merge pull request #532 from willmiao/codex/create-tests-for-statsroutes
...
test: add coverage for stats routes endpoints
2025-10-05 22:23:59 +08:00
pixelpaws
50f2c2dfe6
test(config): cover save path migration flows
2025-10-05 22:19:36 +08:00
pixelpaws
3539c453d3
test(utils): cover example images migrations
2025-10-05 22:19:29 +08:00
pixelpaws
1631122f95
test(middleware): add cache control coverage
2025-10-05 22:19:20 +08:00
pixelpaws
8fcb979544
test(routes): cover lora manager lifecycle
2025-10-05 22:19:10 +08:00
pixelpaws
8a5af0b7f3
test(routes): add stats routes coverage
2025-10-05 22:18:59 +08:00
Will Miao
cb1f08d556
Fix low contrast on nav-item hover
2025-10-05 21:10:01 +08:00
pixelpaws
1150267765
Merge pull request #531 from willmiao/codex/-activelibrary
...
fix(locales): translate library selection strings
2025-10-05 21:04:10 +08:00
pixelpaws
5c1252548d
fix(locales): translate library selection strings
2025-10-05 21:03:21 +08:00
Will Miao
3c7cdf5db8
feat(header): enhance navigation and search functionality with context-aware behavior
2025-10-05 20:58:14 +08:00
Will Miao
9ac4203b1c
test(example-images): allow monkeypatching os.startfile on linux
2025-10-05 16:30:44 +08:00
pixelpaws
d0800510db
Merge pull request #529 from willmiao/codex/update-file-url-formatting-methods
...
fix: route recipe previews through preview API
2025-10-05 15:53:26 +08:00
pixelpaws
f8ba551cc4
fix(recipes): use preview endpoint for recipe images
2025-10-05 15:49:18 +08:00
Will Miao
413444500e
refactor(model_scanner): normalize path comparisons for model roots
...
fix(example_images_download_manager): re-raise specific exception on download error
refactor(usage_stats): define constants locally to avoid conditional imports
test(example_images_download_manager): update exception handling in download tests
test(example_images_file_manager): differentiate between os.startfile and subprocess.Popen in tests
test(example_images_paths): ensure valid example images root with single-library mode
test(usage_stats): use string literals for metadata payload to avoid conditional imports
2025-10-05 15:48:50 +08:00
pixelpaws
e21d5835ec
Merge pull request #524 from willmiao/codex/add-async-tests-for-websocketmanager
...
Add websocket broadcast and usage stats tests
2025-10-05 15:19:40 +08:00
pixelpaws
f2f354e478
Merge pull request #528 from willmiao/codex/add-bulk-action-set-content-rating, fixes #428
...
Add bulk content rating update action
2025-10-05 15:19:19 +08:00
pixelpaws
b195d4569c
test(usage-stats): allow metadata registry monkeypatch
2025-10-05 15:13:20 +08:00
pixelpaws
3b77fed72d
feat(bulk): add bulk content rating action
2025-10-05 15:09:43 +08:00
pixelpaws
fc64e97f92
Merge pull request #525 from willmiao/codex/develop-tests-for-metadatasyncservice-and-modelscanner
...
Add coverage for metadata sync service and scanner reconciliation
2025-10-05 15:03:36 +08:00
pixelpaws
1da0434454
Merge pull request #526 from willmiao/codex/add-tests-for-utility-functions
...
test: add coverage for utility helpers
2025-10-05 15:03:20 +08:00
pixelpaws
cf2fe40612
Merge pull request #527 from willmiao/codex/add-unit-tests-for-metadata-components
...
Add metadata collector unit tests and fixtures
2025-10-05 15:03:04 +08:00
pixelpaws
8f46433ff7
Merge pull request #523 from willmiao/codex/add-tests-for-settingsmanager-migration
...
Add tests for settings migrations and service registry lazy loading
2025-10-05 15:02:44 +08:00
pixelpaws
f3be3ae269
Merge pull request #522 from willmiao/codex/add-tests-for-example-images-pipeline
...
test: add example images route and utility coverage
2025-10-05 15:02:07 +08:00
pixelpaws
cfec5447d3
test(metadata): add collector coverage
2025-10-05 14:44:17 +08:00
pixelpaws
2d36b461cf
test(utils): add coverage for helper utilities
2025-10-05 14:43:21 +08:00
pixelpaws
5e23e4b13d
test(metadata): cover sync service and scanner reconciliation
2025-10-05 14:42:13 +08:00
pixelpaws
badae2e8b3
test: cover websocket broadcasts and usage stats
2025-10-05 14:41:47 +08:00
pixelpaws
9e64531de6
test(settings): cover migrations and registry lazy loading
2025-10-05 14:41:24 +08:00
pixelpaws
fdec8d283c
test(example-images): expand coverage for routes and utilities
2025-10-05 14:40:48 +08:00
Will Miao
9abedbf7cb
fix(metadata-sync): improve error handling for deleted CivitAI models, fixes #497
2025-10-05 11:05:52 +08:00
pixelpaws
66004c1cdc
Merge pull request #520 from willmiao/codex/adjust-example-images-download-to-use-library-name
...
fix: keep example image downloads in initial library
2025-10-05 10:08:26 +08:00
pixelpaws
5b564cd8a3
fix(example-images): pin downloads to start library
2025-10-05 09:10:25 +08:00
pixelpaws
2e79970e6e
Merge pull request #519 from willmiao/codex/update-example-images-download-flow
...
fix: reuse migrated example image folders before download
2025-10-05 09:04:06 +08:00
pixelpaws
67c82ba6ea
fix(example-images): reuse migrated folders during downloads
2025-10-05 08:37:11 +08:00
Will Miao
98425f37b8
fix(download-manager): improve handling of civitai payloads to avoid empty dictionaries
2025-10-05 07:29:11 +08:00
Will Miao
9d22dd3465
fix(model-library): update response structure to return model versions directly
2025-10-04 22:06:33 +08:00
pixelpaws
837138db49
Merge pull request #517 from willmiao/codex/determine-example_images_path-structure
...
feat: namespace example image storage by library
2025-10-04 20:42:15 +08:00