Skip to content

Conversation

@GitAddRemote
Copy link
Owner

@GitAddRemote GitAddRemote commented Dec 19, 2025

Summary

  • Improve Editor Mode inline/new-row error UX: inline save failure refocuses Save; new-row API errors show inline Retry while keeping draft.
  • Expand tests for focus/flow: org guardrail, retry behavior, focus reset after save, Enter on quantity focuses Save, inline save focus on API failure.

Testing

  • pnpm --filter frontend lint
  • pnpm --filter frontend build
  • pnpm --filter frontend test -- --runTestsByPath frontend/src/pages/Inventory.editor-mode.test.tsx

Improve inline and new-row error UX with retry and focus handling, and add focus/flow tests for editor mode.
@GitAddRemote GitAddRemote linked an issue Dec 19, 2025 that may be closed by this pull request
@GitAddRemote GitAddRemote merged commit 6602345 into main Dec 19, 2025
7 checks passed
@GitAddRemote GitAddRemote deleted the feature/ISSUE-73 branch December 19, 2025 05:47
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.

Inventory Editor Mode: Inline add new items

2 participants