Fix TUI widget hierarchy, type safety, and CI compliance#3
Merged
Conversation
…t/formatting - Changed DRMLoginScreen from Screen to Static for proper TabPane embedding - Made AudibleAuthClient import graceful (try/except) - Added missing type annotations across TUI screens - Fixed asyncio.gather result type narrowing (BaseException) - Added close() method to MetadataProvider base class - Fixed MatchConfidence enum usage in base provider - Fixed Select.value NoSelection handling in ConversionScreen - Fixed _result_row_keys type and redefinition - Applied ruff --fix and black formatting across codebase - Excluded bookbot/drm from strict linting (out of scope) - Fixed CLI issues: time import, line length, format strings, ambiguous variable Co-authored-by: itsbryanman <125309406+itsbryanman@users.noreply.github.com>
…ecks pass - Fixed mypy errors in core/models.py, core/operations.py, convert/pipeline.py - Fixed provider __init__ type annotations (cache_manager parameter) - Fixed audible.py BeautifulSoup Tag.get() type narrowing - Fixed manager.py return type and providers_info annotation - Fixed CLI config set type coercion (use converted_value) - Fixed toml.py type annotations and return types - All CI checks passing: lint ✓, type-check ✓, tests ✓ (24 passed) Co-authored-by: itsbryanman <125309406+itsbryanman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix TUI issues in audiobook management tool
Fix TUI: DRMLoginScreen widget hierarchy, type safety, and CI compliance
Feb 8, 2026
itsbryanman
added a commit
that referenced
this pull request
Feb 8, 2026
Fix TUI: DRMLoginScreen widget hierarchy, type safety, and CI compliance
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.
Fixes TUI rendering, type-checking issues, formatting, and CI compliance across the application.