Skip to content

Refactor Edit.razor to use code-behind partial class#695

Merged
StuartFerguson merged 2 commits intomainfrom
task/#631_edit_contract
Jan 28, 2026
Merged

Refactor Edit.razor to use code-behind partial class#695
StuartFerguson merged 2 commits intomainfrom
task/#631_edit_contract

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Moved all C# logic from Edit.razor into new Edit.razor.cs as a partial class. This structural refactor improves code organization and maintainability by separating markup from logic. No functional changes were introduced.

closes #631

Moved all C# logic from Edit.razor into new Edit.razor.cs as a partial class. This structural refactor improves code organization and maintainability by separating markup from logic. No functional changes were introduced.
@StuartFerguson StuartFerguson merged commit c7c3aac into main Jan 28, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#631_edit_contract branch March 30, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Edit Contract

1 participant