@alilly @alcinnz CRDTs don't specify _how_ you resolve conflicts, as long as you use a deterministic algorithm to do so (so that the multiple devices always arrive at the same eventual consistency).
You can have your 'eventual consistency' be a domain-specific “conflict" state with UI… as long as your algorithms can cope with a user pressing A on one device and B on another, and again eventually resolve that back to a deterministic consistent state!