-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/refactor customers page #897
Conversation
} | ||
|
||
private void ResetCustomerToOriginalValues(object? customer) | ||
private void FilterCustomers() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kan den gamle FilterCustomer-metoden fjernes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
godt fanget opp. den skal bort. fikser.
|
||
private async Task CustomerChangeCommitted() | ||
private void NavigateToCustomer(int customerId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brukes denne metoden lenger?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
planen er å bruke den straks.
[Parameter] public RenderFragment? CustomerCardAvatarImage { get; set; } | ||
[Parameter] public EventCallback OnActionPress { get; set; } | ||
[Parameter] public string ActionLabel { get; set; } = ""; | ||
[Parameter] public string? AvatarImageUrl { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regner med at flere av disse parameterene er tenkt til å tas i bruk senere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
korrekt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Burde denne renames til CustomerAdminResponse?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutt et bedre navn.
customers_page.mp4