Edits history: Improve temporary UX a bit

This commit is contained in:
manuroe
2019-07-01 10:51:07 +02:00
parent c9e19cb169
commit 15526d751c
4 changed files with 39 additions and 17 deletions
@@ -22,5 +22,6 @@ import Foundation
enum EditHistoryViewState {
case loading
case loaded(messages: [EditHistoryMessage], addedCount: Int)
case allLoaded
case error(Error)
}