mastodon-ios/MastodonSDK/Sources/MastodonUI
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
..
DataSource Fix crash when a server has an emoji category named after its domain (#1045) 2023-05-15 09:35:08 +02:00
Extension Move notification-timestamp away from viewmodel (IOS-192) 2024-01-21 09:30:44 +01:00
Helper chore: [WIP] refactor profile UI 2022-05-26 02:51:02 +08:00
Protocol Remove Status from CoreData (#1167) 2024-01-08 11:17:40 +01:00
Scene/ComposeContent Implement "Default Post Language" and "Ask Before"-Alerts (#1240) 2024-02-28 10:52:04 +01:00
Service chore: [WIP] move core logic into package 2022-09-30 19:28:09 +08:00
SwiftUI Fix Brand Color (IOS-160) (#1054) 2023-06-02 09:52:12 +02:00
Vendor Bump to iOS 15 deployment target and fix build issues 2022-12-17 20:26:20 +01:00
View Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00
import.swift feat: add share action extension 2021-07-16 16:21:47 +08:00