rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 14 forks source link

Components: Add a Toast Notification component and a Toast Service #432

Open maany opened 1 month ago

maany commented 1 month ago

Description

A toast can be used to display important updates like errors, warning, info and success states.

https://ui.shadcn.com/docs/components/toast

Create a Toast component and add a Toast Service to allow toasts to be spawned by any page int the application. As a demo, migrate errors in the Login Page to show toasts.

Motivation

No response

Change

No response

Additional Information