Commit Graph

7 Commits

Author SHA1 Message Date
Marcus Kida 21dd4eddc7
Merge branch 'develop' into remove_status 2023-11-17 14:45:37 +01:00
Marcus Kida 36091e9628
Begin removing MastodonStatus, MastodonUser and related from CoreData (IOS-176, IOS-189) 2023-11-16 16:54:25 +01:00
Nathan Mattes 49f6cd6d29 Use entities on suggestion-screen (IOS-190) 2023-11-16 09:33:29 +01:00
Nathan Mattes 11bab5e337 Make button-state work (IOS-157)
Reason for button-state not working/updating feels like to be a weird combination of Combine, UIKit, Snapshots, CoreData and me being stupid and not getting a hang on it.
2023-05-25 14:42:00 +02:00
Nathan Mattes a1315b9006 Re-introduce viewModel for each cell and set button-state (IOS-157)
We need this viewModel for the button--state of the follow-button.
There's still a runtime-issue that resets the button-state to follow.
2023-05-25 14:42:00 +02:00
Nathan Mattes 1cd7bc9105 Make follow work (IOS-157)
The secret is to set the delegate before getting the account. This doesn't feel right.
2023-05-25 14:42:00 +02:00
Nathan Mattes e4578686e3 Follow all suggested user accounts (IOS-157) 2023-05-25 14:42:00 +02:00