feat: Implement read cursor activity tracking and recent activity dashboard with context

This commit is contained in:
Daan Meijer
2026-06-15 23:37:44 +02:00
parent e32fbc10e0
commit f12639fb59
13 changed files with 721 additions and 28 deletions
+5
View File
@@ -44,6 +44,11 @@ class User extends Authenticatable implements PasskeyUser
return $this->hasMany(Mutation::class);
}
public function readCursors()
{
return $this->hasMany(ReadCursor::class);
}
/**
* Get the attributes that should be cast.
*