feat(ui): Enhance Queue/Import experience, strict metrics & cleanup#312
Merged
javi11 merged 26 commits intojavi11:mainfrom Feb 21, 2026
Merged
Conversation
… cleanup - Add 'acceptable_missing_segments_percentage' config to allow files with minor corruption to pass health checks. - Implement recursive empty directory cleanup after file/health deletion. - Fix context usage in GetImportDailyStats. - build(docker): whitelist frontend/dist in .dockerignore to fix CI build failure.
Restore logic accidentally removed during merge/rebase. Fixes unit tests failure where stale processing items were not reset.
…d fix redirect loop
… stripping robustness
…ation and fix redirect loop" This reverts commit 60ee1b7.
7d55853 to
57815fd
Compare
javi11
approved these changes
Feb 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR consolidates several UI improvements and repository hygiene tasks.
Features
Cleanup
These changes aim to improve the user experience and maintain a cleaner codebase.