You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- WS: add SetPendingDeletionForUser so existing connections reflect
deletion state immediately without requiring a reconnect
- user service: call SetPendingDeletionForUser alongside broadcast on
request and cancel, and fix log format (%v for *time.Time) and
telemetry user_id (fmt.Sprint instead of string(rune))
- user repo: remove unused ErrPendingDeletion
- user_test: fix assertRowCount to use created_by column for labels table
- DeletionBanner: remove unused DeletionBannerWrapper and useNavigate;
replace raw <a href> with react-router Link for client-side navigation
- Android TaskListScreen: fix Spacer inside Row to use width not height
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments