Implement navigation for CreateEnvelope method
Replaced the placeholder console log in the `CreateEnvelope` method with actual navigation functionality. The method now uses `Navigation.NavigateTo` to redirect users to the `/sender/editor` page, enabling the intended behavior for creating envelopes.
This commit is contained in:
@@ -385,8 +385,7 @@
|
||||
|
||||
void CreateEnvelope()
|
||||
{
|
||||
// TODO: Navigate to envelope creation page
|
||||
JSRuntime.InvokeVoidAsync("console.log", "Create envelope clicked - not yet implemented");
|
||||
Navigation.NavigateTo("/sender/editor");
|
||||
}
|
||||
|
||||
void EditEnvelope()
|
||||
|
||||
Reference in New Issue
Block a user