You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the calls UI and keyboard index mapping so that newly created calls appear at the top of the list and are assigned the lowest numeric shortcut (1, 2, 3, …). This is done by reversing the iteration order of calls both when building callIndexMap and when rendering ProductionLines.
Reviewed as part of a backlog housekeeping pass. The change itself is small and self-contained (reversing call display order in calls-page.tsx and production-lines.tsx), and the checks that ran are green — but the branch is currently conflicting with main (mergeStateStatus: DIRTY), so it can't be merged as-is. Could you rebase onto the latest main and resolve the conflict? Once it's mergeable we can complete the review and merge. Flagging for author attention.
Flagged by daily-backlog-pr Phase 3.5 housekeeping: this PR has merge conflicts with the base branch (mergeable=CONFLICTING). It needs a rebase / conflict resolution from the author before it can be reviewed for merge. Not auto-handling since resolving conflicts requires author intent.
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
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.
Update the calls UI and keyboard index mapping so that newly created calls appear at the top of the list and are assigned the lowest numeric shortcut (1, 2, 3, …). This is done by reversing the iteration order of calls both when building callIndexMap and when rendering ProductionLines.