mastodon-ios/Mastodon/Scene/Profile
Nathan Mattes 62cc9105a9
Fix Profile Editing (#1245)
* Fix image-editing (#1244)

Probably introduced in 76304e5 and we just missed that :)

* Removed unused property (#1244)

* Don't allow tapping on followers/followees when editing my profile

* Remove obsolete code

relationship-update on viewDidAppear is not needed anylonger as we use update user/relationship using notifications like in the good ol days

* Make relationship optional and use switch-pattern-matching for button-configuration

* Don't change relationship when relationship is updating

* [WIP] don't toggle, but just set booleans.
2024-03-18 16:27:12 +01:00
..
About Fix fields (IOS-192) 2023-12-31 12:56:59 +01:00
Bookmark Improve status updating mechanism (#1210) 2024-01-30 23:02:13 +01:00
FamiliarFollowers Improve status updating mechanism (#1210) 2024-01-30 23:02:13 +01:00
Favorite Merge branch 'develop' into ios-192-profile-about 2024-01-31 15:36:53 +01:00
FollowedTags Minor cleanup (IOS-186) 2023-11-10 13:55:18 +01:00
Follower Merge branch 'develop' into ios-192-profile-about 2024-01-31 15:36:53 +01:00
Following Improve status updating mechanism (#1210) 2024-01-30 23:02:13 +01:00
Header Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00
Paging Simplify Theme (#1121) 2023-09-27 15:08:12 +02:00
Timeline Merge branch 'develop' into ios-192-profile-about 2024-01-31 15:36:53 +01:00
UserList Merge branch 'develop' into ios-192-profile-about 2024-02-07 16:33:05 +01:00
ProfileViewController.swift Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00
ProfileViewModel.swift Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00