Merged
Conversation
Bump the minimum textual version from 6.0.0 to 8.1.1 (latest) and add a Claude Code skill documenting Textual testing and debugging patterns. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
After submitting a search query, the FilterBox remained mounted and focused, preventing keyboard navigation (n/N) of search results. Now the FilterBox is removed and focus is returned to the main table upon search submission. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace black and isort with ruff for formatting and import sorting - Add ruff linting (pycodestyle, pyflakes, isort, pyupgrade, bugbear, simplify) - Migrate all .pylintrc config into pyproject.toml and delete .pylintrc - Add mypy to dev dependencies with config in pyproject.toml - Fix all pre-existing ruff lint warnings (unused var, long lines, zip strict, etc.) - All checks now pass: ruff, pylint (10/10), mypy, pytest Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove unused abstract methods (save_state, load_state) from HasState - Replace Style | None with Style.null() defaults to eliminate union-attr errors - Add _color_name() helper for safe Color | None access - Fix type annotations: struct dict params, table_name Path | str, epoch Literal - Add early return guard in action_iter_search for None-safe queue/idx access - Use cast() for polars .max() return values in _measure() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.