Skip to content

feat: add toast notification setup #25

Description

@dzekojohn4

Task

Integrate react-hot-toast into the app.

Requirements

  • Add <Toaster /> to src/app/layout.tsx
  • Configure position: top-right
  • Create a src/utils/toast.ts helper:
export const toast = {
  success: (msg: string) => hotToast.success(msg),
  error: (msg: string) => hotToast.error(msg),
  loading: (msg: string) => hotToast.loading(msg),
}

Acceptance Criteria

  • Toaster renders in layout
  • Success and error toasts display correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions