- [x] Search not accounted for when reloading profiles - [x] Remote profile being saved twice - [x] Add some logging
Closes #676
Also, fix SwiftUI not refreshing when remote profiles are updated. There was no objectWillChange nor Published around ProfileManager.allRemoteProfiles, and ProfileRowView was not treating it as ObservedObject. Closes #673