The current implementation uses a simple "alert" to propagate user responses under the Tauri Actions (hooks/commands). The goal is to implement toasts for easier reuse through new hooks implementations.
Proposals: Implementing toasts will provide a more user-friendly way to display notifications and can be reused in various hooks implementations. Reference: Shadcn Toasts.
Next steps: Develop and integrate the toast functionality, ensuring it can be reused through new hooks implementations. Check the Shadcn Toasts for guidance.
The current implementation uses a simple "alert" to propagate user responses under the Tauri Actions (hooks/commands). The goal is to implement toasts for easier reuse through new hooks implementations.
Check: Shadcn Toasts