diff --git a/docs/player_gm_ux_redesign_plan.md b/docs/player_gm_ux_redesign_plan.md index 2f8ccb6..c69bef7 100644 --- a/docs/player_gm_ux_redesign_plan.md +++ b/docs/player_gm_ux_redesign_plan.md @@ -531,6 +531,10 @@ Acceptance criteria: ### Phase 2: Compact inline cell editor +Status: + +- implemented in the web app on March 15, 2026 + Scope: - remove the dedicated preview panel from the critical cell popup @@ -626,4 +630,4 @@ Mitigation: ## Recommended Next Step -Implement the new Phase 2 next. The compact inline popup editor is now the most visible remaining UX gap after the lookup flow ergonomics pass. +Implement the new Phase 3 next. The remaining structural gap is generated-versus-overridden state, so re-parse and future import refreshes can preserve intentional curation instead of treating all edited values the same. diff --git a/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor b/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor index 461717a..3aa3b53 100644 --- a/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor +++ b/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor @@ -56,34 +56,11 @@
@SaveErrorMessage
} -This is the card the table browser will show.
-Update the source text, then adjust the visible card fields below.
+Update the source text, then correct the visible result rows below.