Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix keys silently ignored after startup (#199)#241

Merged
clangenb merged 1 commit into
mainfrom
fix/199-keys-ignored-after-startup
Feb 19, 2026
Merged

Fix keys silently ignored after startup (#199)#241
clangenb merged 1 commit into
mainfrom
fix/199-keys-ignored-after-startup

Conversation

@eldara-cruncher
Copy link
Copy Markdown
Collaborator

@eldara-cruncher eldara-cruncher commented Feb 19, 2026

Summary

Test plan

  • go build ./...
  • go vet ./...
  • go test -race -count=1 ./views/services/
  • go test -race -count=1 ./views/stacks/
  • go test -race -count=1 ./...
  • golangci-lint run ./... — 0 issues
  • Manual: launch against large swarm, verify p/l/enter respond immediately on stacks/services views

🤖 Generated with Claude Code

Populate view data synchronously in factories instead of deferring to
async Cmd, eliminating the race between a view becoming active and its
data arriving.

- services: apply SetContent + Visible directly in factory
- stacks: pre-populate list from snapshot cache in factory

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@clangenb clangenb merged commit 0a4f45a into main Feb 19, 2026
14 of 17 checks passed
@eldara-cruncher eldara-cruncher deleted the fix/199-keys-ignored-after-startup branch June 5, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

after startup some keys are silently ignored (possibly due to background loading activities)

2 participants