QoL fixes, UI rework, mobile improvements & provider health checks#41
Open
Quickkill0 wants to merge 2 commits intomaxpiva:mainfrom
Open
QoL fixes, UI rework, mobile improvements & provider health checks#41Quickkill0 wants to merge 2 commits intomaxpiva:mainfrom
Quickkill0 wants to merge 2 commits intomaxpiva:mainfrom
Conversation
Backend: - Provider health check system (per-provider, per-package, and all-providers) - Download management: remove single, clear by status, retry all failed - Search improvements: per-provider timeouts, cancellation handling, batch thumb registration - Provider cache: thread-safe semaphore, resilience around broken extensions - Startup resilience: provider cache failures no longer prevent app startup - Series route rename: /api/serie -> /api/series - Rename series files endpoint for re-applying title corrections - Fix: series title used instead of truncated provider title for filenames - Fix: create chapter in dest provider if missing during reassignment - EF migration for provider health check columns Frontend: - Complete sidebar redesign: expandable/collapsible with pin, theme toggle, download counters - Mobile header: hamburger menu, swipe gesture, responsive search overlay - Queue page redesign: tabbed UI, metrics summary, confirm dialogs, bulk actions - Series detail: compact ProviderCard layout with thumbnails and badges - Cloud latest: responsive card defaults, redesigned details modal (drawer on mobile) - Provider manager: health check buttons with status badges - Shared PageLayout component replacing repeated sidebar/header patterns - PWA: service worker, offline page, install prompt, web manifest - New UI components: pull-to-refresh, responsive-modal, textarea, FAB - Drawer UX improvements, safe-area-inset support, data-vaul-no-drag - Settings page: tabbed UI with General and About tabs - Improved provider-match-dialog and provider-preferences with mobile drawer - API client: better error message parsing, abort signal support - SignalR: guard against concurrent connection initialization Build/CI: - Docker build: JDK 21 + Gradle for Android.Compat.dll rebuild - Standalone rebuild-androidcompat workflow - Bridge runtime improvements and ExtensionLoadException
Triggered by changes to AndroidCompat build configuration. Kotlin 2.3.0
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
Extracted QoL/UI improvements and bug fixes from the multi-user PR, with all auth/user-management code removed. This is a standalone set of improvements that works on the existing codebase with no new dependencies.
Backend
/api/serie→/api/series, rename files endpoint, title correction fixesFrontend
Build/CI
rebuild-androidcompatworkflowWhat's NOT included
[Authorize]attributes on controllersTest plan