Skip to content

fix: disable animated half-page scroll in audit log#940

Merged
Kohei-Wada merged 1 commit into
Kohei-Wada:mainfrom
ded-furby:fix/audit-log-page-scroll
Jun 1, 2026
Merged

fix: disable animated half-page scroll in audit log#940
Kohei-Wada merged 1 commit into
Kohei-Wada:mainfrom
ded-furby:fix/audit-log-page-scroll

Conversation

@ded-furby
Copy link
Copy Markdown
Contributor

Summary

  • disable animation for Ctrl+d and Ctrl+u in AuditLogTable so half-page scrolling matches the widget's other navigation actions
  • add a focused regression test covering the non-animated page scroll handlers

Testing

  • python -m pytest packages/taskdog-ui/tests/tui/widgets/test_audit_log_table.py
  • python -m ruff check --config pyproject.toml packages/taskdog-ui/src/taskdog/tui/widgets/audit_log_table.py packages/taskdog-ui/tests/tui/widgets/test_audit_log_table.py

Closes #939.

@Kohei-Wada Kohei-Wada merged commit b3cb07f into Kohei-Wada:main Jun 1, 2026
14 checks passed
@Kohei-Wada
Copy link
Copy Markdown
Owner

@ded-furby Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: TUI audit log half-page scroll (Ctrl+d/Ctrl+u) is animated, unlike all other scrolling

2 participants