Skip to content

Fix review feedback from PR #6: swimlane semantics, typo, null handling, Markdown table#7

Merged
ReneSchwarzer merged 2 commits intodevelopfrom
copilot/update-npm-dependencies
Apr 2, 2026
Merged

Fix review feedback from PR #6: swimlane semantics, typo, null handling, Markdown table#7
ReneSchwarzer merged 2 commits intodevelopfrom
copilot/update-npm-dependencies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

Addresses four code review comments on the 0.0.10-alpha PR targeting test correctness, naming clarity, and documentation formatting.

Changes

  • ControlKanbanSwimlane: Rename CollapsedExpanded (constructor param + property). Rendering now emits data-expanded="true" when expanded, null otherwise — inverting the old Collapsed ? "false" : null logic so the attribute name and value are semantically consistent.

  • UnitTestControlKanban.AddSwimlane: Update expected HTML to data-expanded="true" to match the corrected swimlane semantics.

  • UnitTestControlFixture: Fix method name typo CreratePageContextMockCreatePageContextMock at both declaration and call site. Remove duplicate </param> in XML doc.

  • UnitTestControlListItemButton: Replace unconditional new ActionModal(modal) with string.IsNullOrWhiteSpace(modal) ? null : new ActionModal(modal) for both PrimaryAction and SecondaryAction — explicitly signals "no action" for the null test case rather than relying on ActionModal's internal null guard.

  • docs/js/tree.md: Reformat node attribute table to canonical GFM syntax (leading/trailing pipes, | --- | separator row).

…ng, and Markdown formatting

Agent-Logs-Url: https://github.com/webexpress-framework/WebExpress.WebUI/sessions/1636dcff-9fa7-4a2f-ae04-5aa71e2ee9a1

Co-authored-by: ReneSchwarzer <31061438+ReneSchwarzer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update npm dependencies for better performance Fix review feedback from PR #6: swimlane semantics, typo, null handling, Markdown table Apr 2, 2026
Copilot AI requested a review from ReneSchwarzer April 2, 2026 20:29
@ReneSchwarzer ReneSchwarzer marked this pull request as ready for review April 2, 2026 20:46
@ReneSchwarzer ReneSchwarzer merged commit ed69221 into develop Apr 2, 2026
@ReneSchwarzer ReneSchwarzer deleted the copilot/update-npm-dependencies branch April 2, 2026 20:46
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.

2 participants