Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
c09f280a54
Update MAUI package references to version 9.0.120; increment application version to 1.285; clean up PaymentInfoPopup layout and adjust related view models for improved payment handling.
c03154672b
Merge features/paymenttype-cash into net9-upgrade
5bb8a75169
Refactor saving state handling in Dog and Profile view models; update application version to 1.283; comment out unused buttons in DogAdd and DogUpdate views for cleaner code.
9b6a847413
Comment out unused Button elements in ProfileView and ProfileWalkerView for cleaner code.
f6ca5c1ee4
Add codesign entitlements for iOS debug configuration
fb1756b82b
Implement change detection in ProfileViewModel and ProfileWalkerViewModel; add original state tracking and update UI to reflect changes with a floating save button in ProfileView and ProfileWalkerView.
5c85ce545f
Refactor HomeWalkerViewModel and HomeWalkerView to manage and display the first 10 public walk requests; remove unused properties and commands for improved performance and clarity.