-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Can’t edit profile #1244
Milestone
Comments
zeitschlag
added a commit
that referenced
this issue
Feb 29, 2024
Probably introduced in 76304e5 and we just missed that :)
Merged
zeitschlag
added a commit
that referenced
this issue
Mar 1, 2024
Probably introduced in 76304e5 and we just missed that :)
zeitschlag
added a commit
that referenced
this issue
Mar 1, 2024
zeitschlag
added a commit
that referenced
this issue
Mar 1, 2024
kimar
pushed a commit
that referenced
this issue
Mar 18, 2024
* 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.
zeitschlag
added a commit
that referenced
this issue
Mar 19, 2024
This needs a bit of explanation, I guess, so please don't squash if possible? I didn't take into consideration, that the `ProfileViewController.viewModel` changes. And when it changes, all the combine-connections just ... disappear. This PR changes that (but probably I oversaw something again).
zeitschlag
added a commit
that referenced
this issue
Mar 21, 2024
* Fix Profile Editing again (IOS-239, #1244) This needs a bit of explanation, I guess, so please don't squash if possible? I didn't take into consideration, that the `ProfileViewController.viewModel` changes. And when it changes, all the combine-connections just ... disappear. This PR changes that (but probably I oversaw something again). * Disable pull to refresh for editing mode (IOS-239) * In case of nothing change, cancel editing (IOS-239)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: