Epic: Focus Management System #126

Open
opened 2026-03-15 04:13:26 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: feat(ui): implement focus management system
  • Branch: feature/focus-management

Background and Context

The specification describes a FocusManager that tracks which window receives keyboard
input. It maintains a focus ring for Tab/Shift+Tab cycling and a focus stack for modal
overlays.

Acceptance Criteria

  • FocusManager tracks current focused window
  • Focus ring cycles: input -> look -> map -> main -> chat -> status -> input (skipping non-existent)
  • Focus stack pushes/pops for overlay windows
  • Focus changes trigger window lifecycle hooks (focus/blur)
  • BDD test coverage

Subtasks

  • Implement FocusManager with focus ring
  • Implement focus stack for overlays
  • Integrate with window lifecycle hooks

Definition of Done

This Epic is complete when all child issues are closed.

## Metadata - **Commit Message**: `feat(ui): implement focus management system` - **Branch**: `feature/focus-management` ## Background and Context The specification describes a FocusManager that tracks which window receives keyboard input. It maintains a focus ring for Tab/Shift+Tab cycling and a focus stack for modal overlays. ## Acceptance Criteria - FocusManager tracks current focused window - Focus ring cycles: input -> look -> map -> main -> chat -> status -> input (skipping non-existent) - Focus stack pushes/pops for overlay windows - Focus changes trigger window lifecycle hooks (focus/blur) - BDD test coverage ## Subtasks - [ ] Implement FocusManager with focus ring - [ ] Implement focus stack for overlays - [ ] Integrate with window lifecycle hooks ## Definition of Done This Epic is complete when all child issues are closed.
freemo added this to the (deleted) milestone 2026-03-15 04:13:26 +00:00
freemo self-assigned this 2026-03-15 04:25:25 +00:00
freemo modified the milestone from (deleted) to v1.1.0 2026-03-16 00:28:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#126
No description provided.