pub async fn recent_track(
profile_id: ProfileId,
bucket: BucketId,
prefix: String,
handle: State<'_, RecentsHandle>,
) -> Result<(), AppError>Expand description
Record a navigation. Called after every pane location change.
Always returns Ok(()) — tracking failures must never surface to the user.