move all toasts into toast helper
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently some toasts are in the auth-interceptor. These should probably be moved into the toast helper so that some calls can choose to not display a toast if necessary.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the auth-interceptor and toast helper, then trace every toast call in the authentication flow. Move the identified toast handling into the helper while preserving existing behavior and allowing callers to suppress display when needed; confirm all relevant calls use the helper.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100